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/password-protection.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Protect your static web app with a password
2
+
title: Enable password protection for Azure Static Web Apps
3
3
description: Prevent unauthorized access to your static web app with a password.
4
4
services: static-web-apps
5
5
author: craigshoemaker
@@ -26,11 +26,11 @@ An existing static web app in the Standard plan.
26
26
27
27
1. Open your static web app in the Azure portal.
28
28
29
-
1. Under _Settings_ menu, select **Configuration**.
29
+
1. Under *Settings* menu, select **Configuration**.
30
30
31
31
1. Select the **General settings** tab.
32
32
33
-
1. In the _Password protection_ section, select **Protect staging environments only** to protect only your app's pre-production environments or select **Protect both production and staging environments** to protect all environments.
33
+
1. In the *Password protection* section, select **Protect staging environments only** to protect only your app's pre-production environments or select **Protect both production and staging environments** to protect all environments.
0 commit comments