Skip to content

Commit 42bd7f5

Browse files
committed
add how to enable basic authentication
1 parent 32ed88c commit 42bd7f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/azure/how-to-get-publish-profile-from-azure-app-service.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ghogen
55
manager: mijacobs
66
ms.subservice: azure-development
77
ms.topic: how-to
8-
ms.date: 05/16/2024
8+
ms.date: 06/18/2024
99
ms.author: ghogen
1010
monikerRange: ">=vs-2019"
1111
---
@@ -15,7 +15,8 @@ monikerRange: ">=vs-2019"
1515
A publish profile is a file that contains information and settings that Visual Studio uses to deploy applications and services to Azure.
1616

1717
1. In the Azure portal, open the Azure App Service.
18-
2. Go to **Download publish profile** and save the profile locally.
18+
1. Make sure that **Basic authentication** is enabled. Go to **Configuration**, **General settings**, **SCM Basic Auth Publishing Credentials**, and check the box to enable this type of authentication for **Web Deploy**.
19+
1. Go to **Download publish profile** and save the profile locally.
1920

2021
:::image type="content" source="./media/app-service-get-publish-profile.png" alt-text="Screenshot showing how to get the publish profile from Azure App Service." lightbox="./media/app-service-get-publish-profile.png":::
2122

@@ -25,3 +26,4 @@ See also [Azure App Service](/azure/app-service).
2526

2627
> [!NOTE]
2728
> When [basic authentication is disabled](/azure/app-service/configure-basic-auth-disable), **Download publish profile** and **Reset publish profile** are disabled.
29+

0 commit comments

Comments
 (0)