@@ -5,7 +5,7 @@ services: container-apps
5
5
author : asw101
6
6
ms.service : azure-container-apps
7
7
ms.topic : conceptual
8
- ms.date : 09/29/2022
8
+ ms.date : 08/21/2024
9
9
ms.author : aawislan
10
10
ms.custom : devx-track-azurecli, devx-track-azurepowershell
11
11
ms.devlang : azurecli
@@ -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 [acr] .azurecr.io` flag in the command.
265
+ If you're using an Azure Container Registry, include the `--registry-server <REGISTRY_NAME> .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 = '[acr] .azurecr.io'` flag in the command.
300
+ If you're using an Azure Container Registry, include the `RegistryServer = '<REGISTRY_NAME> .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 [acr] .azurecr.io` flag in the command.
324
+ If you're using an Azure Container Registry, include the `--registry-server <REGISTRY_NAME> .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 = '[acr] .azurecr.io'` flag in the command.
352
+ If you're using an Azure Container Registry, include the `RegistryServer = '<REGISTRY_NAME> .azurecr.io'` flag in the command.
353
353
354
354
---
355
355
0 commit comments