Skip to content

Commit 312ea63

Browse files
authored
Merge pull request #178313 from mksuni/fix-74034
Fix issue 74034
2 parents c4c734c + f10c5c2 commit 312ea63

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

articles/mysql/connect-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For this quickstart you need:
2222
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2323
- Create an Azure Database for MySQL single server using [Azure portal](./quickstart-create-mysql-server-database-using-azure-portal.md) <br/> or [Azure CLI](./quickstart-create-mysql-server-database-using-azure-cli.md) if you do not have one.
2424
- Based on whether you are using public or private access, complete **ONE** of the actions below to enable connectivity.
25+
- Install the [.NET SDK for your platform](https://dotnet.microsoft.com/download) (Windows, Ubuntu Linux, or macOS) for your platform.
2526

2627
|Action| Connectivity method|How-to guide|
2728
|:--------- |:--------- |:--------- |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +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.
2930

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

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 Framework](https://www.microsoft.com/net/download) for your platform (Windows, Ubuntu Linux, or macOS).
30+
- Install the [.NET SDK for your platform](/dotnet/core/install/windows?tabs=net50) (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 Framework](https://www.microsoft.com/net/download) for your platform (Windows, Ubuntu Linux, or macOS).
23+
- Install the [.NET SDK for your platform](/dotnet/core/install/windows?tabs=net50) (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)