Skip to content

Commit

Permalink
02
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed Sep 23, 2024
1 parent fe25a02 commit ed1542a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 02_kubernetes_aks/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,11 @@ Navigate into the `app-dotnet` folder and run the following command to package t

```sh
$acrName="<your acr name>"
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:
Expand Down

0 comments on commit ed1542a

Please sign in to comment.