Alexander Tuttle

Results 4 comments of Alexander Tuttle

I have some questions: 1. Does this mean that [Microsoft.Extensions.Http.Resilience](https://www.nuget.org/packages/Microsoft.Extensions.Http.Resilience) is not compatible with .NET 8 Azure Functions running in isolated worker mode? > [To run on Functions, gRPC services...

I ended up creating a filter for this: ```csharp /// /// Ensures that the type is rendered as 'string($date)' in the specification. /// internal class DateOnlyFilter() : IDocumentFilter { public...

I've got this working by excluding the following paths from EasyAuth: * /swagger.json * /openapi/ * /swagger/ui This can be configured using either [Bicep](https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-bicep?tabs=CLI): ``` resource functionAppService 'Microsoft.Web/sites@2023-12-01' existing =...

I think it sounds like a good idea to update the documentation to avoid confusion. I played around and arrived at a working example which I think should be added...