Zhenlan Wang
Zhenlan Wang
While we are waiting for the Azure Functions team to address https://github.com/Azure/azure-functions-dotnet-worker/issues/1253. An alternative solution is to leverage the **App Configuration reference feature in App Service/Azure Functions**: Assume you have...
It may not solve all the issues, but I'd like to share an option. You can add App Configuration references in the App Settings of an App Service: https://learn.microsoft.com/en-us/azure/app-service/app-service-configuration-references This...
Agreed. I do see the value of including user identity in the HttpRequest logs. However, the user identity (even the hashed/pseudo-ones) _is_ considered as personally identifiable information (PII). So, as...
The hierarchical view support has been completed and rolled out. Please let us know if it helps.
@amerjusupovic can you please validate/review this PR?
@jimmyca15 @drago-draganov, please let me know if this looks reasonable to you.
#sign-off
> the az appconfig kv works as long as it is a key-value pair. If its a key vault reference, it needs to enable the access keys again at least...
@desireewilliams, thanks for the feedback. I hope this PR #102013 can make it a bit clearer.
@bbrandt yes, you could run the same script at the deployment time to download and deploy the environment-specific configuration file with your application. The document shows an example of how...