Skip to content

Commit a91fa4a

Browse files
authored
Based on internal discussion
Since the latest connector version (1.5.1975.0) the EnvironmentName parameter must be specified for the registration. This might change in the future. Because of some incoming cases we must update the article to reflects the current way its working.
1 parent a0b5076 commit a91fa4a

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 goverment setup the parameter EnvironmentName must be specified as "AzureUSGovernment".
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)