Skip to content

Commit 3b4ce81

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 02b2327 + b37df99 commit 3b4ce81

File tree

87 files changed

+110
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+110
-110
lines changed

bridge/articles/overview-bridge-to-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ To get started using Bridge to Kubernetes to connect to your local development c
176176
[azure-cli]: /cli/azure/install-azure-cli?view=azure-cli-latest&preserve-view=true
177177
[bridge-to-kubernetes-vs]: bridge-to-kubernetes.md
178178
[kubectl-port-forward]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#port-forward
179-
[visual-studio]: https://visualstudio.microsoft.com/downloads/
179+
[visual-studio]: https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta
180180
[btk-extension]: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro
181181
[using-config-yaml]: configure-bridge-to-kubernetes.md

docs/azure/vs-azure-tools-publishing-using-powershell-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Using these scripts, you can provision customized versions (also known as dev an
1919

2020
## Prerequisites
2121

22-
* Visual Studio 2015 or later with the **Azure workload** installed, or Visual Studio 2013 and Azure SDK 2.3 or later. See [Visual Studio Downloads](https://visualstudio.microsoft.com/downloads). (You don't need the Azure SDK to generate the scripts for web projects. This feature is for web projects, not web roles in cloud services.)
22+
* Visual Studio 2015 or later with the **Azure workload** installed, or Visual Studio 2013 and Azure SDK 2.3 or later. See [Visual Studio Downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta). (You don't need the Azure SDK to generate the scripts for web projects. This feature is for web projects, not web roles in cloud services.)
2323
* Azure PowerShell 0.7.4 or later. See [How to install and configure Azure PowerShell](/powershell/azure/overview).
2424
* [Windows PowerShell 3.0](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc770458(v=ws.10)) or later.
2525

docs/azure/vs-azure-tools-resources-managing-with-cloud-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Like the [Azure portal](https://portal.azure.com), Cloud Explorer is built on th
3232

3333
## Prerequisites
3434

35-
* Visual Studio 2017 or later (see [Visual Studio downloads](https://visualstudio.microsoft.com/downloads)) with the **Azure workload** selected. You can also use an earlier version of Visual Studio with the Microsoft Azure SDK for .NET 2.9.
35+
* Visual Studio 2017 or later (see [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta)) with the **Azure workload** selected. You can also use an earlier version of Visual Studio with the Microsoft Azure SDK for .NET 2.9.
3636
* Microsoft Azure account - If you don't have an account, you can [sign up for a free trial](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/) or [activate your Visual Studio subscriber benefits](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/).
3737

3838
> [!NOTE]

docs/containers/container-tools-react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ With Visual Studio, you can easily build, debug, and run containerized ASP.NET C
1818

1919
::: moniker range="vs-2019"
2020
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
21-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
21+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
2222
* [.NET Core 3.1 Development Tools](https://dotnet.microsoft.com/download/dotnet-core/3.1) for development with .NET Core 3.1.
2323
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offers/ms-azr-0044p/).
2424
* [Node.js](https://nodejs.org/en/download/)
2525
* For Windows containers, Windows 10 version 1809 or later, to use the Docker images referenced in this article.
2626
::: moniker-end
2727
::: moniker range=">=vs-2022"
2828
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
29-
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
29+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
3030
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offers/ms-azr-0044p/).
3131
* [Node.js](https://nodejs.org/en/download/)
3232
* For Windows containers, Windows 10 version 1809 or later, to use the Docker images referenced in this article.

docs/containers/container-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ With Visual Studio, you can easily build, debug, and run containerized .NET, ASP
2323
## Prerequisites
2424

2525
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
26-
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) with the **Web Development**, **Azure Tools** workload, and/or **.NET desktop development** workload installed
26+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET desktop development** workload installed
2727
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/free/dotnet/).
2828

2929
## Installation and setup

docs/containers/deploy-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2222
To complete this tutorial:
2323

2424
::: moniker range="vs-2019"
25-
- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads) with the *ASP.NET and web development* workload.
25+
- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the *ASP.NET and web development* workload.
2626
::: moniker-end
2727
::: moniker range=">=vs-2022"
28-
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) with the *ASP.NET and web development* workload.
28+
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the *ASP.NET and web development* workload.
2929
::: moniker-end
3030

3131
- Install [Docker Desktop](https://docs.docker.com/docker-for-windows/install/)

docs/containers/edit-and-refresh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ To debug apps in a local Docker container, the following tools must be installed
2727

2828
::: moniker range="vs-2019"
2929

30-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads) with the Web Development workload installed
30+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the Web Development workload installed
3131

3232
::: moniker-end
3333

3434
::: moniker range="vs-2022"
3535

36-
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) with the Web Development workload installed
36+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the Web Development workload installed
3737

3838
::: moniker-end
3939

docs/containers/hosting-web-apps-in-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2626
To complete this tutorial:
2727

2828
::: moniker range="vs-2019"
29-
* Install the latest version of [Visual Studio 2019](https://visualstudio.microsoft.com/downloads) with the "ASP.NET and web development" workload
29+
* Install the latest version of [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the "ASP.NET and web development" workload
3030
* Install [Docker Desktop for Windows](https://docs.docker.com/desktop/windows/install/)
3131
::: moniker-end
3232
::: moniker range=">=vs-2022"
33-
* Install the latest version of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) with the "ASP.NET and web development" workload
33+
* Install the latest version of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the "ASP.NET and web development" workload
3434
* Install [Docker Desktop for Windows](https://docs.docker.com/desktop/windows/install/)
3535
:::moniker-end
3636

docs/containers/includes/vs-2019/container-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ With Visual Studio, you can easily build, debug, and run containerized .NET, ASP
1313
## Prerequisites
1414

1515
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
16-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
16+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
1717
* [.NET Core Development Tools](https://dotnet.microsoft.com/download/dotnet-core/) for development with .NET Core
1818
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/free/dotnet/).
1919

docs/containers/launch-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For information about Docker Compose profiles, see [Using profiles with Compose]
2525
- A .NET solution with [Container Orchestration with Docker Compose](tutorial-multicontainer.md)
2626
:::moniker-end
2727
:::moniker range=">=vs-2022"
28-
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) or [Visual Studio 2019 version 16.10](https://visualstudio.microsoft.com/vs/) or later
28+
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or [Visual Studio 2019 version 16.10](https://visualstudio.microsoft.com/vs/) or later
2929
- A .NET solution with [Container Orchestration with Docker Compose](tutorial-multicontainer.md)
3030
:::moniker-end
3131

docs/containers/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The tools included in Visual Studio for developing with Docker containers are ea
1818
## Prerequisites
1919

2020
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
21-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
21+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
2222
* [.NET Core Development Tools](https://dotnet.microsoft.com/download/dotnet-core/) for development with .NET Core.
2323
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offers/ms-azr-0044p/).
2424

@@ -42,7 +42,7 @@ In Visual Studio 2019 version 16.4 and later, the **Containers** window is avail
4242
## Prerequisites
4343

4444
* [Docker Desktop](https://www.docker.com/get-docker)
45-
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) with the **Web Development**, **Azure Tools** workload, and/or **.NET desktop development** workload installed
45+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET desktop development** workload installed
4646
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offers/ms-azr-0044p/).
4747

4848
## Docker support in Visual Studio

docs/containers/tutorial-multicontainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ The completed sample that you'll create in this tutorial may be found on GitHub
2222
::: moniker range="vs-2019"
2323

2424
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
25-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads) with the **Web Development**, **Azure Tools** workload, and/or **.NET cross-platform development** workload installed
25+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET cross-platform development** workload installed
2626
* [.NET Core 3 Development Tools](https://dotnet.microsoft.com/download/dotnet-core/3.1) for development with .NET Core 3.1.
2727
::: moniker-end
2828

2929
::: moniker range=">=vs-2022"
3030

3131
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
32-
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with the **Web Development**, **Azure Tools** workload, and/or **.NET cross-platform development** workload installed. This includes .NET Core 3.1 and .NET 6 development tools.
32+
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET cross-platform development** workload installed. This includes .NET Core 3.1 and .NET 6 development tools.
3333
::: moniker-end
3434

3535
## Create a Web Application project

docs/containers/view-and-diagnose-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ You can also view information about container images using the **Containers** wi
2121
:::moniker range="vs-2019"
2222

2323
- [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
24-
- [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads) or later.
24+
- [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or later.
2525
:::moniker-end
2626
:::moniker range=">=vs-2022"
2727
- [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
28-
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) or [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads) or later.
29-
- For the Docker Compose node, [Visual Studio 2022 version 17.7 or later](https://visualstudio.microsoft.com/downloads) and Docker v2, which is installed with Docker Desktop and is on by default.
28+
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or later.
29+
- For the Docker Compose node, [Visual Studio 2022 version 17.7 or later](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) and Docker v2, which is installed with Docker Desktop and is on by default.
3030

3131
:::moniker-end
3232

docs/cross-platform/cross-platform-mobile-development-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ With Visual Studio Tools for Xamarin, you can target Android, iOS, and Windows i
107107

108108
|**Learn more**|
109109
|--------------------|
110-
|[Download Visual Studio](https://visualstudio.microsoft.com/downloads/) (VisualStudio.com)|
110+
|[Download Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) (VisualStudio.com)|
111111
|[Install cross-platform mobile development with C++](/cpp/cross-platform/install-visual-cpp-for-cross-platform-mobile-development)|
112112
|[Learn more about using C++ to target multiple platforms](https://visualstudio.microsoft.com/vs/cplusplus-mdd/) (VisualStudio.com)|
113113
|[Install what you need, and then create a C++ native activity application for Android](/cpp/cross-platform/create-an-android-native-activity-app)|

docs/cross-platform/develop-apps-for-the-universal-windows-platform-uwp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here is the list of software that you need:
3737

3838
- [Windows 10](https://support.microsoft.com/help/17777/downloads-for-windows). Visual Studio 2019 supports UWP development only on Windows 10. For more details, see Visual Studio [Platform targeting](/visualstudio/releases/2019/compatibility/) and [System requirements](/visualstudio/releases/2019/system-requirements/).
3939

40-
- [Visual Studio](https://visualstudio.microsoft.com/downloads). You will also need the optional Universal Windows Platform development workload.
40+
- [Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta). You will also need the optional Universal Windows Platform development workload.
4141

4242
![UWP workload](media/uwp_workload.png)
4343

docs/data-tools/accessing-data-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In Visual Studio, you can create applications that connect to data in virtually
2424
For applications in JavaScript, Python, PHP, Ruby, or C++, you connect to data like you do anything else, by obtaining libraries and writing code. For .NET applications, Visual Studio provides tools that you can use to explore data sources, create object models to store and manipulate data in memory, and bind data to the user interface. Microsoft Azure provides SDKs for .NET, Java, Node.js, PHP, Python, Ruby, and mobile apps, and tools in Visual Studio for connecting to Azure Storage.
2525

2626
::: moniker range="vs-2019"
27-
The following lists show just a few of the many database and storage systems that can be used from Visual Studio. The [Microsoft Azure](https://azure.microsoft.com/) offerings are data services that include all provisioning and administration of the underlying data store. The **Azure development** workload in [Visual Studio](https://visualstudio.microsoft.com/downloads) enables you to work with Azure data stores directly from Visual Studio.
27+
The following lists show just a few of the many database and storage systems that can be used from Visual Studio. The [Microsoft Azure](https://azure.microsoft.com/) offerings are data services that include all provisioning and administration of the underlying data store. The **Azure development** workload in [Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) enables you to work with Azure data stores directly from Visual Studio.
2828

2929
![Azure development workload](media/azure-development-workload.png)
3030

@@ -86,7 +86,7 @@ For other data-related technologies, Visual Studio 2022 supports the following:
8686
- PostgreSQL on container (local-only option)
8787
- MongoDB on container (local-only option)
8888

89-
Apart from Connected Services, the following lists show just a few of the many database and storage systems that can be used from Visual Studio. The [Microsoft Azure](https://azure.microsoft.com/) offerings are data services that include all provisioning and administration of the underlying data store. The **Azure development** workload in [Visual Studio](https://visualstudio.microsoft.com/downloads) enables you to work with Azure data stores directly from Visual Studio.
89+
Apart from Connected Services, the following lists show just a few of the many database and storage systems that can be used from Visual Studio. The [Microsoft Azure](https://azure.microsoft.com/) offerings are data services that include all provisioning and administration of the underlying data store. The **Azure development** workload in [Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) enables you to work with Azure data stores directly from Visual Studio.
9090

9191
![Azure development workload](media/azure-development-workload.png)
9292

docs/debugger/debug-live-azure-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this tutorial, you will:
3434

3535
* Snapshot Debugger is only available starting in Visual Studio 2017 Enterprise version 15.5 or higher with the **Azure development workload**. (Under the **Individual components** tab, you find it under **Debugging and testing** > **Snapshot debugger**.)
3636

37-
If it's not already installed, install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads). If you're updating from a previous Visual Studio installation, run the Visual Studio Installer and check the Snapshot Debugger component in the **ASP.NET and web development workload**.
37+
If it's not already installed, install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta). If you're updating from a previous Visual Studio installation, run the Visual Studio Installer and check the Snapshot Debugger component in the **ASP.NET and web development workload**.
3838

3939
* Basic or higher Azure App Service plan.
4040

docs/debugger/debugging-absolute-beginners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Next, we'll create an application that has a few bugs.
7676

7777
1. You must have Visual Studio installed, and the **.NET desktop development** workload installed.
7878

79-
If you haven't already installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/) page to install it for free.
79+
If you haven't already installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) page to install it for free.
8080

8181
If you need to install the workload but already have Visual Studio, click **Tools** > **Get Tools and Features**. The Visual Studio Installer launches. Choose the **.NET desktop development** workload, then choose **Modify**.
8282

0 commit comments

Comments
 (0)