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: articles/static-apps/application-settings.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
@@ -98,7 +98,7 @@ The Azure Portal provides an interface for creating, updating and deleting App S
98
98
99
99
1. Click on the **Add Button** to add a new app setting.
100
100
101
-
:::image type="content" source="media/app-settings/configuration-app-settings.png" alt-text="Azure Static Web Apps configuration view":::
101
+
:::image type="content" source="media/application-settings/configuration.png" alt-text="Azure Static Web Apps configuration view":::
102
102
103
103
1. Enter a **Name** and **Value**
104
104
@@ -136,7 +136,7 @@ The Azure CLI command requires a number of values specific to your account to ru
136
136
2. Resource group name
137
137
3. Subscription ID
138
138
139
-
:::image type="content" source="media/environment-variables/azure-static-web-apps-overview.png" alt-text="Azure Static Web Apps Overview":::
139
+
:::image type="content" source="media/application-settings/overview.png" alt-text="Azure Static Web Apps Overview":::
140
140
141
141
4. From a terminal or command line, execute the following command. Make sure to replace the placeholders of `<YOUR_STATIC_SITE_NAME>`, `<YOUR_RESOURCE_GROUP_NAME>`, and `<YOUR_SUBSCRIPTION_ID>` with your values from the _Overview_ window.
142
142
@@ -149,7 +149,7 @@ The Azure CLI command requires a number of values specific to your account to ru
149
149
150
150
### View application settings with the Azure CLI
151
151
152
-
Environment variables are available to view through the Azure CLI.
152
+
Application settings are available to view through the Azure CLI.
153
153
154
154
1. From a terminal or command line, execute the following command. Make sure to replace the placeholders `<YOUR_SUBSCRIPTION_ID>`, `<YOUR_RESOURCE_GROUP_NAME>`, `<YOUR_STATIC_SITE_NAME>` with your values.
155
155
@@ -160,4 +160,4 @@ Environment variables are available to view through the Azure CLI.
0 commit comments