Brendon
Brendon
Function apps are a great way to implement a microservice architecture. When creating serverless APIs, it would be nice to combine the outputted swagger docs into one document. I know...
Swashbuckle CLI seems to skip the Program.cs file and look directly at the Startup.cs file to generate the swagger doc. However, the minimal hosting model gets rid of the Startup.cs...
### Library name and version Azure.ResourceManager.EventGrid 1.0.1 ### Describe the bug We can no longer create EventGridDomain Subscriptions because of the error in the title. This seems to have started...
**Describe the bug** Setting the enabled flag to false does not prevent betterCredentials from running. **To Reproduce** Set enabled flag to false and run serverless **Expected behavior** It should prevent...
In ASP.NET Core Web API, I can have an empty route on a controller that resolves when using the root url. When using Azure Function HttpTrigger, an empty route is...