Skip to content

Commit 3e289a9

Browse files
authored
Address review comments
1 parent 935d32b commit 3e289a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/static-web-apps/password-protection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Protect your static web app with a password
2+
title: Enable password protection for Azure Static Web Apps
33
description: Prevent unauthorized access to your static web app with a password.
44
services: static-web-apps
55
author: craigshoemaker
@@ -26,11 +26,11 @@ An existing static web app in the Standard plan.
2626

2727
1. Open your static web app in the Azure portal.
2828

29-
1. Under _Settings_ menu, select **Configuration**.
29+
1. Under *Settings* menu, select **Configuration**.
3030

3131
1. Select the **General settings** tab.
3232

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.
3434

3535
:::image type="content" source="media/password-protection/portal-enable.png" alt-text="Enable password protection":::
3636

0 commit comments

Comments
 (0)