Matt Sanders
Matt Sanders
I came across this issue when trying to find a reason there is no IServiceBusSender option to create for tests. From the "track 1" Microsoft.Azure.ServiceBus we could use the IQueueClient,...
Would this feature help provide a workaround for #323 ? I've hit that issue and would like to exclude the roleAssignments to get past that issue and landed here.
I am currently trying to write integration tests for an application that uses the Active Directory Graph API to add a policy to an Application. In the setup of this...
I encountered the same confusion with `.AddDatabase(...)` not actually creating the database. I see the value in supporting both creating the database and just referencing it. Here are a few...
Hit the same bug today, using 1.49.1 Solution above resolved it, but was not an intuitive flow since I had to find this to figure out how to clear the...
I hit this issue today as well. All I did was add AZURE_FUNCTIONS_ENVIRONMENT to the local.settings.json: ``` { "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated", "AZURE_FUNCTIONS_ENVIRONMENT": "Development", "ServiceBusConnection": "****"...
Same issue here. If the server hosted on windows in freshly started I can sometimes connect, but will eventually get disconnected. After that the connection will just keep timing out....