Skip to content

Commit 27da5fe

Browse files
More renaming to 'application settings'
1 parent f43c782 commit 27da5fe

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

articles/static-apps/add-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ If you don't want to keep this application for further use, you can use the foll
274274
## Next steps
275275

276276
> [!div class="nextstepaction"]
277-
> [Configure environment variables](./environment-variables.md)
277+
> [Configure app settings](./app-settings.md)

articles/static-apps/app-settings.md renamed to articles/static-apps/application-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The Azure Portal provides an interface for creating, updating and deleting App S
9898

9999
1. Click on the **Add Button** to add a new app setting.
100100

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":::
102102

103103
1. Enter a **Name** and **Value**
104104

@@ -136,7 +136,7 @@ The Azure CLI command requires a number of values specific to your account to ru
136136
2. Resource group name
137137
3. Subscription ID
138138

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":::
140140

141141
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.
142142

@@ -149,7 +149,7 @@ The Azure CLI command requires a number of values specific to your account to ru
149149
150150
### View application settings with the Azure CLI
151151

152-
Environment variables are available to view through the Azure CLI.
152+
Application settings are available to view through the Azure CLI.
153153

154154
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.
155155

@@ -160,4 +160,4 @@ Environment variables are available to view through the Azure CLI.
160160
## Next steps
161161

162162
> [!div class="nextstepaction"]
163-
> [setup local development](local-development.md)
163+
> [Setup local development](local-development.md)

articles/static-apps/custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ If your DNS changes have populated, the website returns your custom domain confi
119119
## Next steps
120120

121121
> [!div class="nextstepaction"]
122-
> [Configure environment variables](environment-variables.md)
122+
> [Configure app settings](app-settings.md)
Binary file not shown.

articles/static-apps/user-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ console.log(getUser());
9494
## Next steps
9595

9696
> [!div class="nextstepaction"]
97-
> [Configure environment variables](environment-variables.md)
97+
> [Configure app settings](app-settings.md)

0 commit comments

Comments
 (0)