@@ -262,7 +262,7 @@ az containerapp create \
262
262
--env-vars 'APP_PORT=3000'
263
263
` ` `
264
264
265
- If you're using an Azure Container Registry, include the `--registry-server .azurecr.io` flag in the command.
265
+ If you're using an Azure Container Registry, include the `--registry-server [acr] .azurecr.io` flag in the command.
266
266
267
267
# [Azure PowerShell](#tab/azure-powershell)
268
268
@@ -297,7 +297,7 @@ $ServiceArgs = @{
297
297
New-AzContainerApp @ServiceArgs
298
298
` ` `
299
299
300
- If you're using an Azure Container Registry, include the `RegistryServer = '.azurecr.io'` flag in the command.
300
+ If you're using an Azure Container Registry, include the `RegistryServer = '[acr] .azurecr.io'` flag in the command.
301
301
302
302
---
303
303
@@ -321,7 +321,7 @@ az containerapp create \
321
321
--dapr-app-id pythonapp
322
322
` ` `
323
323
324
- If you're using an Azure Container Registry, include the `--registry-server .azurecr.io` flag in the command.
324
+ If you're using an Azure Container Registry, include the `--registry-server [acr] .azurecr.io` flag in the command.
325
325
326
326
# [Azure PowerShell](#tab/azure-powershell)
327
327
@@ -349,7 +349,7 @@ $ClientArgs = @{
349
349
New-AzContainerApp @ClientArgs
350
350
` ` `
351
351
352
- If you're using an Azure Container Registry, include the `RegistryServer = '.azurecr.io'` flag in the command.
352
+ If you're using an Azure Container Registry, include the `RegistryServer = '[acr] .azurecr.io'` flag in the command.
353
353
354
354
---
355
355
0 commit comments