Skip to content

Commit 09e9e5c

Browse files
authored
Merge pull request #260778 from v-thepet/terms5
[SCOPED] Azure Database for MySQL flexible server naming - remaining articles in flexible-server folder
2 parents 95e08ba + df0b372 commit 09e9e5c

40 files changed

+467
-474
lines changed

articles/mysql/flexible-server/how-to-restore-server-cli.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 04/01/2021
1414

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

17-
This article provides step-by-step procedure to perform point-in-time recoveries in flexible server using backups.
17+
This article provides step-by-step procedure to perform point-in-time recoveries in Azure Database for MySQL flexible server using backups.
1818

1919
## Prerequisites
2020

@@ -29,14 +29,14 @@ This article provides step-by-step procedure to perform point-in-time recoveries
2929
az login
3030
````
3131
32-
- If you have multiple subscriptions, choose the appropriate subscription in which you want to create the server using the ```az account set``` command.
32+
- If you have multiple subscriptions, choose the appropriate subscription in which you want to create the server using the `az account set` command.
3333
`
3434
3535
```azurecli
3636
az account set --subscription <subscription id>
3737
```
3838
39-
- Create a MySQL Flexible Server if you have not already created one using the ```az mysql flexible-server create``` command.
39+
- Create an Azure Database for MySQL flexible server instance if you haven't already created one by using the `az mysql flexible-server create` command.
4040
4141
```azurecli
4242
az mysql flexible-server create --resource-group myresourcegroup --name myservername
@@ -88,7 +88,7 @@ az mysql flexible-server geo-restore --source-server
8888
```
8989

9090
**Example:**
91-
Geo-restore 'mydemoserver' in region East US to a new server 'mydemoserver-restored' in it’s geo-paired location West US with the same network setting.
91+
Geo-restore 'mydemoserver' in region East US to a new server 'mydemoserver-restored' in its geo-paired location West US with the same network setting.
9292

9393
```azurecli
9494
az mysql flexible-server geo-restore \
@@ -102,10 +102,10 @@ az mysql flexible-server geo-restore \
102102

103103
After the restore is completed, you should perform the following tasks to get your users and applications back up and running:
104104

105-
- If the new server is meant to replace the original server, redirect clients and client applications to the new server
105+
- If the new server is meant to replace the original server, redirect clients and client applications to the new server.
106106
- Ensure appropriate VNet rules are in place for users to connect. These rules are not copied over from the original server.
107-
- Ensure appropriate logins and database level permissions are in place
108-
- Configure alerts as appropriate for the newly restore server
107+
- Ensure appropriate logins and database level permissions are in place.
108+
- Configure alerts as appropriate for the newly restore server.
109109

110110
## Next steps
111111

articles/mysql/flexible-server/how-to-restore-server-portal.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ ms.topic: how-to
1414

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

17-
This article provides step-by-step procedure to perform point-in-time recoveries in flexible server using backups.
17+
This article provides step-by-step procedure to perform point-in-time recoveries in Azure Database for MySQL flexible server using backups.
1818

1919
## Prerequisites
2020

2121
To complete this how-to guide, you need:
2222

23-
- You must have an Azure Database for MySQL - Flexible Server.
23+
- You must have an Azure Database for MySQL flexible server instance.
2424

2525
## Restore to the latest restore point
2626

27-
Follow these steps to restore your flexible server using an earliest existing backup.
27+
Follow these steps to restore your Azure Database for MySQL flexible server instance using an earliest existing backup.
2828

