Skip to content

Commit c6d40ad

Browse files
committed
rework
Signed-off-by: Hannah Hunter <[email protected]>
1 parent ef9c6ba commit c6d40ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/aks/dapr-workflow.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,15 @@ az group create --name myResourceGroup --location eastus
6969
az acr create --resource-group myResourceGroup --name acrName --sku Basic
7070
az acr login --name acrName
7171
az acr list --resource-group myResourceGroup --query "[].{acrLoginServer:loginServer}" --output table
72+
```
73+
74+
Expected output:
75+
76+
```sh
7277
acrName.azurecr.io
7378
```
7479

75-
Tag the [Docker image](#prepare-the-docker-image) you prepared earlier to your new ACR.
80+
Tag the [Docker image](#prepare-the-docker-image) you prepared earlier to your new ACR using the result from the ACR query:
7681

7782
```sh
7883
docker tag ghcr.io/<your-repo>/dwf-sample:0.1.0 acrName.azurecr.io/dwf-sample:0.1.0

0 commit comments

Comments
 (0)