Skip to content

Commit 1532836

Browse files
committed
update AKS ingress-tls.md
1 parent 612c333 commit 1532836

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/aks/ingress-tls.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: devx-track-azurecli, devx-track-azurepowershell, linux-related-conten
77
author: asudbring
88
ms.author: allensu
99
ms.topic: how-to
10-
ms.date: 12/13/2023
10+
ms.date: 03/14/2024
1111
ROBOTS: NOINDEX
1212
#Customer intent: As a cluster operator or developer, I want to use TLS with an ingress controller to handle the flow of incoming traffic and secure my apps using my own certificates or automatically generated certificates.
1313
---
@@ -73,6 +73,9 @@ To use TLS with [Let's Encrypt][lets-encrypt] certificates, you'll deploy [cert-
7373
7474
* Use `Import-AzContainerRegistryImage` to import the following images into your ACR.
7575
76+
>[!NOTE]
77+
>When performing the steps to import the images into your ACR when working in Azure Government, you need to include the [`targetTag`][parameter-targettag] parameter with the value representing the tag of the image you want to import.
78+
7679
```azurepowershell
7780
$RegistryName = "<REGISTRY_NAME>"
7881
$ResourceGroup = (Get-AzContainerRegistry | Where-Object {$_.name -eq $RegistryName} ).ResourceGroupName
@@ -659,4 +662,5 @@ You can also:
659662
[acr-helm]: ../container-registry/container-registry-helm-repos.md
660663
[get-az-aks-cluster]: /powershell/module/az.aks/get-azakscluster
661664
[new-az-public-ip-address]: /powershell/module/az.network/new-azpublicipaddress
662-
[aks-app-add-on]: app-routing.md
665+
[aks-app-add-on]: app-routing.md
666+
[parameter-targettag]: /powershell/module/az.containerregistry/import-azcontainerregistryimage

0 commit comments

Comments
 (0)