Brendon

Results 5 issues of 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...

help-wanted

### 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...

customer-reported
question
needs-team-attention

**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...

bug

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...

feature