Tymek Majewski
Tymek Majewski
@nturinski Hey, thanks for looking into this. The issue started happening on 6.0.200 and I don't think deploying on 6.0.106 will reproduce it. My solution was the workaround `true`. Could...
The region is Asutralia East, but I'm not sure I can get invocation id - I don't see this problem in App Insights and it's part of a request so...
Extra info: A sibling function app (in DEV environment, not in TEST environment) does NOT report these issue at the moment. I don't know if the DEV version has ever...
I'm not sure if this is relevant but all my v4 function apps complain that "Storage is not configured correctly", but they all work. 
Just adding more info. The problem seem to be coming in batches of 4 issues: ``` Error response [06ac509e-...] 409 The specified container already exists. (00.1s) Server:Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0 x-ms-request-id:e483b8d7-... x-ms-client-request-id:06ac509e-... x-ms-version:2020-08-04...
Category for these isssues is `Azure.Core.1`. As I was setting up trying the out-of-the-box http trigger function I realised that this issue is only reported by the functions with [EventHubTrigger]....
Here are all the referenced packages ``` net6.0 v4 enable all runtime; build; native; contentfiles; analyzers; buildtransitive all runtime; build; native; contentfiles; analyzers; buildtransitive ``` I get the 4 issues...
I've tried "Microsoft.Azure.WebJobs.Extensions.EventHubs" Version="4.3.1" and I don't see the warnings.
@v-bbalaiagar Thanks for you comment. Here's some more info 1. I'm using .NET 6 2. I cannot see FunctionAttribute so I canot use `[Function("CreateData")]` 3. Why or how would it...
According to https://stackoverflow.com/questions/55802391/settings-website-contentshare-and-website-contentazurefileconnectionstring-i missing WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTSHARE could cause *No job functions found.* warning. This makes this issue related to https://github.com/Azure/Azure-Functions/issues/2169 However after adding WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTSHARE *No job functions...