Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update connect-azure-cli.md (Typo "flexible server"→"Flexible Server") #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions articles/mysql/flexible-server/connect-azure-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ms.custom:

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

This quickstart demonstrates how to connect to Azure Database for MySQL flexible server using Azure CLI with `az mysql flexible-server connect` and execute single query or sql file with the `az mysql flexible-server execute` command. This command allows you test connectivity to your database server and run queries. You can also run multiple queries using the interactive mode.
This quickstart demonstrates how to connect to Azure Database for MySQL Flexible Server using Azure CLI with `az mysql flexible-server connect` and execute single query or sql file with the `az mysql flexible-server execute` command. This command allows you test connectivity to your database server and run queries. You can also run multiple queries using the interactive mode.

## Prerequisites

Expand All @@ -31,7 +31,7 @@ This quickstart demonstrates how to connect to Azure Database for MySQL flexible

## Create a MySQL Flexible Server

The first thing to create is a managed Azure Database for MySQL flexible server instance. In [Azure Cloud Shell](https://shell.azure.com/), run the following script and make a note of the **server name**, **username** and **password** generated from this command.
The first thing to create is a managed Azure Database for MySQL Flexible Server instance. In [Azure Cloud Shell](https://shell.azure.com/), run the following script and make a note of the **server name**, **username** and **password** generated from this command.

```azurecli-interactive
az mysql flexible-server create --public-access <your-ip-address>
Expand Down Expand Up @@ -186,5 +186,5 @@ Closed the connection to mysqldemoserver.
## Next Steps

> [!div class="nextstepaction"]
* [Connect to Azure Database for MySQL flexible server with encrypted connections](how-to-connect-tls-ssl.md)
* [Connect to Azure Database for MySQL Flexible Server with encrypted connections](how-to-connect-tls-ssl.md)
* [Manage the server](./how-to-manage-server-cli.md)