File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,8 @@ 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.
266
+
265
267
# [Azure PowerShell](#tab/azure-powershell)
266
268
267
269
` ` ` azurepowershell-interactive
@@ -295,6 +297,8 @@ $ServiceArgs = @{
295
297
New-AzContainerApp @ServiceArgs
296
298
` ` `
297
299
300
+ If you're using an Azure Container Registry, include the `RegistryServer = '.azurecr.io'` flag in the command.
301
+
298
302
---
299
303
300
304
By default, the image is pulled from [Docker Hub](https://hub.docker.com/r/dapriosamples/hello-k8s-node).
@@ -317,6 +321,8 @@ az containerapp create \
317
321
--dapr-app-id pythonapp
318
322
` ` `
319
323
324
+ If you're using an Azure Container Registry, include the `--registry-server .azurecr.io` flag in the command.
325
+
320
326
# [Azure PowerShell](#tab/azure-powershell)
321
327
322
328
` ` ` azurepowershell-interactive
@@ -343,6 +349,8 @@ $ClientArgs = @{
343
349
New-AzContainerApp @ClientArgs
344
350
` ` `
345
351
352
+ If you're using an Azure Container Registry, include the `RegistryServer = '.azurecr.io'` flag in the command.
353
+
346
354
---
347
355
348
356
# # Verify the results
You can’t perform that action at this time.
0 commit comments