29-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
29+
1. In the [Azure portal](https://portal.azure.com/), choose your Azure Database for MySQL flexible server instance that you want to restore the backup from.
3030

3131
1. Select **Overview** from the left panel.
3232

@@ -46,9 +46,9 @@ Follow these steps to restore your flexible server using an earliest existing ba
4646

4747
## Restore to a fastest restore point
4848

49-
Follow these steps to restore your flexible server using an existing full backup as the fastest restore point.
49+
Follow these steps to restore your Azure Database for MySQL flexible server instance using an existing full backup as the fastest restore point.
5050

51-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
51+
1. In the [Azure portal](https://portal.azure.com/), choose your Azure Database for MySQL flexible server instance that you want to restore the backup from.
5252

5353
1. Select **Overview** from the left panel.
5454

@@ -70,9 +70,9 @@ Follow these steps to restore your flexible server using an existing full backup
7070

7171
## Restore from a full backup through the Backup and Restore page
7272

73-
Follow these steps to restore your flexible server using an existing full backup.
73+
Follow these steps to restore your Azure Database for MySQL flexible server instance using an existing full backup.
7474

75-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
75+
1. In the [Azure portal](https://portal.azure.com/), choose your Azure Database for MySQL flexible server instance that you want to restore the backup from.
7676

7777
1. Select **Backup and Restore** from the left panel.
7878

@@ -92,7 +92,7 @@ Follow these steps to restore your flexible server using an existing full backup
9292

9393
## Geo restore to latest restore point
9494

95-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
95+
1. In the [Azure portal](https://portal.azure.com/), choose your Azure Database for MySQL flexible server instance that you want to restore the backup from.
9696

9797
1. Select **Overview** from the left panel.
9898

@@ -123,9 +123,9 @@ The new server created by geo restore has the same server admin sign-in name and
123123

124124
## Use restore to move a server from Public access to Private access
125125

126-
Follow these steps to restore your flexible server using an earliest existing backup.
126+
Follow these steps to restore your Azure Database for MySQL flexible server instance using an earliest existing backup.
127127

128-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
128+
1. In the [Azure portal](https://portal.azure.com/), choose your Azure Database for MySQL flexible server instance that you want to restore the backup from.
129129

130130
1. From the overview page, select **Restore**.
131131

@@ -142,18 +142,18 @@ Follow these steps to restore your flexible server using an earliest existing ba
142142
1. In the **Connectivity method**, select **Private access (VNet Integration)**. Go to **Virtual Network** section, you can either select an already existing *virtual network* and *Subnet* that is delegated to *Microsoft.DBforMySQL/flexibleServers* or Create a new one by selecting the *create virtual network* link.
143143
> [!NOTE]
144144
> Only virtual networks and subnets in the same region and subscription is listed in the dropdown list. </br>
145-
> The chosen subnet is delegated to *Microsoft.DBforMySQL/flexibleServers*. It means that only Azure Database for MySQL - Flexible Servers can use that subnet.</br>
145+
> The chosen subnet is delegated to *Microsoft.DBforMySQL/flexibleServers*. It means that only Azure Database for MySQL flexible server instances can use that subnet.</br>
146146
147147
:::image type="content" source="./media/how-to-manage-virtual-network-portal/vnet-creation.png" alt-text="Screenshot of Vnet configuration." lightbox="./media/how-to-manage-virtual-network-portal/vnet-creation.png":::
148148

149149
1. Create a new or Select an existing **Private DNS Zone**.
150150
> [!NOTE]
151151
> Private DNS zone names must end with `mysql.database.azure.com`. </br>
152-
> If you do not see the option to create a new private dns zone, please enter the server name on the **Basics** tab.</br>
153-
> After the flexible server is deployed to a virtual network and subnet, you cannot move it to Public access (allowed IP addresses).</br>
152+
> If you don't see the option to create a new private dns zone, enter the server name on the **Basics** tab.</br>
153+
> After the Azure Database for MySQL flexible server instance is deployed to a virtual network and subnet, you can't move it to Public access (allowed IP addresses).</br>
154154
155155
:::image type="content" source="./media/how-to-manage-virtual-network-portal/private-dns-zone.png" alt-text="Screenshot of dns configuration." lightbox="./media/how-to-manage-virtual-network-portal/private-dns-zone.png":::
156-
1. Select **Review + create** to review your flexible server configuration.
156+
1. Select **Review + create** to review your Azure Database for MySQL flexible server configuration.
157157
1. Select **Create** to provision the server. Provisioning can take a few minutes.
158158

159159
1. A notification is shown that the restore operation has been initiated.
@@ -165,7 +165,7 @@ After the restore is completed, you should perform the following tasks to get yo
165165
- If the new server is meant to replace the original server, redirect clients and client applications to the new server.
166166
- Ensure appropriate virtual network rules are in place for users to connect. These rules aren't copied over from the original server.
167167
- Ensure appropriate logins and database level permissions are in place.
168-
- Configure alerts as appropriate for the newly restore server.
168+
- Configure alerts as appropriate for the newly restored server.
169169

170170
## Next steps
171171

articles/mysql/flexible-server/how-to-server-logs-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 08/05/2022
1313

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

16-
This article shows you how to list and download server flexible server using Azure CLI.
16+
This article shows you how to list and download Azure Database for MySQL flexible server logs using Azure CLI.
1717

1818
## Prerequisites
1919

@@ -31,10 +31,10 @@ Select the specific subscription under your account using [az account set](/cli/
3131
az account set --subscription <subscription id>
3232
```
3333

34-
## List Server logs using Azure CLI
34+
## List server logs using Azure CLI
3535

3636
Once you're configured the prerequisites and connected to your required subscription.
37-
You can list the server logs from your flexible server by below command.
37+
You can list the server logs from your Azure Database for MySQL flexible server instance by using the following command.
3838

3939

4040
```azurecli
@@ -58,9 +58,9 @@ Default LastModifiedTime is set to 72 hours, for listing files older than 72 hou
5858
az mysql flexible-server server-logs list --resource-group <myresourcegroup> --server-name <serverlogdemo> --out table --file-last-written <144>
5959
```
6060

61-
## Downloading Server logs using Azure CLI
61+
## Download server logs using Azure CLI
6262

63-
Below command will download the mentioned server logs to your current directory.
63+
The following command downloads the preceding server logs to your current directory.
6464

6565
```azurecli
6666
az mysql flexible-server server-logs download --resource-group <myresourcegroup> --server-name <serverlogdemo> --name <mysql-slow-serverlogdemo-2022073111.log>

articles/mysql/flexible-server/how-to-server-logs-portal.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.date: 08/05/2022
1212

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

15-
You can use server logs to help monitor and troubleshoot an instance of Azure Database for MySQL - Flexible Server, and to gain detailed insights into the activities that have run on your servers.
16-
By default, the server logs feature in Azure Database for MySQL - Flexible Server is disabled. However, after you enable the feature, a flexible server starts capturing events of the selected log type and writes them to a file. You can then use the Azure portal or the Azure CLI to download the files to assist with your troubleshooting efforts.
17-
This article explains how to enable the server logs feature in Azure Database for MySQL - Flexible Server and download server log files. It also provides information about how to disable the feature.
15+
You can use server logs to help monitor and troubleshoot an instance of Azure Database for MySQL flexible server, and to gain detailed insights into the activities that have run on your servers.
16+
By default, the server logs feature in Azure Database for MySQL flexible server is disabled. However, after you enable the feature, an Azure Database for MySQL flexible server instance starts capturing events of the selected log type and writes them to a file. You can then use the Azure portal or the Azure CLI to download the files to assist with your troubleshooting efforts.
17+
This article explains how to enable the server logs feature in Azure Database for MySQL flexible server and download server log files. It also provides information about how to disable the feature.
1818

1919
In this tutorial, you’ll learn how to:
2020
- Enable the server logs feature.
@@ -23,17 +23,17 @@ In this tutorial, you’ll learn how to:
2323

2424
## Prerequisites
2525

26-
To complete this tutorial, you need an existing Azure Database for MySQL - Flexible Server. If you need to create a new server, see [Create an Azure Database for MySQL - Flexible Server](./quickstart-create-server-portal.md).
26+
To complete this tutorial, you need an existing Azure Database for MySQL flexible server instance. If you need to create a new server, see [Create an Azure Database for MySQL flexible server instance](./quickstart-create-server-portal.md).
2727

2828
## Enable Server logs
2929

3030
To enable the server logs feature, perform the following steps.
3131

32-
1. In the [Azure portal](https://portal.azure.com), select your MySQL flexible server.
32+
1. In the [Azure portal](https://portal.azure.com), select your Azure Database for MySQL flexible server instance.
3333

3434
2. On the left pane, under **Monitoring**, select **Server logs**.
3535

36-
:::image type="content" source="./media/how-to-server-logs-portal/1-how-to-serverlog.png" alt-text="Screenshot showing Azure Database for My SQL - Server Logs.":::
36+
:::image type="content" source="./media/how-to-server-logs-portal/1-how-to-serverlog.png" alt-text="Screenshot showing Azure Database for MySQL flexible server Server Logs.":::
3737

3838
3. To enable server logs, under **Server logs**, select **Enable**.
3939

@@ -47,7 +47,7 @@ To enable the server logs feature, perform the following steps.
4747

4848
:::image type="content" source="./media/how-to-server-logs-portal/3-how-to-serverlog.png" alt-text="Screenshot showing select slow log - Server Logs.":::
4949

50-
To configure slow_logs on your Azure Database for MySQL - Flexible Server, see [Query Performance Insight.](./tutorial-query-performance-insights.md)
50+
To configure slow_logs on your Azure Database for MySQL flexible server instance, see [Query Performance Insight.](./tutorial-query-performance-insights.md)
5151

5252

5353
## Download Server logs
@@ -60,7 +60,7 @@ To download server logs, perform the following steps.
6060

6161
:::image type="content" source="./media/how-to-server-logs-portal/4-how-to-serverlog.png" alt-text="Screenshot showing Server Logs - Download.":::
6262

63-
For HA enabled Azure Database for MySQL - Flexible Server, server logs for standby server can be identified by another four-letter identifier after the hostname of the server as shown below.
63+
For HA enabled Azure Database for MySQL flexible server instances, server logs for standby server can be identified by another four-letter identifier after the hostname of the server as shown below.
6464

6565
:::image type="content" source="./media/how-to-server-logs-portal/5-how-to-serverlog.png" alt-text="Screenshot showing server Logs - HA logs.":::
6666

articles/mysql/flexible-server/how-to-stop-start-server-portal.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@ ms.date: 09/29/2020
1313

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

16-
This article provides step-by-step procedure to perform Stop and Start of the flexible server.
16+
This article provides step-by-step procedure to perform Stop and Start of an Azure Database for MySQL flexible server instance.
1717

1818
## Prerequisites
1919

20-
To complete this how-to guide, you need:
21-
22-
- You must have an Azure Database for MySQL - Flexible Server.
20+
To complete this how-to guide, you must have an Azure Database for MySQL flexible server instance.
2321

2422
## Stop a running server
2523

26-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to stop.
24+
1. In the [Azure portal](https://portal.azure.com/), choose your Azure Database for MySQL flexible server instance that you want to stop.
2725

2826
2. From the **Overview** page, click the **Stop** button in the toolbar.
2927

@@ -34,20 +32,20 @@ To complete this how-to guide, you need:
3432
:::image type="content" source="media/how-to-stop-start-server-portal/confirm-stop.png" alt-text="Confirm stopping flexible server.":::
3533

3634
> [!NOTE]
37-
> Once the server is stopped, the other management operations are not available for the flexible server.
35+
> Once the server is stopped, the other management operations are not available for the Azure Database for MySQL flexible server instance.
3836
3937
## Start a stopped server
4038

41-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to start.
39+
1. In the [Azure portal](https://portal.azure.com/), choose your Azure Database for MySQL flexible server instance that you want to start.
4240

4341
2. From the **Overview** page, click the **Start** button in the toolbar.
4442

4543
:::image type="content" source="media/how-to-stop-start-server-portal/start-server.png" alt-text="Start flexible server.":::
4644

4745
> [!NOTE]
48-
> Once the server is started, all management operations are now available for the flexible server.
46+
> Once the server is started, all management operations are now available for the Azure Database for MySQL flexible server instance.
4947
5048
## Next steps
51-
- Learn more about [networking in Azure Database for MySQL - Flexible Server](./concepts-networking.md)
52-
- [Create and manage Azure Database for MySQL - Flexible Server virtual network using Azure portal](./how-to-manage-virtual-network-portal.md).
49+
- Learn more about [networking in Azure Database for MySQL flexible server](./concepts-networking.md)
50+
- [Create and manage Azure Database for MySQL flexible server instance virtual network using Azure portal](./how-to-manage-virtual-network-portal.md).
5351

articles/mysql/flexible-server/how-to-trigger-on-demand-backup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ This article provides step-by-step procedure to trigger On-Demand backup from th
1818

1919
## Prerequisites
2020

21-
To complete this how-to guide, you need:
22-
23-
- You must have an Azure Database for MySQL - Flexible Server.
21+
To complete this how-to guide, you need an Azure Database for MySQL flexible server instance.
2422

2523
## Trigger On-Demand Backup
2624

2725
Follow these steps to trigger back up on demand:
2826

29-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to take backup of.
27+
1. In the [Azure portal](https://portal.azure.com/), choose your Azure Database for MySQL flexible server instance that you want to take a backup of.
3028

3129
2. Select **Backup** and Restore from the left panel.
3230

0 commit comments

Comments
 (0)