Skip to content

Commit d78e63d

Browse files
committed
fix .NETFX prereqs
1 parent 224a13f commit d78e63d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

articles/app-service/quickstart-custom-container.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Run a custom container on App Service'
33
description: Get started with containers on Azure App Service by deploying your first custom container.
44
author: msangapu-msft
55
ms.author: msangapu
6-
ms.date: 11/08/2021
6+
ms.date: 06/30/2021
77
ms.topic: quickstart
88
ms.custom: devx-track-csharp
99
zone_pivot_groups: app-service-containers-windows-linux
@@ -20,10 +20,9 @@ This quickstart shows how to deploy an ASP.NET app, in a Windows image, to [Dock
2020

2121
To complete this tutorial:
2222

23-
- <a href="https://hub.docker.com/" target="_blank">Sign up for a Docker Hub account</a>
2423
- <a href="https://docs.docker.com/docker-for-windows/install/" target="_blank">Install Docker for Windows</a>.
2524
- <a href="/virtualization/windowscontainers/quick-start/quick-start-windows-10" target="_blank">Switch Docker to run Windows containers</a>.
26-
- <a href="https://www.visualstudio.com/downloads/" target="_blank">Install Visual Studio 2022</a> with the **ASP.NET and web development** and **Azure development** workloads. If you've installed Visual Studio 2022 already:
25+
- <a href="https://www.visualstudio.com/downloads/" target="_blank">Install Visual Studio 2019</a> with the **ASP.NET and web development** and **Azure development** workloads. If you've installed Visual Studio 2019 already:
2726

2827
- Install the latest updates in Visual Studio by selecting **Help** > **Check for Updates**.
2928
- Add the workloads in Visual Studio by selecting **Tools** > **Get Tools and Features**.

articles/app-service/quickstart-dotnetcore.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,23 @@ In this quickstart, you'll learn how to create and deploy your first ASP.NET web
4646

4747
:::zone target="docs" pivot="development-environment-vs"
4848

49+
### [.NET 6.0](#tab/net60)
50+
4951
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
5052
- <a href="https://www.visualstudio.com/downloads" target="_blank">Visual Studio 2022</a> with the **ASP.NET and web development** workload.
5153

52-
If you've already installed Visual Studio 2022:
54+
### [.NET Framework 4.8](#tab/netframework48)
5355

54-
1. Install the latest updates in Visual Studio by selecting **Help** > **Check for Updates**.
55-
1. Add the workload by selecting **Tools** > **Get Tools and Features**.
56+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
57+
- <a href="https://www.visualstudio.com/downloads" target="_blank">Visual Studio 2022</a> with the **ASP.NET and web development** workload (make sure the optional checkbox **.NET Framework project and item templates** is selected).
5658

59+
-----
60+
61+
If you've already installed Visual Studio 2022:
62+
63+
1. Install the latest updates in Visual Studio by selecting **Help** > **Check for Updates**.
64+
1. Add the workload by selecting **Tools** > **Get Tools and Features**.
65+
5766
:::zone-end
5867

5968
:::zone target="docs" pivot="development-environment-vscode"

0 commit comments

Comments
 (0)