You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/quickstart-create-server-portal.md
+16-19Lines changed: 16 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: "Quickstart: Create a flexible server by using the Azure portal"
2
+
title: "Quickstart: Create a flexible server using the Azure portal"
3
3
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.
4
4
author: shreyaaithal
5
5
ms.author: shaithal
6
6
ms.reviewer: maghan
7
-
ms.date: 07/29/2024
7
+
ms.date: 07/31/2024
8
8
ms.service: mysql
9
9
ms.subservice: flexible-server
10
10
ms.topic: quickstart
@@ -13,31 +13,31 @@ ms.custom:
13
13
- mode-ui
14
14
---
15
15
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
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).
- Basic knowledge of Azure Database for MySQL flexible server deployment options and configurations
27
27
28
28
## Sign in to the Azure portal
29
29
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).
31
31
32
32
## Create an Azure Database for MySQL flexible server
33
33
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).
35
35
36
36
Complete these steps to create an Azure Database for MySQL flexible server:
37
37
38
38
1. In the Azure portal, search for and then select **Azure Database for MySQL flexible servers**.
39
39
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.":::
41
41
42
42
1. Select **Create**.
43
43
@@ -50,15 +50,15 @@ Complete these steps to create an Azure Database for MySQL flexible server:
50
50
| Setting | Suggested value | Description |
51
51
| --- | --- | --- |
52
52
|**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. |
55
55
|**Region**| The region closest to your users | The location closest to your users. |
56
56
|**MySQL version**| 8.0 | The major engine version. |
57
57
|**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. |
59
59
|**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. |
60
60
|**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. |
62
62
|**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. |
63
63
|**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). |
64
64
@@ -75,8 +75,7 @@ Complete these steps to create an Azure Database for MySQL flexible server:
75
75
76
76
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.
77
77
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.":::
80
79
81
80
1. Select **Review + create** to review your Azure Database for MySQL flexible server configuration.
82
81
@@ -95,18 +94,16 @@ Before you start, download the [public SSL certificate](https://dl.cacerts.digic
95
94
96
95
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.
97
96
98
-
> [!NOTE]
97
+
> [!NOTE]
99
98
> 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.
100
99
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.":::
102
101
103
102
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.
104
103
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]
108
105
> 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
+
>
110
107
> `ERROR 2002 (HY000): Can't connect to MySQL server on <servername> (115)`
0 commit comments