Skip to content

Commit 747567f

Browse files
committed
Add spaces in-between images
1 parent 2d4bae8 commit 747567f

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

articles/container-apps/environment-variables.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,26 @@ After the Container App is created, the only way to update the Container App env
8888
### [Azure portal](#tab/portal)
8989

9090
1. In the [Azure portal](https://portal.azure.com), search for Container Apps and then select your app.
91-
:::image type="content" source="media/environment-variables/container-apps-portal.png" alt-text="Screenshot of the Azure portal search bar with Container App as one of the results.":::
91+
92+
:::image type="content" source="media/environment-variables/container-apps-portal.png" alt-text="Screenshot of the Azure portal search bar with Container App as one of the results.":::
93+
9294
1. In the app's left menu, select Revisions and replicas > Create new revision
93-
:::image type="content" source="media/environment-variables/create-new-revision.png" alt-text="Screenshot of Container App Revision creation page.":::
95+
96+
:::image type="content" source="media/environment-variables/create-new-revision.png" alt-text="Screenshot of Container App Revision creation page.":::
97+
9498
1. Then you have to edit the current existing container image:
95-
:::image type="content" source="media/environment-variables/edit-revision.png" alt-text="Screenshot of Container App Revision container image settings page.":::
99+
100+
:::image type="content" source="media/environment-variables/edit-revision.png" alt-text="Screenshot of Container App Revision container image settings page.":::
101+
96102
1. In the Environment variables section, you can Add new Environment variables by clicking on Add.
97103

98104
1. Then set the Name of your Environment variable and the Source (it can be a reference to a [secret](manage-secrets.md)).
99-
:::image type="content" source="media/environment-variables/secret-env-var.png" alt-text="Screenshot of Container App Revision container image environment settings section.":::
105+
106+
:::image type="content" source="media/environment-variables/secret-env-var.png" alt-text="Screenshot of Container App Revision container image environment settings section.":::
100107

101108
1. If you select the Source as manual, you can manually input the Environment variable value.
102109

103-
:::image type="content" source="media/environment-variables/manual-env-var.png" alt-text="Screenshot of Container App Revision container image environment settings section with one of the environments source selected as Manual.":::
110+
:::image type="content" source="media/environment-variables/manual-env-var.png" alt-text="Screenshot of Container App Revision container image environment settings section with one of the environments source selected as Manual.":::
104111

105112
### [Azure CLI](#tab/cli)
106113

0 commit comments

Comments
 (0)