Skip to content

Commit 68102f2

Browse files
committed
added instruction
1 parent bc80eab commit 68102f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Labs/lab_5_backend_api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The backend api container image needs to be pushed to an Azure Container Registr
134134
135135
1. In the Azure portal, open the provisioned resource group and locate and open the **Container Registry** resource.
136136
137-
2. Select **Access keys** from the left-hand menu. Record the **Login server** value and the **Username** and **Password** values for later use.
137+
2. Expand the **Settings** section in the left-hand menu and select **Access keys** from the left-hand menu. Record the **Login server** value and the **Username** and **Password** values for later use.
138138
139139
![The Azure portal displays the Container Registry resource with the Access keys menu item selected. The login server, username and password values are highlighted.](media/acr_access_keys.png "Container Registry Access keys")
140140
@@ -204,15 +204,15 @@ The last step is to deploy the backend api container image to Azure Container Ap
204204
205205
9. In the Azure Portal, locate and open the **Container App** resource ending in `-api`.
206206
207-
10. Notice on the **Overview** screen, there is a failed container revision. This is because the `hello-world` container is running at the same binding address as the backend api container.
207+
10. From the left menu, expand the **Application** section and select **Revisions and replicas**. Notice screen, there is a failed container revision (may need to select **Refresh** from the top toolbar menu). This is because the `hello-world` container is running at the same binding address as the backend api container.
208208
209209
![The Azure portal displays the Container App resource with a failed container revision listed.](media/container_app_failed_revision.png "Container App Failed Revision")
210210
211-
11. View the error from the logs, or optionally select **Log stream** from the left menu, then select the api container log stream.
211+
11. View the error from the logs, or optionally expand the **Monitoring** section of the left menu and select **Log stream**. Be sure to select the `-api` container.
212212
213213
![The Azure portal displays the Container App resource with the Log stream menu item selected and the output of the api container with the error highlighted.](media/container_app_log_stream.png "Container App Log Stream")
214214
215-
12. To rectify this, the `hello-world` container needs to be deleted. Select **Containers** from the left menu, then choose the **Edit and Deploy** button from the toolbar.
215+
12. To rectify this, the `hello-world` container needs to be deleted. Expand the **Application** section of the left menu and select **Containers**. Choose the **Edit and Deploy** button from the toolbar.
216216
217217
![The Azure portal displays the Container App resource with the Containers menu item selected. The Edit and Deploy button is highlighted.](media/container_app_edit_and_deploy.png "Container App Edit and Deploy")
218218

0 commit comments

Comments
 (0)