Skip to content

Commit ec9c56f

Browse files
authored
Merge pull request #278215 from Saisang/sai-includescleanup-rootincludesrollback-14
[GREAT DIVIDE] Root includes roll back 14/22
2 parents 1576404 + 63fdd8b commit ec9c56f

File tree

100 files changed

+136
-136
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

+136
-136
lines changed

articles/postgresql/scripts/sample-create-server-with-vnet-rule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ ms.date: 01/26/2022
1616

1717
This sample CLI script creates an Azure Database for PostgreSQL flexible server instance and configures a vNet rule.
1818

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

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

2323
## Sample script
2424

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

2727
### Run the script
2828

2929
:::code language="azurecli" source="~/azure_cli_scripts/postgresql/create-postgresql-server-vnet/create-postgresql-server.sh" id="FullScript":::
3030

3131
## Clean up resources
3232

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ ms.date: 02/11/2022
1616

1717
This sample CLI script restores a single Azure Database for PostgreSQL flexible server instance to a previous point in time.
1818

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

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

2323
## Sample script
2424

25-
[!INCLUDE [cli-run-local-sign-in.md](~/reusable-content/ce-skilling/azure/includes/cli-run-local-sign-in.md)]
25+
[!INCLUDE [cli-run-local-sign-in.md](../../../includes/cli-run-local-sign-in.md)]
2626

2727
### Run the script
2828

2929
:::code language="azurecli" source="~/azure_cli_scripts/postgresql/backup-restore/backup-restore.sh" id="FullScript":::
3030

3131
## Clean up deployment
3232

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

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

articles/postgresql/scripts/sample-scale-server-up-or-down.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ This sample CLI script scales compute and storage for a single Azure Database fo
1818
> [!IMPORTANT]
1919
> Storage can only be scaled up, not down.
2020
21-
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
21+
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
2222

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

2525
## Sample script
2626

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

2929
### Run the script
3030

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

3333
## Clean up deployment
3434

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ ms.date: 01/26/2022
1616

1717
This sample CLI script enables and downloads the slow query logs of a single Azure Database for PostgreSQL flexible server instance.
1818

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

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

2323
## Sample script
2424

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

2727
### Run the script
2828

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

3131
## Clean up deployment
3232

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

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

articles/postgresql/single-server/how-to-configure-privatelink-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To step through this how-to guide, you need:
2828

2929
- An [Azure Database for PostgreSQL server and database](quickstart-create-server-database-azure-cli.md).
3030

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

3333
If you decide to install and use Azure CLI locally instead, this quickstart requires you to use Azure CLI version 2.0.28 or later. To find your installed version, run `az --version`. See [Install Azure CLI](/cli/azure/install-azure-cli) for install or upgrade info.
3434

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

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

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

4242
## List server configuration parameters for Azure Database for PostgreSQL server
4343

articles/postgresql/single-server/how-to-manage-server-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ az account set --subscription <subscription id>
3636

3737
If you have not already created a server, refer to this [quickstart](quickstart-create-server-database-azure-cli.md) to create one.
3838

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

4141
## Scale compute and storage
4242

articles/postgresql/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.date: 06/24/2022
1919

2020
Virtual Network (VNet) services endpoints and rules extend the private address space of a Virtual Network to your Azure Database for PostgreSQL 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 PostgreSQL VNet service endpoints, including limitations, see [Azure Database for PostgreSQL Server VNet service endpoints](concepts-data-access-and-security-vnet.md). VNet service endpoints are available in all supported regions for Azure Database for PostgreSQL.
2121

22-
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
22+
[!INCLUDE [quickstarts-free-trial-note](../../../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

@@ -41,15 +41,15 @@ VNets and Azure service resources can be in the same or different subscriptions.
4141
4242
## Sample script
4343

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

4646
### Run the script
4747

4848
:::code language="azurecli" source="~/azure_cli_scripts/postgresql/create-postgresql-server-vnet/create-postgresql-server.sh" id="FullScript":::
4949

5050
## Clean up deployment
5151

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

5454
```azurecli
5555
echo "Cleaning up resources by removing the resource group..."

articles/postgresql/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](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
44+
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
4545

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

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

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

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

3939
## Restart the server
4040

0 commit comments

Comments
 (0)