Skip to content

Commit f305f72

Browse files
committed
Updated AKS Tutorial note about POSH Cmdlet
1 parent 2ca4a03 commit f305f72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/tutorial-kubernetes-prepare-acr.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Kubernetes on Azure tutorial - Create an Azure Container Registry and build images
33
description: In this Azure Kubernetes Service (AKS) tutorial, you create an Azure Container Registry instance and upload sample application container images.
44
ms.topic: tutorial
5-
ms.date: 11/02/2023
5+
ms.date: 11/28/2023
66
ms.custom: mvc, devx-track-azurecli, devx-track-azurepowershell
77

88
#Customer intent: As a developer, I want to learn how to create and use a container registry so that I can deploy my own applications to Azure Kubernetes Service.
@@ -73,9 +73,10 @@ Before creating an ACR instance, you need a resource group. An Azure resource gr
7373
7474
## Build and push container images to registry
7575
76-
* Build and push the images to your ACR using the [`az acr build`][az-acr-build] command.
76+
* Build and push the images to your ACR using the Azure CLI [`az acr build`][az-acr-build] command.
7777
7878
> [!NOTE]
79+
> For this step, there isn't an equivalent Azure PowerShell cmdlet that performs this task.
7980
> In the following example, we don't build the `rabbitmq` image. This image is available from the Docker Hub public repository and doesn't need to be built or pushed to your ACR instance.
8081
8182
```azurecli-interactive

0 commit comments

Comments
 (0)