Skip to content

Commit 92c5358

Browse files
authored
Merge pull request #279296 from Saisang/sai-movescopedrootincludes10
[Great Division] Move scoped root includes 10/14
2 parents 175f88e + 3971b97 commit 92c5358

File tree

100 files changed

+149
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+149
-149
lines changed

articles/mysql/scripts/sample-create-server-and-firewall-rule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ ms.date: 02/10/2022
1717

1818
This sample CLI script creates an Azure Database for MySQL server and configures a server-level firewall rule. Once the script runs successfully, the MySQL server is accessible by all Azure services and the configured IP address.
1919

20-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
20+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2121

2222
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2323

2424
## Sample script
2525

26-
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](../../../includes/cli-launch-cloud-shell-sign-in.md)]
26+
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](~/reusable-content/ce-skilling/azure/includes/cli-launch-cloud-shell-sign-in.md)]
2727

2828
### Run the script
2929

3030
:::code language="azurecli" source="~/azure_cli_scripts/mysql/create-mysql-server-and-firewall-rule/create-mysql-server-and-firewall-rule.sh" id="FullScript":::
3131

3232
## Clean up resources
3333

34-
[!INCLUDE [cli-clean-up-resources.md](../../../includes/cli-clean-up-resources.md)]
34+
[!INCLUDE [cli-clean-up-resources.md](~/reusable-content/ce-skilling/azure/includes/cli-clean-up-resources.md)]
3535

3636
```azurecli
3737
az group delete --name $resourceGroup

articles/mysql/scripts/sample-point-in-time-restore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ ms.date: 02/10/2022
1717

1818
This sample CLI script restores a single Azure Database for MySQL server to a previous point in time.
1919

20-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
20+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2121

2222
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2323

2424
## Sample script
2525

26-
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](../../../includes/cli-launch-cloud-shell-sign-in.md)]
26+
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](~/reusable-content/ce-skilling/azure/includes/cli-launch-cloud-shell-sign-in.md)]
2727

2828
### Run the script
2929

3030
:::code language="azurecli" source="~/azure_cli_scripts/mysql/backup-restore-pitr/backup-restore.sh" id="FullScript":::
3131

3232
## Clean up resources
3333

34-
[!INCLUDE [cli-clean-up-resources.md](../../../includes/cli-clean-up-resources.md)]
34+
[!INCLUDE [cli-clean-up-resources.md](~/reusable-content/ce-skilling/azure/includes/cli-clean-up-resources.md)]
3535

3636
```azurecli
3737
az group delete --name $resourceGroup

articles/mysql/scripts/sample-scale-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ ms.date: 02/10/2022
1717

1818
This sample CLI script scales compute and storage for a single Azure Database for MySQL server after querying the metrics. Compute can scale up or down. Storage can only scale up.
1919

20-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
20+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2121

2222
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2323

2424
## Sample script
2525

26-
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](../../../includes/cli-launch-cloud-shell-sign-in.md)]
26+
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](~/reusable-content/ce-skilling/azure/includes/cli-launch-cloud-shell-sign-in.md)]
2727

2828
### Run the script
2929

3030
:::code language="azurecli" source="~/azure_cli_scripts/mysql/scale-mysql-server/scale-mysql-server.sh" id="FullScript":::
3131

3232
## Clean up resources
3333

34-
[!INCLUDE [cli-clean-up-resources.md](../../../includes/cli-clean-up-resources.md)]
34+
[!INCLUDE [cli-clean-up-resources.md](~/reusable-content/ce-skilling/azure/includes/cli-clean-up-resources.md)]
3535

3636
```azurecli
3737
az group delete --name $resourceGroup

articles/mysql/scripts/sample-server-logs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ ms.date: 02/10/2022
1717

1818
This sample CLI script enables and downloads the slow query logs of a single Azure Database for MySQL server.
1919

20-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
20+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2121

2222
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2323

2424
## Sample script
2525

26-
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](../../../includes/cli-launch-cloud-shell-sign-in.md)]
26+
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](~/reusable-content/ce-skilling/azure/includes/cli-launch-cloud-shell-sign-in.md)]
2727

2828
### Run the script
2929

3030
:::code language="azurecli" source="~/azure_cli_scripts/mysql/server-logs/server-logs.sh" id="FullScript":::
3131

3232
## Clean up resources
3333

34-
[!INCLUDE [cli-clean-up-resources.md](../../../includes/cli-clean-up-resources.md)]
34+
[!INCLUDE [cli-clean-up-resources.md](~/reusable-content/ce-skilling/azure/includes/cli-clean-up-resources.md)]
3535

3636
```azurecli
3737
az group delete --name $resourceGroup

articles/mysql/single-server/how-to-configure-server-parameters-using-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To complete this how-to guide, you need:
4040
If you choose to use PowerShell locally, connect to your Azure account using the
4141
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
4242

43-
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
43+
[!INCLUDE [cloud-shell-try-it.md](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
4444

4545
## List server configuration parameters for Azure Database for MySQL server
4646

articles/mysql/single-server/how-to-manage-vnet-using-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: devx-track-azurecli
1919

2020
Virtual Network (VNet) services endpoints and rules extend the private address space of a Virtual Network to your Azure Database for MySQL server. Using convenient Azure CLI commands, you can create, update, delete, list, and show VNet service endpoints and rules to manage your server. For an overview of Azure Database for MySQL VNet service endpoints, including limitations, see [Azure Database for MySQL Server VNet service endpoints](concepts-data-access-and-security-vnet.md). VNet service endpoints are available in all supported regions for Azure Database for MySQL.
2121

22-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
22+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2323

2424
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2525

@@ -45,15 +45,15 @@ VNets and Azure service resources can be in the same or different subscriptions.
4545
4646
## Sample script
4747

48-
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](../../../includes/cli-launch-cloud-shell-sign-in.md)]
48+
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](~/reusable-content/ce-skilling/azure/includes/cli-launch-cloud-shell-sign-in.md)]
4949

5050
### Run the script
5151

5252
:::code language="azurecli" source="~/azure_cli_scripts/mysql/create-mysql-server-vnet/create-mysql-server.sh" id="FullScript":::
5353

5454
## Clean up resources
5555

56-
[!INCLUDE [cli-clean-up-resources.md](../../../includes/cli-clean-up-resources.md)]
56+
[!INCLUDE [cli-clean-up-resources.md](~/reusable-content/ce-skilling/azure/includes/cli-clean-up-resources.md)]
5757

5858
```azurecli
5959
az group delete --name $resourceGroup

articles/mysql/single-server/how-to-read-replicas-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To complete this how-to guide, you need:
4141
If you choose to use PowerShell locally, connect to your Azure account using the
4242
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
4343

44-
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
44+
[!INCLUDE [cloud-shell-try-it.md](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
4545

4646
> [!IMPORTANT]
4747
> The read replica feature is only available for Azure Database for MySQL servers in the General

articles/mysql/single-server/how-to-restart-server-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To complete this how-to guide, you need:
4646
If you choose to use PowerShell locally, connect to your Azure account using the
4747
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
4848

49-
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
49+
[!INCLUDE [cloud-shell-try-it.md](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
5050

5151
## Restart the server
5252

articles/mysql/single-server/how-to-restore-server-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To complete this how-to guide, you need:
3838
If you choose to use PowerShell locally, connect to your Azure account using the
3939
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
4040

41-
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
41+
[!INCLUDE [cloud-shell-try-it.md](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
4242

4343
## Set backup configuration
4444

articles/mysql/single-server/quickstart-create-mysql-server-database-using-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 06/20/2022
1818

1919
Azure Database for MySQL is a managed service that you use to run, manage, and scale highly available MySQL databases in the cloud. In this quickstart, you use an Azure Resource Manager template (ARM template) to create an Azure Database for MySQL server with virtual network integration. You can create the server in the Azure portal, Azure CLI, or Azure PowerShell.
2020

21-
[!INCLUDE [About Azure Resource Manager](../../../includes/resource-manager-quickstart-introduction.md)]
21+
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2222

2323
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
2424

0 commit comments

Comments
 (0)