Skip to content

Commit

Permalink
Merge pull request #176 from hyoshioka0128/patch-394873
Browse files Browse the repository at this point in the history
Update quickstart-create-server-portal.md (Typo "flexible server"→"Fl…
  • Loading branch information
ShannonLeavitt authored Dec 26, 2024
2 parents 11146d4 + c2a0f76 commit ee63205
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions articles/mysql/flexible-server/quickstart-create-server-portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ ms.custom:

# Quickstart: Create an instance of Azure Database for MySQL with the Azure portal

Azure Database for MySQL is a managed service for running, managing, and scaling highly available MySQL servers in the cloud. This article shows you how to use the Azure portal to create an Azure Database for MySQL flexible server instance. You create an instance of Azure Database for MySQL flexible server using a defined set of [compute and storage resources](./concepts-compute-storage.md).
Azure Database for MySQL is a managed service for running, managing, and scaling highly available MySQL servers in the cloud. This article shows you how to use the Azure portal to create an Azure Database for MySQL Flexible Server instance. You create an instance of Azure Database for MySQL Flexible Server using a defined set of [compute and storage resources](./concepts-compute-storage.md).

## Prerequisites

- [Azure subscription](https://azure.microsoft.com/free/)
- Access to the Azure portal
- Basic knowledge of Azure Database for MySQL flexible server deployment options and configurations
- Basic knowledge of Azure Database for MySQL Flexible Server deployment options and configurations

## Sign in to the Azure portal

Enter your credentials to sign in to the [Azure portal](https://portal.azure.com).

## Create an Azure Database for MySQL flexible server
## Create an Azure Database for MySQL Flexible Server

Create the server within an [Azure resource group](/azure/azure-resource-manager/management/overview).

Complete these steps to create an Azure Database for MySQL flexible server:
Complete these steps to create an Azure Database for MySQL Flexible Server:

1. In the Azure portal, search for and then select **Azure Database for MySQL flexible servers**.
1. In the Azure portal, search for and then select **Azure Database for MySQL Flexible Servers**.

:::image type="content" source="media/quickstart-create-server-portal/find-mysql-portal.png" alt-text="Screenshot that shows a search for Azure Database for MySQL servers.":::

Expand All @@ -54,7 +54,7 @@ Complete these steps to create an Azure Database for MySQL flexible server:
| **MySQL version** | 8.0 | The major engine version. |
| **Workload type** | Development | For production workload, you can select **Small/Medium-size** or **Large-size** depending on [max_connections](concepts-server-parameters.md#max_connections) requirements |
| **Compute + storage** | **Burstable**, **Standard_B1ms**, **10 GiB**, **100 iops**, **7 days** | The compute, storage, input/output operations per second (IOPS), and backup configurations for your new server. On the **Configure server** pane, the default values for **Compute tier**, **Compute size**, **Storage size**, **iops**, and **Retention period** (for backup) are **Burstable**, **Standard_B1ms**, **10 GiB**, **100 iops**, and **7 days**. You can keep the default values or modify these values. For faster data loads during migration, we recommend increasing IOPS to the maximum size supported for the compute size you selected. Later, scale it back to minimize cost. To save the compute and storage selection, select **Save** to continue with the configuration. |
| **Availability zone** | No preference | If your application client is provisioned in a specific availability zone, you can set your Azure Database for MySQL flexible server to the same availability zone to colocate the application and reduce network latency. |
| **Availability zone** | No preference | If your application client is provisioned in a specific availability zone, you can set your Azure Database for MySQL Flexible Server to the same availability zone to colocate the application and reduce network latency. |
| **High availability** | Cleared | For production servers, choose between [zone-redundant high availability](concepts-high-availability.md#zone-redundant-ha-architecture) and [same-zone high availability](concepts-high-availability.md#same-zone-ha-architecture). We recommend high availability for business continuity and protection against virtual machine (VM) failure. |
| **Authentication method** | **MySQL and Microsoft Entra authentication** | Select the authentication methods you would like to support for accessing this MySQL server. |
| **Admin username** | **mydemouser** | Your sign-in account is to be used when you connect to the server. The admin username can't be **azure_superuser**, **admin**, **administrator**, **root**, **guest**, **sa**, or **public**. The maximum number of characters that are allowed is 32. |
Expand All @@ -75,11 +75,11 @@ Complete these steps to create an Azure Database for MySQL flexible server:

:::image type="content" source="media/quickstart-create-server-portal/networking.png" alt-text="Screenshot that shows the Networking tab.":::

1. Select **Review + create** to review your Azure Database for MySQL flexible server configuration.
1. Select **Review + create** to review your Azure Database for MySQL Flexible Server configuration.

1. Select **Create** to provision the server. Provisioning might take a few minutes.

1. select **Notifications** (the bell icon) on the toolbar to monitor the deployment process. After deployment, you can select **Pin to dashboard** to create a tile for the Azure Database for MySQL flexible server on your Azure portal dashboard. This tile is a shortcut to the server's **Overview** pane. When you select **Go to resource**, the **Overview** pane for the flexible server opens.
1. select **Notifications** (the bell icon) on the toolbar to monitor the deployment process. After deployment, you can select **Pin to dashboard** to create a tile for the Azure Database for MySQL Flexible Server on your Azure portal dashboard. This tile is a shortcut to the server's **Overview** pane. When you select **Go to resource**, the **Overview** pane for the flexible server opens.

These databases are created by default under your server: **information_schema**, **mysql**, **performance_schema**, and **sys**.

Expand All @@ -93,20 +93,20 @@ Before you start, download the [public SSL certificate](https://dl.cacerts.digic
If you deploy Azure Database for MySQL using the public access connectivity method, you can get started quickly by using the built-in MySQL command-line client tool or Azure Cloud Shell. To use the command-line tool, on the menu bar in the Overview pane, select Connect.

> [!NOTE]
> You can also use the [MySQL extension](/azure-data-studio/extensions/mysql-extension) in Azure Data Studio to connect to your Azure Database for MySQL flexible server.
> You can also use the [MySQL extension](/azure-data-studio/extensions/mysql-extension) in Azure Data Studio to connect to your Azure Database for MySQL Flexible Server.
:::image type="content" source="media/quickstart-create-server-portal/connect-on-overview.png" alt-text="Screenshot that shows how to connect with Azure Cloud Shell.":::

After you select **Connect**, you can see details about connecting locally using the Azure Database for MySQL - Flexible Server client tool and how to initiate data import and export operations.

> [!IMPORTANT]
> If you see the following error message when you connect to your Azure Database for MySQL flexible server, either you didn't select the **Allow public access from any Azure service within Azure to this server** checkbox when you set up your firewall rules, or the option isn't saved. Set the firewall rules, and then try again.
> If you see the following error message when you connect to your Azure Database for MySQL Flexible Server, either you didn't select the **Allow public access from any Azure service within Azure to this server** checkbox when you set up your firewall rules, or the option isn't saved. Set the firewall rules, and then try again.
>
> `ERROR 2002 (HY000): Can't connect to MySQL server on <servername> (115)`
## Clean up resources

When you no longer need the resources you created for this quickstart, you can delete the resource group that contains the Azure Database for MySQL flexible server instance. Select the resource group for the Azure Database for MySQL resource, and then select **Delete**. Enter the name of the resource group that you want to delete.
When you no longer need the resources you created for this quickstart, you can delete the resource group that contains the Azure Database for MySQL Flexible Server instance. Select the resource group for the Azure Database for MySQL resource, and then select **Delete**. Enter the name of the resource group that you want to delete.

## Related content

Expand Down

0 comments on commit ee63205

Please sign in to comment.