Zhenlan Wang

Results 103 comments of Zhenlan Wang

> How do we want to handle release notes on `Microsoft.Featuremanagement.Telemetry.ApplicationInsights.AspNetCore` (The deprecated package) ? How about updating its release notes one more time with a note saying this package...

@brgrz, looks like a bug in UI. Thanks for reporting it. @MaryanneNjeri, can you please take a look?

@JFulfordMS please follow the document below for using App Configuration in Azure Functions. - https://learn.microsoft.com/en-us/azure/azure-app-configuration/quickstart-azure-functions-csharp - https://learn.microsoft.com/en-us/azure/azure-app-configuration/enable-dynamic-configuration-azure-functions-csharp?tabs=in-process

The trigger uses the [app setting binding expression](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-expressions-patterns) of the Azure Functions. While your code can pick up the latest value in App Configuration, I suspect Azure Functions won't pick...

Closing. Please reopen it if there are further questions.

@MohammedAbrar Thanks for the contribution and sorry for my late response. This document is so outdated. I have to rewrite it completely. I've also incorporated your suggestion in the new...

@arjankohli I updated the title of this issue and use it to track our support for NSP in the roadmap.

.NET uses `:` as the separator for configuration key names. However, Linux doesn't allow `:` in environment variable names. Therefore, the .NET environment configuration provider converts double underscores to colons....

@brgrz please let me if there is anything else I can help with. Closing for now.

@brgrz can you please share the reason you can't use `:` as key separator in App Configuration given `:` is what .NET expects? App Configuration has minimal character limits, allowing...