Skip to content

Commit 64dc089

Browse files
committed
testing
1 parent 68552de commit 64dc089

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

articles/active-directory/cloud-sync/how-to-prerequisites.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ If there's a firewall between your servers and Azure AD, configure the following
145145
146146
- If your firewall enforces rules according to the originating users, open these ports for traffic from Windows services that run as a network service.
147147
- If your firewall or proxy allows you to specify safe suffixes, add connections:
148-
148+
149+
#### [Public Cloud](#tab/public-cloud)
150+
151+
```
149152
|URL |How it's used|
150153
|-----|-----|
151154
|&#42;.msappproxy.net</br>&#42;.servicebus.windows.net|The agent uses these URLs to communicate with the Azure AD cloud service. |
@@ -154,6 +157,43 @@ If there's a firewall between your servers and Azure AD, configure the following
154157
|login.windows.net</br>|The agent uses these URLs during the registration process.
155158

156159
- If you are unable to add connections, allow access to the [Azure datacenter IP ranges](https://www.microsoft.com/download/details.aspx?id=41653), which are updated weekly.
160+
```
161+
162+
#### [U.S. Government Cloud](#tab/us-government-cloud)
163+
164+
```
165+
*.applicationinsights.us
166+
*.azure.us
167+
*.loganalytics.us
168+
*.microsoft.us
169+
*.microsoftonline.us
170+
*.msauth.net
171+
*.usgovcloudapi.net
172+
*.usgovtrafficmanager.net
173+
*.windowsazure.us
174+
```
175+
176+
#### [China Government Cloud](#tab/china-government-cloud)
177+
178+
```
179+
aadcdn.msauth.cn
180+
aadcdn.msftauth.cn
181+
login.live.com
182+
*.azure.cn
183+
*.microsoft.cn
184+
*.microsoftonline.cn
185+
*.chinacloudapi.cn
186+
*.trafficmanager.cn
187+
*.windowsazure.cn
188+
```
189+
---
190+
191+
192+
193+
194+
195+
196+
157197
158198
159199

0 commit comments

Comments
 (0)