Skip to content

Commit 658d326

Browse files
committed
updates
1 parent d607ec0 commit 658d326

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/app-service-web-tutorial-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In this step, you set up the local ASP.NET Core project. App Service supports th
4545
cd dotnet-core-api
4646
```
4747

48-
This repository contains an app that's created based on the tutorial ASP.NET Core web API documentation with Swagger / OpenAPI](/aspnet/core/tutorials/web-api-help-pages-using-swagger?tabs=visual-studio). It uses a Swagger generator to serve the [Swagger UI](https://swagger.io/swagger-ui/) and the Swagger JSON endpoint.
48+
This repository contains an app that's created based on the tutorial [ASP.NET Core web API documentation with Swagger / OpenAPI](/aspnet/core/tutorials/web-api-help-pages-using-swagger?tabs=visual-studio). It uses a Swagger generator to serve the [Swagger UI](https://swagger.io/swagger-ui/) and the Swagger JSON endpoint.
4949
5050
1. Make sure the default branch is `main`.
5151

includes/app-service-web-git-push-to-azure-no-h.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ ms.custom: "include file"
2222
git remote add azure <deploymentLocalGitUrl-from-create-step>
2323
```
2424
25-
1. Push to the Azure remote to deploy your app with the following command. When Git Credential Manager prompts you for credentials, make sure you enter the credentials you created in **Configure a deployment user**, not the credentials you use to sign in to the Azure portal.
25+
1. Push to the Azure remote to deploy your app with the following command. When Git Credential Manager prompts you for credentials, make sure you enter the credentials you created in **Configure local git deployment**, not the credentials you use to sign in to the Azure portal.
2626
2727
```bash
2828
git push azure main
2929
```
3030
31-
This command may take a few minutes to run. While running, it displays information similar to the following example:
31+
This command might take a few minutes to run. While running, it displays information similar to the following example:

0 commit comments

Comments
 (0)