Skip to content

Commit 6bec641

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents cadc7b8 + c1c17a7 commit 6bec641

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-
1. Make sure that **Basic authentication** is enabled. Go to **Configuration**, **General settings**, **SCM Basic Auth Publishing Credentials**, and choose **On**.
18+
1. Make sure that **Basic authentication** is enabled. Go to **Settings**, **Configuration**, **General settings**, **SCM Basic Auth Publishing Credentials**, and choose **On**.
1919
1. Go to **Download publish profile** and save the profile locally.
2020

2121
:::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":::

docs/deployment/tutorial-import-publish-settings-azure.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ You can use the **Publish** tool to import publish settings and then deploy your
6565
userName="$DeployASPDotNetCore"
6666
userPWD="abcdefghijklmnopqrstuzwxyz"
6767
destinationAppUrl="http://deployaspdotnetcore2021.azurewebsites.net"
68-
SQLServerDBConnectionString=""
69-
mySQLDBConnectionString=""
7068
hostingProviderForumLink=""
7169
controlPanelLink="http://windows.azure.com"
7270
webSystem="WebSites">

0 commit comments

Comments
 (0)