Skip to content

Commit beb7c80

Browse files
authored
docs(apim): Provide guidance for configuring Azure Application Insights in soverign clouds
https://msazure.visualstudio.com/One/_workitems/edit/26441200
1 parent b6a8736 commit beb7c80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/api-management/self-hosted-gateway-settings-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ This guidance helps you provide the required information to define how to authen
114114

115115
## Sovereign clouds
116116

117-
Here is an overview of settings that need to be configured to be able to work with sovereign clouds
117+
Here is an overview of settings that need to be configured to be able to work with sovereign clouds:
118118

119119
| Name | Public | Azure China | US Government |
120120
|-----------------------------------|------------------------------------------------|--------------------------------------|----------------|
121121
| config.service.auth.tokenAudience | `https://azure-api.net/configuration` (Default) | `https://azure-api.cn/configuration` | `https://azure-api.us/configuration` |
122+
| logs.applicationinsights.endpoint | `https://dc.services.visualstudio.com/v2/track` (Default) | `https://dc.applicationinsights.azure.cn/v2/track` | `https://dc.applicationinsights.us/v2/track` |
122123

123124
## How to configure settings
124125

0 commit comments

Comments
 (0)