Skip to content

Commit 1001d02

Browse files
Merge pull request #292201 from craigshoemaker/aca/jason/mi-pull
[Container Apps] Update: MI image pull (Jason)
2 parents 65ddf58 + 684ae4d commit 1001d02

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,12 @@ Follow these steps to create a container app with the default quickstart image.
174174
| **Subscription** | Select your Azure subscription. |
175175
| **Resource group** | Select an existing resource group or create a new one. |
176176
| **Container app name** | Enter a container app name. |
177-
| **Location** | Select a location. |
178-
| **Create Container App Environment** | Create a new or select an existing environment. |
177+
| **Deployment source** | Leave this set to **Container image**. |
178+
| **Region** | Select a region. |
179+
| **Container Apps Environment** | Select an existing environment or select **Create new**. For more information see [Azure Container Apps environments](environment.md) |
179180
181+
1. Select **Next : Container >**.
182+
1. In the **Container** tab, enable **Use quickstart image**. Leave **Quickstart image** set to **Simple hello world container**.
180183
1. Select the **Review + Create** button at the bottom of the **Create Container App** page.
181184
1. Select the **Create** button at the bottom of the **Create Container App** page.
182185
@@ -186,23 +189,21 @@ Allow a few minutes for the container app deployment to finish. When deployment
186189
187190
Edit the container to use the image from your private Azure Container Registry, and configure the authentication to use system-assigned identity.
188191
189-
1. The **Containers** from the side menu on the left.
190-
1. Select **Edit and deploy**.
192+
1. In **Application**, select **Containers**.
193+
1. In the *Containers* page, select **Edit and deploy**.
191194
1. Select the *simple-hello-world-container* container from the list.
195+
1. In the *Edit a container* page, do the following actions.
192196
193197
| Setting | Action |
194198
|---|---|
195199
|**Name**| Enter the container app name. |
196200
|**Image source**| Select **Azure Container Registry**. |
197-
|**Authentication**| Select **Managed identity**. |
198-
|**Identity**| Select **System assigned**. |
199-
|**Registry**| Enter the Registry name. |
201+
|**Subscription** | Select your Azure subscription. |
202+
|**Registry**| Select your container registry. |
200203
|**Image**| Enter the image name. |
201-
|**Image tag**| Enter the tag. |
202-
203-
:::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.":::
204-
>[!NOTE]
205-
> 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**. |
206207
207208
1. Select **Save** at the bottom of the page.
208209
1. Select **Create** at the bottom of the **Create and deploy new revision** page

0 commit comments

Comments
 (0)