jassent

Results 20 comments of jassent

> the marginal fix for this is to remove any AppInsights connection string / instrumentation key from the App/Function configuration section in Azure. with this connection string / instrumentation key...

I am encountering the same issue in an Azure Function v4 NET6 using isolated mode. If I move secrets from local.settings.json to secrets.json, the secrets are not loaded into Environmental...

Understood. Thank you for reviewing and the explanation. Up to you whether to close or keep open.

> The changes are to generated code so we'll have to make changes in the generator. We have this on our internal backlog (DI-2274) Understood. Thank you for reviewing and...

[Moving this feature request to here] Flurl and Flurl.Http are an awesome combo. Unfortunately they are currently incompatible with Polly v8 for implementing retry/resilience logic. The Flurl.Http AddMiddleware() method works...

This [API #proposal](https://github.com/dotnet/extensions/issues/4759) for Microsoft.Extensions.Http.Resilience would probably also benefit the Flurl.Http AddMiddleware() method.

Would someone please help me understand the System.Text.Json support issue. My function works correctly with both serialization and deserialization using System.Text.Json. The SwaggerUI page also loads correctly. I am using...

Out of the box, it does not work for me in .Net 6 w/ Blazor Server. It seems to interfere with either Microsoft.Identity.Web or SignalR. The sink will write some...

I wrote this post on [Stackoverflow](https://stackoverflow.com/questions/76282773/whats-the-correct-way-to-do-a-health-check-on-a-twilio-connection-in-typescript) explaining how I do a health check using the Account endpoint. I use the Account endpoint to do a health check. This confirms that...

> If you delete the Assets service, then the plugin doesn't know that has happened and continues to try to load the service using the config it has stored. To...