Skip to content

Commit 368a01d

Browse files
committed
Update .NET URLs to latest target
1 parent e08e1b7 commit 368a01d

File tree

62 files changed

+67
-67
lines changed

Some content is hidden

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

62 files changed

+67
-67
lines changed

articles/active-directory/develop/quickstart-v2-netcore-daemon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this quickstart, you download and run a code sample that demonstrates how a .
2929
3030
## Prerequisites
3131

32-
This quickstart requires [.NET Core 3.1](https://www.microsoft.com/net/download/dotnet-core) but will also work with .NET Core 5.0.
32+
This quickstart requires [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download) but will also work with .NET 5.0 SDK.
3333

3434
> [!div renderon="docs"]
3535
> ## Register and download the app

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this article, you learn how to:
3535

3636
To complete this tutorial, you must have:
3737

38-
* [.NET Core SDK](https://www.microsoft.com/net/download/windows).
38+
* [.NET Core SDK](https://dotnet.microsoft.com/download).
3939
* [Azure Cloud Shell configured](../cloud-shell/quickstart.md).
4040

4141
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]

articles/azure-functions/create-first-function-cli-csharp-ieux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There is also a [Visual Studio Code-based version](create-first-function-vs-code
2727

2828
+ Get an Azure <abbr title="The profile that maintains billing information for Azure usage.">account</abbr> with an active <abbr title="The basic organizational structure in which you manage resources on Azure, typically associated with an individual or department within an organization.">subscription</abbr>. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2929

30-
+ Install [.NET Core SDK 3.1](https://www.microsoft.com/net/download)
30+
+ Install [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download)
3131

3232
+ Install [Azure Functions Core Tools](functions-run-local.md#v2) version 3.x.
3333

articles/azure-functions/create-first-function-cli-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before you begin, you must have the following:
2626

2727
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2828

29-
+ The [.NET Core SDK 3.1](https://www.microsoft.com/net/download)
29+
+ The [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download)
3030

3131
+ The [Azure Functions Core Tools](functions-run-local.md#v2) version 3.x.
3232

articles/azure-functions/create-first-function-cli-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you begin, you must have the following:
3030

3131
+ [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later.
3232

33-
+ The [.NET Core SDK 3.1](https://www.microsoft.com/net/download)
33+
+ The [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download)
3434

3535
### Prerequisite check
3636

articles/azure-functions/create-first-function-vs-code-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you get started, make sure you have the following requirements in place:
2525

2626
+ [PowerShell 7](/powershell/scripting/install/installing-powershell-core-on-windows)
2727

28-
+ Both [.NET Core 3.1 runtime](https://www.microsoft.com/net/download) and [.NET Core 2.1 runtime](https://dotnet.microsoft.com/download/dotnet-core/2.1)
28+
+ Both [.NET Core 3.1 runtime](https://dotnet.microsoft.com/download) and [.NET Core 2.1 runtime](https://dotnet.microsoft.com/download/dotnet/2.1)
2929

3030
+ [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
3131

articles/azure-functions/dotnet-isolated-process-developer-howtos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you don't need to support .NET 5.0 or run your functions out-of-process, you
2020

2121
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2222

23-
+ [.NET SDK 5.0](https://www.microsoft.com/net/download)
23+
+ [.NET 5.0 SDK](https://dotnet.microsoft.com/download)
2424

2525
+ [Azure Functions Core Tools](functions-run-local.md#v2) version 3.0.3381, or a later version.
2626

articles/azure-functions/functions-develop-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ These prerequisites are only required to [run and debug your functions locally](
8181

8282
+ [PowerShell 7](/powershell/scripting/install/installing-powershell-core-on-windows) recommended. For version information, see [PowerShell versions](functions-reference-powershell.md#powershell-versions).
8383

84-
+ Both [.NET Core 3.1 runtime](https://www.microsoft.com/net/download) and [.NET Core 2.1 runtime](https://dotnet.microsoft.com/download/dotnet-core/2.1)
84+
+ Both [.NET Core 3.1 runtime](https://dotnet.microsoft.com/download) and [.NET Core 2.1 runtime](https://dotnet.microsoft.com/download/dotnet/2.1)
8585

8686
+ The [PowerShell extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell).
8787

articles/azure-monitor/app/auto-collect-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Below is the currently supported list of dependency calls that are automatically
2020
| ASP.NET WebAPI | 4.5+ |
2121
| ASP.NET Core | 1.1+ |
2222
| <b> Communication libraries</b> |
23-
| [HttpClient](https://www.microsoft.com/net/) | 4.5+, .NET Core 1.1+ |
23+
| [HttpClient](https://dotnet.microsoft.com) | 4.5+, .NET Core 1.1+ |
2424
| [SqlClient](https://www.nuget.org/packages/System.Data.SqlClient) | .NET Core 1.0+, NuGet 4.3.0 |
2525
| [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/1.1.2)| 1.1.0 - latest stable release. (See Note below.)
2626
| [EventHubs Client SDK](https://www.nuget.org/packages/Microsoft.Azure.EventHubs) | 1.1.0 |

articles/azure-signalr/signalr-concept-authenticate-oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To complete this tutorial, you must have the following prerequisites:
4141

4242
- An account created on [GitHub](https://github.com/)
4343
- [Git](https://git-scm.com/)
44-
- [.NET Core SDK](https://www.microsoft.com/net/download/windows)
44+
- [.NET Core SDK](https://dotnet.microsoft.com/download)
4545
- [Azure Cloud Shell](../cloud-shell/quickstart.md) configured for the bash environment.
4646
- Download or clone the [AzureSignalR-sample](https://github.com/aspnet/AzureSignalR-samples) GitHub repository.
4747

articles/azure-signalr/signalr-quickstart-azure-functions-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure SignalR Service lets you easily add real-time functionality to your applic
2626
> The required SignalR Service bindings in Java are only supported in Azure Function Core Tools version 2.4.419 (host version 2.0.12332) or above.
2727
2828
> [!NOTE]
29-
> To install extensions, Azure Functions Core Tools requires the [.NET Core SDK](https://www.microsoft.com/net/download) installed. However, no knowledge of .NET is required to build JavaScript Azure Function apps.
29+
> To install extensions, Azure Functions Core Tools requires the [.NET Core SDK](https://dotnet.microsoft.com/download) installed. However, no knowledge of .NET is required to build JavaScript Azure Function apps.
3030
3131
- [Java Developer Kit](https://www.azul.com/downloads/zulu/), version 8
3232
- [Apache Maven](https://maven.apache.org), version 3.0 or above

articles/azure-signalr/signalr-quickstart-dotnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The code for this tutorial is available for download in the [AzureSignalR-sample
2424

2525
## Prerequisites
2626

27-
* Install the [.NET Core SDK](https://www.microsoft.com/net/download/windows).
27+
* Install the [.NET Core SDK](https://dotnet.microsoft.com/download).
2828
* Download or clone the [AzureSignalR-sample](https://github.com/aspnet/AzureSignalR-samples) GitHub repository.
2929

3030
Having issues? Try the [troubleshooting guide](signalr-howto-troubleshoot-guide.md) or [let us know](https://aka.ms/asrs/qsnetcore).

articles/azure-signalr/signalr-quickstart-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this quickstart, you will learn how to send messages from a command-line app
1717

1818
This quickstart can be run on macOS, Windows, or Linux.
1919

20-
* [.NET Core SDK](https://www.microsoft.com/net/download/core)
20+
* [.NET Core SDK](https://dotnet.microsoft.com/download)
2121
* A text editor or code editor of your choice.
2222

2323
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]

articles/azure-sql/database/connect-query-content-reference-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following table lists connectivity libraries or *drivers* that client applic
8383

8484
| Language | Platform | Additional resources | Download | Get started |
8585
| :-- | :-- | :-- | :-- | :-- |
86-
| C# | Windows, Linux, macOS | [Microsoft ADO.NET for SQL Server](/sql/connect/ado-net/microsoft-ado-net-sql-server) | [Download](https://www.microsoft.com/net/download/) | [Get started](https://www.microsoft.com/sql-server/developer-get-started/csharp/ubuntu)
86+
| C# | Windows, Linux, macOS | [Microsoft ADO.NET for SQL Server](/sql/connect/ado-net/microsoft-ado-net-sql-server) | [Download](https://dotnet.microsoft.com/download) | [Get started](https://www.microsoft.com/sql-server/developer-get-started/csharp/ubuntu)
8787
| Java | Windows, Linux, macOS | [Microsoft JDBC driver for SQL Server](/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server/) | [Download](/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server) | [Get started](https://www.microsoft.com/sql-server/developer-get-started/java/ubuntu)
8888
| PHP | Windows, Linux, macOS| [PHP SQL driver for SQL Server](/sql/connect/php/microsoft-php-driver-for-sql-server) | [Download](/sql/connect/php/download-drivers-php-sql-server) | [Get started](https://www.microsoft.com/sql-server/developer-get-started/php/ubuntu/)
8989
| Node.js | Windows, Linux, macOS | [Node.js driver for SQL Server](/sql/connect/node-js/node-js-driver-for-sql-server/) | [Install](/sql/connect/node-js/step-1-configure-development-environment-for-node-js-development/) | [Get started](https://www.microsoft.com/sql-server/developer-get-started/node/ubuntu)

articles/azure-sql/database/connect-query-dotnet-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 05/29/2020
1616
# Quickstart: Use .NET Core (C#) to query a database
1717
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi-asa.md)]
1818

19-
In this quickstart, you'll use [.NET Core](https://www.microsoft.com/net/) and C# code to connect to a database. You'll then run a Transact-SQL statement to query data.
19+
In this quickstart, you'll use [.NET Core](https://dotnet.microsoft.com) and C# code to connect to a database. You'll then run a Transact-SQL statement to query data.
2020

2121
> [!TIP]
2222
> The following Microsoft Learn module helps you learn for free how to [Develop and configure an ASP.NET application that queries a database in Azure SQL Database](/learn/modules/develop-app-that-queries-azure-sql/)
@@ -26,7 +26,7 @@ In this quickstart, you'll use [.NET Core](https://www.microsoft.com/net/) and C
2626
To complete this quickstart, you need:
2727

2828
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
29-
- [.NET Core for your operating system](https://www.microsoft.com/net/core) installed.
29+
- [.NET Core SDK for your operating system](https://dotnet.microsoft.com/download) installed.
3030
- A database where you can run your query.
3131

3232
[!INCLUDE[create-configure-database](../includes/create-configure-database.md)]

articles/azure-sql/database/connect-query-dotnet-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 08/10/2020
1616
# Quickstart: Use .NET and C# in Visual Studio to connect to and query a database
1717
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi-asa.md)]
1818

19-
This quickstart shows how to use the [.NET Framework](https://www.microsoft.com/net/) and C# code in Visual Studio to query a database in Azure SQL or Synapse SQL with Transact-SQL statements.
19+
This quickstart shows how to use the [.NET Framework](https://dotnet.microsoft.com) and C# code in Visual Studio to query a database in Azure SQL or Synapse SQL with Transact-SQL statements.
2020

2121
## Prerequisites
2222

articles/batch/quick-run-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After completing this quickstart, you will understand the key concepts of the Ba
2020

2121
- A Batch account and a linked Azure Storage account. To create these accounts, see the Batch quickstarts using the [Azure portal](quick-create-portal.md) or [Azure CLI](quick-create-cli.md).
2222

23-
- [Visual Studio 2017 or later](https://www.visualstudio.com/vs), or [.NET Core 2.1](https://www.microsoft.com/net/download/dotnet-core/2.1) for Linux, macOS, or Windows.
23+
- [Visual Studio 2017 or later](https://www.visualstudio.com/vs), or [.NET Core 2.1 SDK](https://dotnet.microsoft.com/download/dotnet/2.1) for Linux, macOS, or Windows.
2424

2525
## Sign in to Azure
2626

articles/batch/tutorial-parallel-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, you convert MP4 media files in parallel to MP3 format using th
2626

2727
## Prerequisites
2828

29-
* [Visual Studio 2017 or later](https://www.visualstudio.com/vs), or [.NET Core 2.1](https://www.microsoft.com/net/download/dotnet-core/2.1) for Linux, macOS, or Windows.
29+
* [Visual Studio 2017 or later](https://www.visualstudio.com/vs), or [.NET Core 2.1 SDK](https://dotnet.microsoft.com/download/dotnet/2.1) for Linux, macOS, or Windows.
3030

3131
* A Batch account and a linked Azure Storage account. To create these accounts, see the Batch quickstarts using the [Azure portal](quick-create-portal.md) or [Azure CLI](quick-create-cli.md).
3232

articles/cognitive-services/Bing-Custom-Search/call-endpoint-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use this quickstart to learn how to request search results from your Bing Custom
2626
## Prerequisites
2727

2828
- A Bing Custom Search instance. For more information, see [Quickstart: Create your first Bing Custom Search instance](quick-start.md).
29-
- [Microsoft .NET Core](https://www.microsoft.com/net/download/core).
29+
- [Microsoft .NET Core](https://dotnet.microsoft.com/download).
3030
- Any edition of [Visual Studio 2019 or later](https://www.visualstudio.com/downloads/).
3131
- If you're using Linux/MacOS, this application can be run using [Mono](https://www.mono-project.com/).
3232
- The [Bing Custom Search](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Search.CustomSearch/2.0.0) NuGet package.

articles/cognitive-services/Bing-Custom-Search/includes/quickstarts/custom-search-client-library-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the Bing Custom Search client library for C# to:
2121
## Prerequisites
2222

2323
- A Bing Custom Search instance. See [Quickstart: Create your first Bing Custom Search instance](../../quick-start.md) for more information.
24-
- Microsoft [.NET Core](https://www.microsoft.com/net/download/core)
24+
- Microsoft [.NET Core](https://dotnet.microsoft.com/download)
2525
- Any edition of [Visual Studio 2017 or later](https://www.visualstudio.com/downloads/)
2626
- If you are using Linux/MacOS, this application can be run using [Mono](https://www.mono-project.com/).
2727
- The [Bing Custom Search](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Search.CustomSearch/1.2.0) NuGet package.

articles/cognitive-services/Bing-Web-Search/includes/quickstarts/web-search-client-library-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here are a few things that you'll need before running this quickstart:
2222
* [Visual Studio Code 2017](https://code.visualstudio.com/download)
2323
* [C# for Visual Studio Code](https://visualstudio.microsoft.com/downloads/)
2424
* [NuGet Package Manager](https://github.com/jmrog/vscode-nuget-package-manager)
25-
* [.NET Core SDK](https://www.microsoft.com/net/download)
25+
* [.NET Core SDK](https://dotnet.microsoft.com/download)
2626

2727
[!INCLUDE [bing-web-search-quickstart-signup](~/includes/bing-web-search-quickstart-signup.md)]
2828

articles/cognitive-services/Translator/includes/prerequisites-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: erhopf
1212
This quickstart requires:
1313

1414
* C# 7.1 or later
15-
* [.NET SDK](https://www.microsoft.com/net/learn/dotnet/hello-world-tutorial)
15+
* [.NET SDK](https://dotnet.microsoft.com/download)
1616
* [Json.NET NuGet Package](https://www.nuget.org/packages/Newtonsoft.Json/)
1717
* [Visual Studio](https://visualstudio.microsoft.com/downloads/), [Visual Studio Code](https://code.visualstudio.com/download), or your favorite text editor
1818
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)

articles/cosmos-db/sql-api-sdk-dotnet-changefeed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ms.author: anfeldma
3939
|**SDK download**|[NuGet](https://www.nuget.org/packages/Microsoft.Azure.DocumentDB.ChangeFeedProcessor/)|
4040
|**API documentation**|[Change Feed Processor library API reference documentation](/dotnet/api/microsoft.azure.documents.changefeedprocessor)|
4141
|**Get started**|[Get started with the Change Feed Processor .NET SDK](change-feed.md)|
42-
|**Current supported framework**| [Microsoft .NET Framework 4.5](https://www.microsoft.com/download/details.aspx?id=30653)</br> [Microsoft .NET Core](https://www.microsoft.com/net/download/core) |
42+
|**Current supported framework**| [Microsoft .NET Framework 4.5](https://www.microsoft.com/download/details.aspx?id=30653)</br> [Microsoft .NET Core](https://dotnet.microsoft.com/download) |
4343

4444
> [!NOTE]
4545
> If you are using change feed processor, please see the latest version 3.x of the [.NET SDK](change-feed-processor.md), which has change feed built into the SDK.

articles/data-lake-analytics/data-lake-analytics-data-lake-tools-for-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Azure Data Lake Tools for VS Code supports Windows, Linux, and macOS. U-SQL loc
1919

2020
- [Visual Studio Code](https://www.visualstudio.com/products/code-vs.aspx)
2121

22-
For MacOS and Linux:
22+
For macOS and Linux:
2323

24-
- [.NET Core SDK 2.0](https://www.microsoft.com/net/download/core)
24+
- [.NET Core SDK 2.0](https://dotnet.microsoft.com/download)
2525
- [Mono 5.2.x](https://www.mono-project.com/download/)
2626

2727
## Install Azure Data Lake Tools

articles/databox-online/azure-stack-edge-create-iot-edge-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Before you begin, make sure you have:
5353
- [Visual Studio Code](https://code.visualstudio.com/).
5454
- [C# for Visual Studio Code (powered by OmniSharp) extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
5555
- [Azure IoT Edge extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge).
56-
- [.NET Core 2.1 SDK](https://www.microsoft.com/net/download).
56+
- [.NET Core 2.1 SDK](https://dotnet.microsoft.com/download/dotnet/2.1).
5757
- [Docker CE](https://store.docker.com/editions/community/docker-ce-desktop-windows). You may have to create an account to download and install the software.
5858

5959
## Create a container registry

articles/databox-online/azure-stack-edge-gpu-create-iot-edge-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Before you begin, make sure you have:
5353
- [Visual Studio Code](https://code.visualstudio.com/).
5454
- [C# for Visual Studio Code (powered by OmniSharp) extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp).
5555
- [Azure IoT Edge extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge).
56-
- [.NET Core 2.1 SDK](https://www.microsoft.com/net/download).
56+
- [.NET Core 2.1 SDK](https://dotnet.microsoft.com/download/dotnet/2.1).
5757
- [Docker CE](https://store.docker.com/editions/community/docker-ce-desktop-windows). You may have to create an account to download and install the software.
5858

5959
## Create a container registry

articles/event-hubs/event-hubs-dotnet-standard-get-started-send-legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To complete this quickstart, you need the following prerequisites:
1919

2020
- **Microsoft Azure subscription**. To use Azure services, including Azure Event Hubs, you need a subscription. If you don't have an existing Azure account, you can sign up for a [free trial](https://azure.microsoft.com/free/) or use your MSDN subscriber benefits when you [create an account](https://azure.microsoft.com).
2121
- [Microsoft Visual Studio 2019](https://www.visualstudio.com).
22-
- [.NET Core Visual Studio 2015 or 2017 tools](https://www.microsoft.com/net/core).
22+
- [.NET Core SDK](https://dotnet.microsoft.com/download).
2323
- **Create an Event Hubs namespace and an event hub**. The first step is to use the [Azure portal](https://portal.azure.com) to create a namespace of type Event Hubs, and obtain the management credentials your application needs to communicate with the event hub. To create a namespace and an event hub, follow the procedure in [this article](event-hubs-create.md). Then, get the **connection string for the event hub namespace** by following instructions from the article: [Get connection string](event-hubs-get-connection-string.md#get-connection-string-from-the-portal). You use the connection string later in this quickstart.
2424

2525
## Send events

articles/event-hubs/event-hubs-quickstart-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To complete this tutorial, make sure you have:
1919

2020
- Azure subscription. If you don't have one, [create a free account][] before you begin.
2121
- [Visual Studio 2019](https://www.visualstudio.com/vs).
22-
- [.NET Standard SDK](https://www.microsoft.com/net/download/windows), version 2.0 or later.
22+
- [.NET Core SDK](https://dotnet.microsoft.com/download), version 2.0 or later.
2323

2424
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2525

articles/iot-accelerators/howto-opc-vault-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ This is to rebuild and to redeploy only the web apps, and to rebuild the Docker
171171
[azure-free]:https://azure.microsoft.com/free/
172172
[powershell-install]:https://azure.microsoft.com/downloads/#powershell
173173
[docker-url]: https://www.docker.com/
174-
[dotnet-install]: https://www.microsoft.com/net/learn/get-started
174+
[dotnet-install]: https://dotnet.microsoft.com/download
175175

176176
## Next steps
177177

0 commit comments

Comments
 (0)