Skip to content

Commit 512da70

Browse files
Formatting fixes.
1 parent ad534b1 commit 512da70

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/app-service/quickstart-dotnetcore.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,7 @@ Follow these steps to create your App Service resources and publish your project
402402
```azurepowershell-interactive
403403
Connect-AzAccount
404404
```
405-
406-
<!-- ### [Deploy to Windows](#tab/windows) -->
407-
405+
<!-- ### [Deploy to Windows](#tab/windows) -->
408406
1. Create a new app by using the [New-AzWebApp](/powershell/module/az.websites/new-azwebapp) command:
409407

410408
```azurepowershell-interactive
@@ -467,7 +465,7 @@ Follow these steps to create your App Service resources and publish your project
467465

468466
1. Type **app services** in the search. Under **Services**, select **App Services**.
469467

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":::
471469

472470
1. In the **App Services** page, select **Create** > **Web App**.
473471

@@ -497,7 +495,6 @@ Follow these steps to create your App Service resources and publish your project
497495
- Under **Pricing plan**, select **Free F1**.
498496

499497
:::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-
501498
-----
502499

503500
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
521518
- For **Branch**, select *main*.
522519

523520
:::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-
525521
-----
526522

527523
> [!NOTE]
@@ -544,7 +540,6 @@ Follow these steps to create your App Service resources and publish your project
544540
### [.NET Framework 4.8](#tab/netframework48)
545541

546542
:::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-
548543
-----
549544

550545
:::zone-end
@@ -617,7 +612,6 @@ Make a change to *Index.cshtml* and redeploy to see the changes. In the .NET 8.0
617612
You see the updated ASP.NET Framework 4.8 web app displayed in the page.
618613

619614
:::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-
621615
-----
622616

623617
:::zone-end
@@ -854,15 +848,15 @@ After deployment completes, the browser opens to the updated ASP.NET Core 8.0 we
854848

855849
To manage your web app, go to the [Azure portal](https://portal.azure.com), and search for and select **App Services**.
856850

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":::
858852

859853
On the **App Services** page, select the name of your web app.
860854

861855
:::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.":::
862856

863857
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.
864858

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":::
866860

867861
<!--
868862
## Clean up resources - H2 added from the next three includes

0 commit comments

Comments
 (0)