Skip to content

Azure Germany, US or China

Simon J.K. Pedersen edited this page Jan 12, 2017 · 3 revisions

If you want to use the site-extension (only possible with version 0.5.1 or newer) in one of the regional data-centers you have to add some extra app settings.

The following app settings must be set:

Key Value
letsencrypt:AzureAuthenticationEndpoint The ActiveDirectoryAuthority (e.g. https://login.microsoftonline.de/)
letsencrypt:AzureTokenAudience The ActiveDirectoryServiceEndpointResourceId (e.g. https://management.core.cloudapi.de/)
letsencrypt:AzureManagementEndpoint The ResourceManagerUrl (e.g. https://management.microsoftazure.de/)
letsencrypt:AzureDefaultWebSiteDomainName The Azure Web Sites default domain name (e.g. azurewebsites.net)

It is possible to get the values for the different regions using the powershell command

Get-AzureEnvironment

Unable to Access the Kudu Portal

Apparently there is currently problems for some people to automatically sign in to the kudu portal using your organizational account if you encounter problems, try to use the publishing credentials: https://blogs.msdn.microsoft.com/benjaminperkins/2017/01/09/how-to-kudu-using-your-publishing-profile/