Skip to content

Commit 2d0b19c

Browse files
committed
update from jason
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 3958410 commit 2d0b19c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/microservices-dapr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: asw101
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 09/29/2022
8+
ms.date: 08/21/2024
99
ms.author: aawislan
1010
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1111
ms.devlang: azurecli
@@ -262,7 +262,7 @@ az containerapp create \
262262
--env-vars 'APP_PORT=3000'
263263
```
264264

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.
266266

267267
# [Azure PowerShell](#tab/azure-powershell)
268268

@@ -297,7 +297,7 @@ $ServiceArgs = @{
297297
New-AzContainerApp @ServiceArgs
298298
```
299299

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.
301301

302302
---
303303

@@ -321,7 +321,7 @@ az containerapp create \
321321
--dapr-app-id pythonapp
322322
```
323323

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.
325325

326326
# [Azure PowerShell](#tab/azure-powershell)
327327

@@ -349,7 +349,7 @@ $ClientArgs = @{
349349
New-AzContainerApp @ClientArgs
350350
```
351351

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.
353353

354354
---
355355

0 commit comments

Comments
 (0)