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: Labs/lab_5_backend_api.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ The backend api container image needs to be pushed to an Azure Container Registr
134
134
135
135
1. In the Azure portal, open the provisioned resource group and locate and open the **Container Registry** resource.
136
136
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.
138
138
139
139

140
140
@@ -204,15 +204,15 @@ The last step is to deploy the backend api container image to Azure Container Ap
204
204
205
205
9. In the Azure Portal, locate and open the **Container App** resource ending in`-api`.
206
206
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.
208
208
209
209

210
210
211
-
11. View the error from the logs, or optionally select**Log stream**from the left menu, thenselectthe api container log stream.
211
+
11. View the error from the logs, or optionally expand the **Monitoring**section of the left menu andselect**Log stream**. Be sure to selectthe`-api` container.
212
212
213
213

214
214
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.
216
216
217
217

0 commit comments