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 817ff94 commit 9e99bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_kubernetes_aks/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Follow this link to create an `ACR` using the portal: [docs.microsoft.com/en-us/
Or this link to create it through the command line: [docs.microsoft.com/en-us/azure/container-registry/container-registry-event-grid-quickstart](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-event-grid-quickstart).

```sh
az acr create --name acraks013579 --sku Standard
az acr create --name acraks013579 -g rg-aks-cluster --sku Standard
```

### 4.2. Building an image in ACR
Expand Down

0 comments on commit 9e99bc6

Please sign in to comment.