File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -240,12 +240,6 @@ Retrieve and initialize [the ASP.NET Core web app template](https://github.com/A
240
240
241
241
## 2. Publish your web app
242
242
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
-
249
243
Follow these steps to create your App Service resources and publish your project:
250
244
251
245
:::zone target="docs" pivot="development-environment-vs"
@@ -538,6 +532,12 @@ Follow these steps to create your App Service resources and publish your project
538
532
539
533
:::zone target="docs" pivot="development-environment-azd"
540
534
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
+
541
541
1. Sign into your Azure account by using the az login command and following the prompt:
542
542
543
543
```bash
You can’t perform that action at this time.
0 commit comments