Skip to content

Commit 9d24dd6

Browse files
docs: create acr without admin enabled
1 parent f8fde04 commit 9d24dd6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/aca/10-aca-iac-bicep/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ Next, we will prepare container images for the three container apps and update t
315315
az acr create `
316316
--resource-group $RESOURCE_GROUP `
317317
--name $CONTAINER_REGISTRY_NAME `
318-
--sku Basic `
319-
--admin-enabled true
318+
--sku Basic
320319
```
321320

322321
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
373372
az acr create `
374373
--resource-group $RESOURCE_GROUP `
375374
--name <your ACR name>`
376-
--sku Basic `
377-
--admin-enabled true
375+
--sku Basic
378376
```
379377
2. Import the images to your private ACR as shown below:
380378

0 commit comments

Comments
 (0)