Casey Boyle

Results 15 comments of Casey Boyle

the bug: the resource id for the origin group is case sensitive and must have the segments in the resource id all lower case for "resourcegroup" and "origingroup"

+1 * dotnet-isolated * MacOS 11.6 * Very simple function project with a single HttpTrigger function defined (from func init as per the OP's post) * csproj file: ``` net6.0...

I had a call to .AddAzureKeyVault in my ConfigureAppConfiguration hook. Once I removed that the issue is entirely resolved.

Still experiencing startup timeouts w/ .AddAzureKeyVault when using managed identity locally (az login ...)

Update: I have resolved my issue. I was using the "Microsoft.Extensions.Configuration.AzureKeyVault" package. Apparently this package is deprecated. Switching to "Azure.Extensions.AspNetCore.Configuration.Secrets" solved the issue for me. Didn't even have to update...

Sorry I'm not following with this response from @TsuyoshiUshio To be clear, how are consumers of Azure Service Bus that want to use Managed Identity supposed to bind their functions?...

I believe I have resolved my issue. Details below. The scale controller (which us end users have no control over from what I can tell) is responsible for waking the...

@hbrotan I use a system assigned managed identity so not 100% sure how it works with UAMI. My guess: You most likely need to assign the Azure Service Bus Data...

launch.json config below note: both of these configurations result in the same symptoms described above, the latter merely launches the function app before attempting to attach. ``` { "version": "0.2.0",...