Skip to content

Commit 5ce1f87

Browse files
committed
Fix code tag
1 parent 842afd5 commit 5ce1f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-how-to-custom-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ When you make changes to your functions code project or need to update to the la
9999

100100
### [Azure Container Registry](#tab/acr)
101101

102-
```console
102+
```azurecli
103103
az acr build --registry <REGISTRY_NAME> --image <LOGIN_SERVER>/azurefunctionsimage:v1.0.1 .
104104
```
105105

0 commit comments

Comments
 (0)