Skip to content

Commit a27e0e0

Browse files
authored
Merge pull request #278218 from Saisang/sai-includescleanup-rootincludesrollback-17
[GREAT DIVIDE] Root includes roll back 17/22
2 parents 8194ee7 + 4be5f03 commit a27e0e0

File tree

100 files changed

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

+141
-141
lines changed

articles/virtual-machine-scale-sets/tutorial-connect-to-instances-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A Virtual Machine Scale Set allows you to deploy and manage a set of virtual mac
2020
2121
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2222

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

2525
## List instances in a scale set
2626
If you don't have a scale set already created, see [Tutorial: Create and manage a Virtual Machine Scale Set with Azure PowerShell](tutorial-create-and-manage-powershell.md).

articles/virtual-machine-scale-sets/tutorial-create-and-manage-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Virtual Machine Scale Set allows you to deploy and manage a set of virtual mac
1818
> * Scale out and in
1919
> * Stop, Start and restart VM instances
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

articles/virtual-machine-scale-sets/tutorial-create-and-manage-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A Virtual Machine Scale Set allows you to deploy and manage a set of virtual mac
2121
2222
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2323

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

2626
## Create a resource group
2727
An Azure resource group is a logical container into which Azure resources are deployed and managed. A resource group must be created before a Virtual Machine Scale Set. Create a resource group with the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) command. In this example, a resource group named *myResourceGroup* is created in the *EastUS* region.

articles/virtual-machine-scale-sets/tutorial-install-apps-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To run applications on virtual machine (VM) instances in a scale set, you first
1919
> * Use the Azure Custom Script Extension
2020
> * Update a running application on a scale set
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

articles/virtual-machine-scale-sets/tutorial-install-apps-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To run applications on virtual machine (VM) instances in a scale set, you first
2121
2222
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2323

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

2626
## What is the Azure Custom Script Extension?
2727
The Custom Script Extension downloads and executes scripts on Azure VMs. This extension is useful for post deployment configuration, software installation, or any other configuration / management task. Scripts can be downloaded from Azure storage or GitHub, or provided to the Azure portal at extension run-time.

articles/virtual-machine-scale-sets/tutorial-use-custom-image-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When you create a scale set, you specify an image to be used when the VM instanc
2121
> * Create a scale set from a specialized image
2222
> * Share an image gallery
2323
24-
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
24+
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2525

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

articles/virtual-machine-scale-sets/tutorial-use-disks-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Virtual Machine Scale Sets use disks to store the VM instance's operating system
2323
2424
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2525

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

2828

2929
## Default Azure disks

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ sections:
724724
> [!NOTE]
725725
> If your scale set `upgradePolicy` is set to manual, you need to apply the extension to the all VMs in the set by calling upgrade on them. In the Azure CLI, this is `az vmss update-instances`.
726726
727-
[!INCLUDE [azure-monitor-log-analytics-rebrand](~/reusable-content/ce-skilling/azure/includes/azure-monitor-log-analytics-rebrand.md)]
727+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../includes/azure-monitor-log-analytics-rebrand.md)]
728728
729729
- name: Troubleshooting
730730
questions:

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-manage-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Throughout the lifecycle of a Virtual Machine Scale Set, you may need to run one
1919

2020
If you need to create a Virtual Machine Scale Set, you can [create a scale set with Azure PowerShell](quick-create-powershell.md).
2121

22-
[!INCLUDE [updated-for-az.md](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
22+
[!INCLUDE [updated-for-az.md](../../includes/updated-for-az.md)]
2323

2424
## View information about a scale set
2525
To view the overall information about a scale set, use [Get-AzVmss](/powershell/module/az.compute/get-azvmss). The following example gets information about the scale set named *myScaleSet* in the *myResourceGroup* resource group. Enter your own names as follows:

articles/virtual-machines/disks-cross-tenant-customer-managed-keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ If you have questions about cross-tenant customer-managed keys with managed disk
2323
- This feature doesn't support Ultra Disks or Azure Premium SSD v2 managed disks.
2424
- This feature isn't available in Microsoft Azure operated by 21Vianet or Government clouds.
2525

26-
[!INCLUDE [entra-msi-cross-tenant-cmk-overview](~/reusable-content/ce-skilling/azure/includes/entra-msi-cross-tenant-cmk-overview.md)]
26+
[!INCLUDE [entra-msi-cross-tenant-cmk-overview](../../includes/entra-msi-cross-tenant-cmk-overview.md)]
2727

28-
[!INCLUDE [entra-msi-cross-tenant-cmk-create-identities-authorize-key-vault](~/reusable-content/ce-skilling/azure/includes/entra-msi-cross-tenant-cmk-create-identities-authorize-key-vault.md)]
28+
[!INCLUDE [entra-msi-cross-tenant-cmk-create-identities-authorize-key-vault](../../includes/entra-msi-cross-tenant-cmk-create-identities-authorize-key-vault.md)]
2929

3030
## Create a disk encryption set
3131

@@ -54,7 +54,7 @@ To use the Azure portal, sign in to the portal and follow these steps.
5454

5555
To use Azure PowerShell, install the latest Az module or the Az.Storage module. For more information about installing PowerShell, see [Install Azure PowerShell on Windows with PowerShellGet](/powershell/azure/install-azure-powershell).
5656

57-
[!INCLUDE [azure-powershell-requirements-no-header.md](~/reusable-content/ce-skilling/azure/includes/azure-powershell-requirements-no-header.md)]
57+
[!INCLUDE [azure-powershell-requirements-no-header.md](../../includes/azure-powershell-requirements-no-header.md)]
5858

5959
In the script below, `-FederatedClientId` should be the application ID (client ID) of the multi-tenant application. You'll also need to provide the subscription ID, resource group name, and identity name.
6060

0 commit comments

Comments
 (0)