mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Merge branch '1-Welcome' of https://github.com/katiesavage/intro-to-dotnet-web-dev into 1-Welcome
This commit is contained in:
commit
fbbbceb3d9
|
|
@ -45,11 +45,14 @@ You can also find these instructions in the [Azure documentation](https://docs.m
|
||||||
| Hosting Plan | *MyFirstAzureWebAppPlan* | Name of the App Service Plan |
|
| Hosting Plan | *MyFirstAzureWebAppPlan* | Name of the App Service Plan |
|
||||||
| Location | Select the default | The datacenter where the app is hosted |
|
| Location | Select the default | The datacenter where the app is hosted |
|
||||||
| Size | *Free* | Pricing tier |
|
| Size | *Free* | Pricing tier |
|
||||||
|
|
||||||
This will look like the below.
|
This will look like the below.
|
||||||
|
|
||||||

|

|
||||||
11. Select **Create** to create the Azure resources. Once the wizard completes, the Azure resources are created for you and you're ready to publish your ASP.NET Core project.
|
11. Select **Create** to create the Azure resources. Once the wizard completes, the Azure resources are created for you and you're ready to publish your ASP.NET Core project.
|
||||||
|
|
||||||

|

|
||||||
12. In the **Publish** dialog, ensure your new App Service app is selected in **App Service instance**, then select **Finish**. Visual Studio creates a publish profile for you for the selected App Service app.
|
12. In the **Publish** dialog, ensure your new App Service app is selected in **App Service instance**, then select **Finish**. Visual Studio creates a publish profile for you for the selected App Service app.
|
||||||
13. In the **Publish** page, select **Publish**. If you see a warning message, select **Continue**.Visual Studio builds, packages, and publishes the app to Azure, and then launches the app in the default browser.
|
13. In the **Publish** page, select **Publish**. If you see a warning message, select **Continue**.Visual Studio builds, packages, and publishes the app to Azure, and then launches the app in the default browser.
|
||||||
|
|
||||||
Congratulations 🎉 You've just published your web applications!
|
Congratulations 🎉 You've just published your web applications!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue