Skip to content

Commit 1c417c1

Browse files
committed
fixed links
1 parent 4d7bcf9 commit 1c417c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/mysql/flexible-server/concept-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ An Azure Database for MySQL - Flexible Server:
3838

3939
Within an Azure Database for MySQL - Flexible Server, you can create one or multiple databases. You can opt to create a single database per server to use all the resources or to create multiple databases to share the resources. The pricing is structured per-server, based on the configuration of compute tier, vCores, and storage (GB). For more information, see [compute and storage](./concepts-compute-storage.md).
4040

41-
## Stop/Start an Azure Database for MySQL - Flexible Server
41+
## Stop/Start an Azure Database for MySQL flexible server
4242

4343
Azure Database for MySQL - Flexible Server gives you the ability to **Stop** the server when not in use and **Start** the server when you resume activity. This is essentially done to save costs on the database servers and only pay for the resource when in use. This becomes even more important for dev-test workloads and when you are only using the server for part of the day. When you stop the server, all active connections will be dropped. Later, when you want to bring the server back online, you can either use the [Azure portal](how-to-stop-start-server-portal.md) or CLI.
4444

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
2222
## Sign in to the Azure portal
2323
Go to the [Azure portal](https://portal.azure.com/). Enter your credentials to sign in to the portal. The default view is your service dashboard.
2424

25-
## Create an Azure Database for MySQL - Flexible Server
25+
## Create an Azure Database for MySQL flexible server
2626

2727
You create a flexible server with a defined set of [compute and storage resources](./concepts-compute-storage.md). You create the server within an [Azure resource group](../../azure-resource-manager/management/overview.md).
2828

0 commit comments

Comments
 (0)