Skip to content

Commit 6d9e25e

Browse files
authored
Merge pull request #178388 from mksuni/fix-74034
Fix 74034
2 parents a5fa69a + 1073f0c commit 6d9e25e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/mysql/flexible-server/connect-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For this quickstart you need:
2626
- Create an Azure Database for MySQL Flexible server using [Azure portal](./quickstart-create-server-portal.md) <br/> or [Azure CLI](./quickstart-create-server-cli.md) if you do not have one.
2727
- Based on whether you are using public or private access, complete **ONE** of the actions below to enable connectivity.
2828
- [Create a database and non-admin user](../howto-create-users.md)
29-
- Install the [.NET SDK for your platform](/dotnet/core/install/windows?tabs=net50) (Windows, Ubuntu Linux, or macOS) for your platform.
29+
- Install the [.NET SDK for your platform](https://dotnet.microsoft.com/download) (Windows, Ubuntu Linux, or macOS) for your platform.
3030

3131
[Having issues? Let us know](https://github.com/MicrosoftDocs/azure-docs/issues)
3232

articles/postgresql/connect-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For this quickstart you need:
2727
| **Configure Service Endpoint** | Public | [Portal](./howto-manage-vnet-using-portal.md) <br/> [CLI](./howto-manage-vnet-using-cli.md)|
2828
| **Configure private link** | Private | [Portal](./howto-configure-privatelink-portal.md) <br/> [CLI](./howto-configure-privatelink-cli.md) |
2929

30-
- Install the [.NET SDK for your platform](/dotnet/core/install/windows?tabs=net50) (Windows, Ubuntu Linux, or macOS) for your platform.
30+
- Install the [.NET SDK for your platform](https://dotnet.microsoft.com/download) (Windows, Ubuntu Linux, or macOS) for your platform.
3131
- Install [Visual Studio](https://www.visualstudio.com/downloads/) to build your project.
3232
- Install [Npgsql](https://www.nuget.org/packages/Npgsql/) NuGet package in Visual Studio.
3333

articles/postgresql/flexible-server/connect-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For this quickstart you need:
2020
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2121
- Create an Azure Database for PostgreSQL Flexible server using [Azure portal](./quickstart-create-server-portal.md) <br/> or [Azure CLI](./quickstart-create-server-cli.md) if you do not have one.
2222
- Use the empty *postgres* database available on the server or create a [new database](./quickstart-create-server-portal.md#connect-to-the-postgresql-database-using-psql).
23-
- Install the [.NET SDK for your platform](/dotnet/core/install/windows?tabs=net50) (Windows, Ubuntu Linux, or macOS) for your platform.
23+
- Install the [.NET SDK for your platform](https://dotnet.microsoft.com/download) (Windows, Ubuntu Linux, or macOS) for your platform.
2424
- Install [Visual Studio](https://www.visualstudio.com/downloads/) to build your project.
2525
- Install [Npgsql](https://www.nuget.org/packages/Npgsql/) NuGet package in Visual Studio.
2626

0 commit comments

Comments
 (0)