Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions articles/mysql/flexible-server/connect-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ms.devlang: csharp

[!INCLUDE[applies-to-mysql-flexible-server](../includes/applies-to-mysql-flexible-server.md)]

This quickstart demonstrates how to connect to an Azure Database for MySQL flexible server instance by using a C# application. It shows how to use SQL statements to query, insert, update, and delete data in the database.
This quickstart demonstrates how to connect to an Azure Database for MySQL Flexible Server instance by using a C# application. It shows how to use SQL statements to query, insert, update, and delete data in the database.

## Prerequisites

Expand All @@ -29,7 +29,7 @@ For this quickstart you need:
- An Azure account with an active subscription.

[!INCLUDE [flexible-server-free-trial-note](../includes/flexible-server-free-trial-note.md)]
- Create an Azure Database for MySQL flexible server instance by using the [Azure portal](./quickstart-create-server-portal.md) <br/> or [Azure CLI](./quickstart-create-server-cli.md) if you do not have one.
- Create an Azure Database for MySQL Flexible Server instance by using the [Azure portal](./quickstart-create-server-portal.md) <br/> or [Azure CLI](./quickstart-create-server-cli.md) if you do not have one.
- Based on whether you are using public or private access, complete **ONE** of the actions below to enable connectivity.
- [Create a database and non-admin user](../single-server/how-to-create-users.md)
- Install the [.NET SDK for your platform](https://dotnet.microsoft.com/download) (Windows, Ubuntu Linux, or macOS) for your platform.
Expand All @@ -49,13 +49,13 @@ dotnet add package MySqlConnector

## Get connection information

Get the connection information needed to connect to the Azure Database for MySQL flexible server instance. You need the fully qualified server name and login credentials.
Get the connection information needed to connect to the Azure Database for MySQL Flexible Server instance. You need the fully qualified server name and login credentials.

1. Log in to the [Azure portal](https://portal.azure.com/).
2. From the left-hand menu in Azure portal, select **All resources**, and then search for the server you have created (such as **mydemoserver**).
3. Select the server name.
4. From the server's **Overview** panel, make a note of the **Server name** and **Server admin login name**. If you forget your password, you can also reset the password from this panel.
:::image type="content" source="./media/connect-csharp/server-overview-name-login.png" alt-text="Azure Database for MySQL flexible server instance name":::
:::image type="content" source="./media/connect-csharp/server-overview-name-login.png" alt-text="Azure Database for MySQL Flexible Server instance name":::

## Step 1: Connect and insert data

Expand Down Expand Up @@ -317,7 +317,7 @@ az group delete \
## Next steps

> [!div class="nextstepaction"]
> [Manage Azure Database for MySQL flexible server using the portal](./how-to-manage-server-portal.md)<br/>
> [Manage Azure Database for MySQL Flexible Server using the portal](./how-to-manage-server-portal.md)<br/>

> [!div class="nextstepaction"]
> [Manage Azure Database for MySQL flexible server using Azure CLI](./how-to-manage-server-cli.md)
> [Manage Azure Database for MySQL Flexible Server using Azure CLI](./how-to-manage-server-cli.md)