Skip to content

Commit 69be54b

Browse files
authored
Merge pull request #134383 from githubarpyka/patch-3
Based on internal discussion
2 parents 39a747b + 447a443 commit 69be54b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/active-directory/manage-apps/application-proxy-connectors.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,11 @@ If a connector is not connected to the service for several months, its certifica
156156
157157
```
158158
Import-module AppProxyPSModule
159-
Register-AppProxyConnector
159+
Register-AppProxyConnector -EnvironmentName "AzureCloud"
160160
```
161+
162+
For government, use `-EnvironmentName "AzureUSGovernment"`. For more details, see [Install Agent for the Azure Government Cloud](../hybrid/reference-connect-government-cloud.md#install-the-agent-for-the-azure-government-cloud).
163+
161164
To learn more about how to verify the certificate and troubleshoot problems see [Verify Machine and backend components support for Application Proxy trust certificate](application-proxy-connector-installation-problem.md#verify-machine-and-backend-components-support-for-application-proxy-trust-certificate).
162165
163166
## Under the hood

0 commit comments

Comments
 (0)