You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/aca/10-aca-iac-bicep/index.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,8 +315,7 @@ Next, we will prepare container images for the three container apps and update t
315
315
az acr create `
316
316
--resource-group $RESOURCE_GROUP `
317
317
--name $CONTAINER_REGISTRY_NAME `
318
-
--sku Basic `
319
-
--admin-enabled true
318
+
--sku Basic
320
319
```
321
320
322
321
2. Build and push the images to ACR as guided in [this section](../../aca/08-aca-monitoring/index.md#2-build-new-images-and-push-them-to-acr). Make sure you are at the root project directory when executing the following commands:
@@ -373,8 +372,7 @@ Next, we will prepare container images for the three container apps and update t
373
372
az acr create `
374
373
--resource-group $RESOURCE_GROUP `
375
374
--name <your ACR name>`
376
-
--sku Basic `
377
-
--admin-enabled true
375
+
--sku Basic
378
376
```
379
377
2. Import the images to your private ACR as shown below:
0 commit comments