diff --git a/02_kubernetes_aks/Readme.md b/02_kubernetes_aks/Readme.md index 37bf80e..969a07c 100644 --- a/02_kubernetes_aks/Readme.md +++ b/02_kubernetes_aks/Readme.md @@ -123,13 +123,11 @@ Navigate into the `app-dotnet` folder and run the following command to package t ```sh $acrName="" -az acr build -t "$acrName.azurecr.io/dotnet-app:1.0.0" -r $acrName . +az acr build -t "$acrName.azurecr.io/dotnet-app:1.0.0" -r $acrName ../app-dotnet ``` This will build and push the image to ACR. -az aks attach - ### 4.3. Deploying an image from ACR Deploy the created image in ACR into the AKS cluster and replace image and registry names: