Skip to content

Commit e94fee0

Browse files
committed
Update instructions.
1 parent 7a9ea32 commit e94fee0

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/container-apps/managed-identity-image-pull.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,23 +189,21 @@ Allow a few minutes for the container app deployment to finish. When deployment
189189
190190
Edit the container to use the image from your private Azure Container Registry, and configure the authentication to use system-assigned identity.
191191
192-
1. The **Containers** from the side menu on the left.
193-
1. Select **Edit and deploy**.
192+
1. In **Application**, select **Containers**.
193+
1. In the *Containers* page, select **Edit and deploy**.
194194
1. Select the *simple-hello-world-container* container from the list.
195+
1. In the *Edit a container* page, do the following actions.
195196
196197
| Setting | Action |
197198
|---|---|
198199
|**Name**| Enter the container app name. |
199200
|**Image source**| Select **Azure Container Registry**. |
200-
|**Authentication**| Select **Managed identity**. |
201-
|**Identity**| Select **System assigned**. |
202-
|**Registry**| Enter the Registry name. |
201+
|**Subscription** | Select your Azure subscription. |
202+
|**Registry**| Select your container registry. |
203203
|**Image**| Enter the image name. |
204-
|**Image tag**| Enter the tag. |
205-
206-
:::image type="content" source="media/managed-identity/screenshot-edit-a-container-system-assigned-identity.png" alt-text="Screen shot Edit a container with system-assigned managed identity.":::
207-
>[!NOTE]
208-
> If the administrative credentials are not enabled on your Azure Container Registry registry, you will see a warning message displayed and you will need to enter the image name and tag information manually.
204+
|**Image tag**| Enter the image tag. |
205+
|**Authentication type**| Select **Managed identity**. |
206+
|**Managed identity**| Select **System assigned**. |
209207
210208
1. Select **Save** at the bottom of the page.
211209
1. Select **Create** at the bottom of the **Create and deploy new revision** page

0 commit comments

Comments
 (0)