Skip to content

Repo sync for protected branch #10430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ monikerRange: ">=vs-2019"
A publish profile is a file that contains information and settings that Visual Studio uses to deploy applications and services to Azure.

1. In the Azure portal, open the Azure App Service.
1. Make sure that **Basic authentication** is enabled. Go to **Configuration**, **General settings**, **SCM Basic Auth Publishing Credentials**, and choose **On**.
1. Make sure that **Basic authentication** is enabled. Go to **Settings**, **Configuration**, **General settings**, **SCM Basic Auth Publishing Credentials**, and choose **On**.
1. Go to **Download publish profile** and save the profile locally.

:::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":::
Expand Down
2 changes: 0 additions & 2 deletions docs/deployment/tutorial-import-publish-settings-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ You can use the **Publish** tool to import publish settings and then deploy your
userName="$DeployASPDotNetCore"
userPWD="abcdefghijklmnopqrstuzwxyz"
destinationAppUrl="http://deployaspdotnetcore2021.azurewebsites.net"
SQLServerDBConnectionString=""
mySQLDBConnectionString=""
hostingProviderForumLink=""
controlPanelLink="http://windows.azure.com"
webSystem="WebSites">
Expand Down