-
[Enter feedback here]
I have found that AZURE_CLIENT_ID is required to be configured with the application id / client id in order the app service to properly authenticate using the managed identity…
-
The tutorial for the Managed Identity for SQL used to include more detailed an in-depth instructions to connect. Now it fully depends on the Service Connector
https://github.com/MicrosoftDocs/azu…
-
Enhance the CHANCE command to allow embedding it directly within other commands, enabling customized probabilities for specific commands to execute without interrupting the flow and aborting the entir…
-
The github repo has a dotnet app v3.1. The oldest available version in app service is dotnet 6.
Trying to use the repo throws an error in the dotnet tool install step of the deployment workflow.
…
-
Twitter has changed their application registration process significantly, including OAuth config. The instructions on this page are no longer accurate and need to be updated.
---
#### Document…
-
WEBSITE_HTTPLOGGING_RETENTION_DAYS has already been available for Linux. For example, once we enable App Service Log (File system), WEBSITE_HTTPLOGGING_RETENTION_DAYS appears in Application Setting. A…
-
When you enable Easy Auth on the App Service, the client and/or the App Service needs to be able to communicate to a specific FQDN.
For example, when the App Service outbound traffic is routed thro…
-
The [auth section](https://docs.microsoft.com/en-us/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#authentication--authorization) is missing some of the easy auth settings such as
- W…
-
This page should mention that the tokens only show up in the request headers if the token store is enabled. Between that and this other page [Configure Authentication User Identities](https://docs.mic…
-
Especially for deploying into non-AKS clusters (which should be the default case), we need additional `configuration-settings` like `loadBalancerIp`, which is not included in the table. You should eit…