Skip to content

Commit 3958410

Browse files
committed
tweak
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 45a7026 commit 3958410

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/microservices-dapr.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 .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.
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 = '.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.
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 .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.
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 = '.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.
353353

354354
---
355355

0 commit comments

Comments
 (0)