1
1
---
2
2
title : Configure application settings for Azure Static Web Apps
3
- description : # Required; article description that is displayed in search results.
3
+ description : Learn to configure application settings for Azure Static Web Apps
4
4
services : static-web-apps
5
5
author : burkeholland
6
6
ms.service : static-web-apps
@@ -80,13 +80,13 @@ The `local.settings.json` file is not tracked by the GitHub repository because s
80
80
81
81
Generally, uploading your settings is done infrequently, and isn't required with every build.
82
82
83
- ## Uploading App settings
83
+ ## Uploading application settings
84
84
85
- You can configure application settings via the Azure Portal or with the Azure CLI.
85
+ You can configure application settings via the Azure portal or with the Azure CLI.
86
86
87
- ### Using the Azure Portal
87
+ ### Using the Azure portal
88
88
89
- The Azure Portal provides an interface for creating, updating and deleting App Settings .
89
+ The Azure portal provides an interface for creating, updating and deleting application settings .
90
90
91
91
1 . Navigate to the [ Azure portal] ( https://portal.azure.com ) .
92
92
@@ -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/application-settings/configuration.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
0 commit comments