Skip to content

Commit 6a5872a

Browse files
authored
Merge pull request #102725 from timothymeyers/patch-2
Add note about `appgw.environment`
2 parents c974e44 + fa68d1d commit 6a5872a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,13 @@ Kubernetes. We'll use it to install the `application-gateway-kubernetes-ingress`
250250
nano helm-config.yaml
251251
```
252252
253+
> [!NOTE]
254+
> **For deploying to Sovereign Clouds (e.g., Azure Government)**, the `appgw.environment` configuration parameter must be added and set to the appropriate value as documented below.
255+
256+
253257
Values:
254258
- `verbosityLevel`: Sets the verbosity level of the AGIC logging infrastructure. See [Logging Levels](https://github.com/Azure/application-gateway-kubernetes-ingress/blob/463a87213bbc3106af6fce0f4023477216d2ad78/docs/troubleshooting.md#logging-levels) for possible values.
259+
- `appgw.environment`: Sets cloud environment. Possbile values: `AZURECHINACLOUD`, `AZUREGERMANCLOUD`, `AZUREPUBLICCLOUD`, `AZUREUSGOVERNMENTCLOUD`
255260
- `appgw.subscriptionId`: The Azure Subscription ID in which Application Gateway resides. Example: `a123b234-a3b4-557d-b2df-a0bc12de1234`
256261
- `appgw.resourceGroup`: Name of the Azure Resource Group in which Application Gateway was created. Example: `app-gw-resource-group`
257262
- `appgw.name`: Name of the Application Gateway. Example: `applicationgatewayd0f0`
@@ -347,4 +352,4 @@ kubectl apply -f aspnetapp.yaml
347352
348353
## Other Examples
349354
This [how-to guide](ingress-controller-expose-service-over-http-https.md) contains more examples on how to expose an AKS
350-
service via HTTP or HTTPS, to the Internet with Application Gateway.
355+
service via HTTP or HTTPS, to the Internet with Application Gateway.

0 commit comments

Comments
 (0)