Skip to content

Commit 7ced081

Browse files
committed
Edit H1 and replace image.
1 parent e94f8b6 commit 7ced081

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed
-207 KB
Loading

articles/mysql/flexible-server/quickstart-create-server-portal.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Quickstart: Create a flexible server by using the Azure portal"
2+
title: "Quickstart: Create a flexible server using the Azure portal"
33
description: In this quickstart, learn how to deploy a database in an instance of Azure Database for MySQL - Flexible Server by using the Azure portal.
44
author: shreyaaithal
55
ms.author: shaithal
66
ms.reviewer: maghan
7-
ms.date: 07/29/2024
7+
ms.date: 07/31/2024
88
ms.service: mysql
99
ms.subservice: flexible-server
1010
ms.topic: quickstart
@@ -13,31 +13,31 @@ ms.custom:
1313
- mode-ui
1414
---
1515

16-
# Quickstart: Create an instance of Azure Database for MySQL - Flexible Server by using the Azure portal
16+
# Quickstart: Create an instance of Azure Database for MySQL with the Azure portal
1717

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

2020
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).
2121

22-
## Prerequisites:
22+
## Prerequisites
2323

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

2828
## Sign in to the Azure portal
2929

30-
Enter your credentials to sign in to the [Azure portal](https://portal.azure.com). The default view is your service dashboard.
30+
Enter your credentials to sign in to the [Azure portal](https://portal.azure.com).
3131

3232
## Create an Azure Database for MySQL flexible server
3333

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

3636
Complete these steps to create an Azure Database for MySQL flexible server:
3737

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

40-
:::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." lightbox="media/quickstart-create-server-portal/find-mysql-portal.png":::
40+
:::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.":::
4141

4242
1. Select **Create**.
4343

@@ -50,15 +50,15 @@ Complete these steps to create an Azure Database for MySQL flexible server:
5050
| Setting | Suggested value | Description |
5151
| --- | --- | --- |
5252
| **Subscription** | Your subscription name | The Azure subscription you want to use for your server. Choose the subscription for which you want to be billed for the resource if you have multiple subscriptions. |
53-
| **Resource group** | **myresourcegroup** | Create a new resource group name, or select an existing resource group from your subscription. |
54-
| **Server name** | **mydemoserver-quickstart* | A unique name that identifies your instance of Azure Database for MySQL - Flexible Server. The domain name `mysql.database.azure.com` is appended to the server name you enter. The server name can contain only lowercase letters, numbers, and the hyphen (`-`) character. It must contain between 3 and 63 characters. |
53+
| **Resource group** | *myresourcegroup* | Create a new resource group name, or select an existing resource group from your subscription. |
54+
| **Server name** | *mydemoserver-quickstart* | A unique name that identifies your instance of Azure Database for MySQL - Flexible Server. The domain name `mysql.database.azure.com` is appended to the server name you enter. The server name can contain only lowercase letters, numbers, and the hyphen (`-`) character. It must contain between 3 and 63 characters. |
5555
| **Region** | The region closest to your users | The location closest to your users. |
5656
| **MySQL version** | 8.0 | The major engine version. |
5757
| **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 |
58-
| **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. |
58+
| **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. |
5959
| **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. |
6060
| **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. |
61-
| **Authentication method** | MySQL and Microsoft Entra authentication | Select the authentication methods you would like to support for accessing this MySQL server. |
61+
| **Authentication method** | **MySQL and Microsoft Entra authentication** | Select the authentication methods you would like to support for accessing this MySQL server. |
6262
| **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. |
6363
| **Password** | Your password | A new password for the server admin account. It must contain between 8 and 128 characters. It also must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers (0 through 9), and nonalphanumeric characters (`!`, `$`, `#`, `%`, and so on). |
6464

@@ -75,8 +75,7 @@ Complete these steps to create an Azure Database for MySQL flexible server:
7575

7676
You can't change the connectivity method after you create the server. For example, if you select **Public access (allowed IP addresses)** when you create the server, you can't change the setting to **Private access (VNet Integration)** after the server is deployed. We highly recommend that you create your server to use private access to help secure access to your server via virtual network integration. For more information about private access, see the [concepts](./concepts-networking.md) article.
7777

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

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

@@ -95,18 +94,16 @@ Before you start, download the [public SSL certificate](https://dl.cacerts.digic
9594

9695
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.
9796

98-
> [!NOTE]
97+
> [!NOTE]
9998
> 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.
10099
101-
:::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." lightbox="media/quickstart-create-server-portal/connect-on-overview.png":::
100+
:::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.":::
102101

103102
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.
104103

105-
:::image type="content" source="media/quickstart-create-server-portal/connect-mysql-flexible-server.png" alt-text="Screenshot that shows the Connect pane." lightbox="media/quickstart-create-server-portal/connect-mysql-flexible-server.png":::
106-
107-
> [!IMPORTANT]
104+
> [!IMPORTANT]
108105
> 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.
109-
>
106+
>
110107
> `ERROR 2002 (HY000): Can't connect to MySQL server on <servername> (115)`
111108
112109
## Clean up resources

0 commit comments

Comments
 (0)