Skip to content

Commit 598f497

Browse files
authored
Merge pull request #277148 from cephalin/patch-11
Remove AZD mentioning
2 parents 87d2868 + 9646406 commit 598f497

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/app-service/quickstart-dotnetcore.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,6 @@ Retrieve and initialize [the ASP.NET Core web app template](https://github.com/A
240240
241241
## 2. Publish your web app
242242
243-
The AZD template contains files that will generate the following required resources for your application to run in App service:
244-
245-
- A new [resource group](../azure-resource-manager/management/overview.md#terminology) to contain all of the Azure resources for the service.
246-
- A new [App Service plan](overview-hosting-plans.md) that specifies the location, size, and features of the web server farm that hosts your app.
247-
- A new [App Service app](overview-hosting-plans.md) instance to run the deployed application.
248-
249243
Follow these steps to create your App Service resources and publish your project:
250244
251245
:::zone target="docs" pivot="development-environment-vs"
@@ -538,6 +532,12 @@ Follow these steps to create your App Service resources and publish your project
538532
539533
:::zone target="docs" pivot="development-environment-azd"
540534
535+
The AZD template contains files that will generate the following required resources for your application to run in App service:
536+
537+
- A new [resource group](../azure-resource-manager/management/overview.md#terminology) to contain all of the Azure resources for the service.
538+
- A new [App Service plan](overview-hosting-plans.md) that specifies the location, size, and features of the web server farm that hosts your app.
539+
- A new [App Service app](overview-hosting-plans.md) instance to run the deployed application.
540+
541541
1. Sign into your Azure account by using the az login command and following the prompt:
542542
543543
```bash

0 commit comments

Comments
 (0)