Skip to content

Commit 9158afe

Browse files
authored
Merge pull request #267990 from alexbuckgit/alexbuckgit/docutune-autopr-20240304-192640-0122413-ignore-build
[BULK] DocuTune - Clean up INCLUDE block formatting
2 parents 1f27a15 + 55e39a2 commit 9158afe

9 files changed

+12
-12
lines changed

articles/backup/quick-sap-hana-database-instance-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information about the supported configurations and scenarios, see [SAP
2828

2929
## Restore the database
3030

31-
[!INCLUDE [How to restore the entire SAP HANA system to a snapshot restore point.](../../includes/backup-azure-restore-entire-sap-hana-system-to-snapshot-restore-point.md)]
31+
[!INCLUDE [How to restore the entire SAP HANA system to a snapshot restore point](../../includes/backup-azure-restore-entire-sap-hana-system-to-snapshot-restore-point.md)]
3232

3333
## Next steps
3434

articles/backup/sap-hana-database-instances-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ You'll also need to [create a policy for SAP HANA database backup](backup-azure-
139139
To discover the database instance where the snapshot is present, see the [Back up SAP HANA databases in Azure VMs](backup-azure-sap-hana-database.md#discover-the-databases).
140140

141141

142-
[!INCLUDE [How to configure backup for SAP HANA instance snapshot, run an on-demand backup, and monitor the backup job.](../../includes/backup-azure-configure-sap-hana-database-instance-backup.md)]
142+
[!INCLUDE [How to configure backup for SAP HANA instance snapshot, run an on-demand backup, and monitor the backup job](../../includes/backup-azure-configure-sap-hana-database-instance-backup.md)]
143143

144144
## Next steps
145145

articles/backup/sap-hana-database-instances-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Learn about the [SAP HANA instance snapshot restore architecture](azure-backup-a
5656

5757
## Restore the entire system to a snapshot restore point
5858

59-
[!INCLUDE [How to restore the entire SAP HANA system to a snapshot restore point.](../../includes/backup-azure-restore-entire-sap-hana-system-to-snapshot-restore-point.md)]
59+
[!INCLUDE [How to restore the entire SAP HANA system to a snapshot restore point](../../includes/backup-azure-restore-entire-sap-hana-system-to-snapshot-restore-point.md)]
6060

6161
## Restore the database to a different logpoint-in-time over a snapshot
6262

articles/backup/tutorial-configure-sap-hana-database-instance-snapshot-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information on the supported scenarios, see the [support matrix](./sap-
2323
- [Create a Recovery Services vault](sap-hana-database-instances-backup.md#create-a-recovery-services-vault) for the backup and restore operations.
2424
- [Create a backup policy](sap-hana-database-instances-backup.md#create-a-policy).
2525

26-
[!INCLUDE [How to configure backup for SAP HANA instance snapshot, run an on-demand backup, and monitor the backup job.](../../includes/backup-azure-configure-sap-hana-database-instance-backup.md)]
26+
[!INCLUDE [How to configure backup for SAP HANA instance snapshot, run an on-demand backup, and monitor the backup job](../../includes/backup-azure-configure-sap-hana-database-instance-backup.md)]
2727

2828
## Next steps
2929

articles/bastion/bastion-create-host-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This section helps you create a virtual network, subnets, and deploy Azure Basti
9090

9191
1. Configure and set the Azure Bastion subnet for your virtual network. This subnet is reserved exclusively for Azure Bastion resources. You must create this subnet using the name value **AzureBastionSubnet**. This value lets Azure know which subnet to deploy the Bastion resources to. The example in the following section helps you add an Azure Bastion subnet to an existing VNet.
9292

93-
[!INCLUDE [Important about BastionSubnet size.](../../includes/bastion-subnet-size.md)]
93+
[!INCLUDE [Important about BastionSubnet size](../../includes/bastion-subnet-size.md)]
9494

9595
Set the variable.
9696

articles/bastion/create-host-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This section helps you deploy Azure Bastion using Azure CLI.
5858

5959
1. Use [az network vnet subnet create](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-create) to create the subnet to which Bastion will be deployed. The subnet you create must be named **AzureBastionSubnet**. This subnet is reserve exclusively for Azure Bastion resources. If you don't have a subnet with the naming value **AzureBastionSubnet**, Bastion won't deploy.
6060

61-
[!INCLUDE [Note about BastionSubnet size.](../../includes/bastion-subnet-size.md)]
61+
[!INCLUDE [Note about BastionSubnet size](../../includes/bastion-subnet-size.md)]
6262

6363
```azurecli-interactive
6464
az network vnet subnet create --name AzureBastionSubnet --resource-group TestRG1 --vnet-name VNet1 --address-prefix 10.1.1.0/26

articles/dev-box/how-to-configure-network-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Microsoft Dev Box requires a configured and working Active Directory join, which
161161
> [!NOTE]
162162
> Microsoft Dev Box automatically creates a resource group for each network connection, which holds the network interface cards (NICs) that use the virtual network assigned to the network connection. The resource group has a fixed name based on the name and region of the network connection. You can't change the name of the resource group, or specify an existing resource group.
163163
164-
[!INCLUDE [attach or remove a network connection.](./includes/attach-remove-network-connections.md)]
164+
[!INCLUDE [attach or remove a network connection](./includes/attach-remove-network-connections.md)]
165165

166166
## Related content
167167

articles/notification-hubs/create-notification-hub-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this quickstart, you create a notification hub in the Azure portal. The first
2222

2323
In this section, you create a namespace and a hub in the namespace.
2424

25-
[!INCLUDE [notification-hubs-portal-create-new-hub.](../../includes/notification-hubs-portal-create-new-hub.md)]
25+
[!INCLUDE [notification-hubs-portal-create-new-hub](../../includes/notification-hubs-portal-create-new-hub.md)]
2626

2727
## Create a notification hub in an existing namespace
2828

includes/vpn-gateway-vwan-config-openvpn-clients.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
---
1010
## <a name="windows"></a>Windows clients
1111

12-
[!INCLUDE [This include is for Windows clients.](vpn-gateway-vwan-config-openvpn-windows.md)]
12+
[!INCLUDE [This include is for Windows clients](vpn-gateway-vwan-config-openvpn-windows.md)]
1313

1414
## <a name="macOS"></a>macOS clients
1515

16-
[!INCLUDE [This include is for macOS clients.](vpn-gateway-vwan-config-openvpn-mac.md)]
16+
[!INCLUDE [This include is for macOS clients](vpn-gateway-vwan-config-openvpn-mac.md)]
1717

1818
## <a name="iOS"></a>iOS clients
1919

20-
[!INCLUDE [This include is for iOS clients.](vpn-gateway-vwan-config-openvpn-ios.md)]
20+
[!INCLUDE [This include is for iOS clients](vpn-gateway-vwan-config-openvpn-ios.md)]
2121

2222
## <a name="linux"></a>Linux clients
2323

24-
[!INCLUDE [This include is for Linux clients.](vpn-gateway-vwan-config-openvpn-linux.md)]
24+
[!INCLUDE [This include is for Linux clients](vpn-gateway-vwan-config-openvpn-linux.md)]

0 commit comments

Comments
 (0)