You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-dotnetcore.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,9 +402,7 @@ Follow these steps to create your App Service resources and publish your project
402
402
```azurepowershell-interactive
403
403
Connect-AzAccount
404
404
```
405
-
406
-
<!-- ### [Deploy to Windows](#tab/windows) -->
407
-
405
+
<!-- ### [Deploy to Windows](#tab/windows) -->
408
406
1. Create a new app by using the [New-AzWebApp](/powershell/module/az.websites/new-azwebapp) command:
409
407
410
408
```azurepowershell-interactive
@@ -467,7 +465,7 @@ Follow these steps to create your App Service resources and publish your project
467
465
468
466
1. Type **app services** in the search. Under **Services**, select **App Services**.
469
467
470
-
:::image type="content" source="./media/quickstart-dotnetcore/portal-search.png" alt-text="Screenshot of portal search in the Azure portal.":::
468
+
:::image type="content" source="./media/quickstart-dotnetcore/portal-search.png" alt-text="Screenshot of portal search in the Azure portal." lightox="./media/quickstart-dotnetcore/portal-search.png":::
471
469
472
470
1. In the **App Services** page, select **Create** > **Web App**.
473
471
@@ -497,7 +495,6 @@ Follow these steps to create your App Service resources and publish your project
497
495
- Under **Pricing plan**, select **Free F1**.
498
496
499
497
:::image type="content" source="./media/quickstart-dotnetcore/app-service-details-net-48.png" lightbox="./media/quickstart-dotnetcore/app-service-details-net-48.png" alt-text="Screenshot of new App Service app configuration for .NET Framework V4.8 in the Azure portal.":::
500
-
501
498
-----
502
499
503
500
1. Select the **Deployment** tab at the top of the page
@@ -521,7 +518,6 @@ Follow these steps to create your App Service resources and publish your project
521
518
- For **Branch**, select *main*.
522
519
523
520
:::image type="content" source="media/quickstart-dotnet/app-service-deploy-48.png" lightbox="media/quickstart-dotnet/app-service-deploy-48.png" border="true" alt-text="Screenshot of the deployment options for an app using the .NET Framework 4.8 runtime.":::
524
-
525
521
-----
526
522
527
523
> [!NOTE]
@@ -544,7 +540,6 @@ Follow these steps to create your App Service resources and publish your project
544
540
### [.NET Framework 4.8](#tab/netframework48)
545
541
546
542
:::image type="content" source="media/quickstart-dotnet/browse-dotnet-48.png" lightbox="media/quickstart-dotnet/browse-dotnet-48.png" border="true" alt-text="Screenshot of the deployed .NET Framework 4.8 sample app.":::
547
-
548
543
-----
549
544
550
545
:::zone-end
@@ -617,7 +612,6 @@ Make a change to *Index.cshtml* and redeploy to see the changes. In the .NET 8.0
617
612
You see the updated ASP.NET Framework 4.8 web app displayed in the page.
618
613
619
614
:::image type="content" source="media/quickstart-dotnetcore/vs-updated-azure-web-app-net-48.png" lightbox="media/quickstart-dotnetcore/vs-updated-azure-web-app-net-48.png" border="true" alt-text="Screenshot of Visual Studio - Updated ASP.NET Framework 4.8 web app in Azure.":::
620
-
621
615
-----
622
616
623
617
:::zone-end
@@ -854,15 +848,15 @@ After deployment completes, the browser opens to the updated ASP.NET Core 8.0 we
854
848
855
849
To manage your web app, go to the [Azure portal](https://portal.azure.com), and search for and select **App Services**.
856
850
857
-
:::image type="content" source="media/quickstart-dotnetcore/app-services.png" alt-text="Screenshot of the Azure portal - Select App Services option.":::
851
+
:::image type="content" source="media/quickstart-dotnetcore/app-services.png" alt-text="Screenshot of the Azure portal - Select App Services option." lightbox="media/quickstart-dotnetcore/app-services.png":::
858
852
859
853
On the **App Services** page, select the name of your web app.
860
854
861
855
:::image type="content" source="./media/quickstart-dotnetcore/select-app-service.png" alt-text="Screenshot of the Azure portal - App Services page with an example web app selected.":::
862
856
863
857
The **Overview** page for your web app, contains options for basic management like browse, stop, start, restart, and delete. The left menu provides further pages for configuring your app.
864
858
865
-
:::image type="content" source="media/quickstart-dotnetcore/web-app-overview-page.png" alt-text="Screenshot of the Azure portal - App Service overview page.":::
859
+
:::image type="content" source="media/quickstart-dotnetcore/web-app-overview-page.png" alt-text="Screenshot of the Azure portal - App Service overview page." lightbox="media/quickstart-dotnetcore/web-app-overview-page.png":::
866
860
867
861
<!--
868
862
## Clean up resources - H2 added from the next three includes
0 commit comments