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-web-apps/application-settings.yml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,9 @@ introduction: |
24
24
- Are copied to [staging](review-publish-pull-requests.md) and production environments
25
25
- May only be alphanumeric characters, `.`, and `_`
26
26
27
-
> [!IMPORTANT]
28
-
> The application settings described in this article only apply to the backend API of an Azure Static Web App.
29
-
>
30
-
> To configure environment variables that are required to build your frontend web application, see [Build configuration](build-configuration.md#environment-variables).
27
+
The application settings described in this article only apply to the backend API of an Azure Static Web App.
28
+
29
+
To configure environment variables required to build your frontend web application, see [Build configuration](build-configuration.md#environment-variables).
31
30
32
31
prerequisites:
33
32
summary: |
@@ -69,6 +68,11 @@ procedureSection:
69
68
summary: |
70
69
You can configure application settings via the [Azure portal](https://portal.azure.com) or with the [Azure CLI](#use-the-azure-cli).
71
70
71
+
> [!IMPORTANT]
72
+
> The application settings described in this article only apply to the backend API of an Azure Static Web App.
73
+
>
74
+
> To configure environment variables required to build your frontend web application, see [Build configuration](build-configuration.md#environment-variables).
75
+
72
76
### Use the Azure portal
73
77
74
78
The Azure portal provides an interface for creating, updating and deleting application settings.
0 commit comments