Skip to content

Commit 33e49d5

Browse files
committed
Minor edit.
1 parent afaceaa commit 33e49d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/container-apps/tutorial-code-to-cloud.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,14 @@ az acr build --registry $ACR_NAME --image $API_NAME .
288288

289289
The `az acr build` command does not have a PowerShell equivalent, but can be run in PowerShell.
290290

291+
To sign into Azure with the Azure CLI, run the following command and follow the prompts to complete the authentication process.
292+
293+
```powershell
294+
az login
295+
```
296+
297+
Then build the container.
298+
291299
```powershell
292300
az acr build --registry $AcrName --image $APIName .
293301
```

0 commit comments

Comments
 (0)