Skip to content

Commit bf725cf

Browse files
author
Jill Grant
authored
Merge pull request #277125 from Saisang/sai-includescleanup-rootincludes-16
Move cross-used root includes to reusable-content repo 16/22
2 parents c8957cf + 005e965 commit bf725cf

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/static-web-apps/publish-gatsby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this tutorial, you learn how to:
2222
> - Setup an Azure Static Web Apps site
2323
> - Deploy the Gatsby app to Azure
2424
25-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
25+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2626

2727
## Prerequisites
2828

articles/static-web-apps/publish-hugo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this tutorial, you learn how to:
2121
> - Setup an Azure Static Web Apps
2222
> - Deploy the Hugo app to Azure
2323
24-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
24+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2525

2626
## Prerequisites
2727

articles/static-web-apps/publish-jekyll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this tutorial, you learn how to:
2121
> - Setup an Azure Static Web Apps resource
2222
> - Deploy the Jekyll app to Azure
2323
24-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
24+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2525

2626
## Prerequisites
2727

articles/storage/blobs/scalability-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The service-level agreement (SLA) for Azure Storage accounts is available at [SL
1818

1919
## Scale targets for Blob storage
2020

21-
[!INCLUDE [storage-blob-scale-targets](../../../includes/storage-blob-scale-targets.md)]
21+
[!INCLUDE [storage-blob-scale-targets](~/reusable-content/ce-skilling/azure/includes/storage-blob-scale-targets.md)]
2222

2323
## See also
2424

articles/storage/blobs/storage-blob-event-quickstart-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When you're finished, you see that the event data has been sent to the web app.
2222

2323
## Setup
2424

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

2727
This article requires that you're running the latest version of Azure PowerShell. If you need to install or upgrade, see [Install and configure Azure PowerShell](/powershell/azure/install-azure-powershell).
2828

articles/storage/blobs/storage-blob-event-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When you complete the steps described in this article, you see that the event da
2020

2121
![Screenshot of the Azure Event Grid Viewer that shows event data that has been sent to the web app.](./media/storage-blob-event-quickstart/view-results.png)
2222

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

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

articles/storage/blobs/storage-blob-scalable-app-create-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ In part one of the series, you learn how to:
2222
2323
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2424

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

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

2929
If you choose to install and use the PowerShell locally, this tutorial requires the Azure PowerShell module Az version 0.7 or later. Run `Get-Module -ListAvailable Az` to find the version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-azure-powershell). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
3030

articles/storage/blobs/storage-custom-domain-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ After the custom domain has been removed successfully, you will see a portal not
331331

332332
#### [PowerShell](#tab/azure-powershell)
333333

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

336336
To remove a custom domain registration, use the [Set-AzStorageAccount](/powershell/module/az.storage/set-azstorageaccount) PowerShell cmdlet, and then specify an empty string (`""`) for the `-CustomDomainName` argument value.
337337

articles/storage/blobs/storage-quickstart-blobs-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To access Azure Storage, you'll need an Azure subscription. If you don't already
2121

2222
You will also need the Storage Blob Data Contributor role to read, write, and delete Azure Storage containers and blobs.
2323

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

2626
This quickstart requires the Azure PowerShell module Az version 0.7 or later. Run `Get-InstalledModule -Name Az -AllVersions | select Name,Version` to find the version. If you need to install or upgrade, see [Install Azure PowerShell module](/powershell/azure/install-azure-powershell).
2727

articles/storage/common/customer-managed-keys-configure-cross-tenant-existing-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ To learn how to configure customer-managed keys for a new storage account, see [
2525
> [!NOTE]
2626
> Azure Key Vault and Azure Key Vault Managed HSM support the same APIs and management interfaces for configuration of customer-managed keys. Any action that is supported for Azure Key Vault is also supported for Azure Key Vault Managed HSM.
2727
28-
[!INCLUDE [entra-msi-cross-tenant-cmk-overview](../../../includes/entra-msi-cross-tenant-cmk-overview.md)]
28+
[!INCLUDE [entra-msi-cross-tenant-cmk-overview](~/reusable-content/ce-skilling/azure/includes/entra-msi-cross-tenant-cmk-overview.md)]
2929

30-
[!INCLUDE [entra-msi-cross-tenant-cmk-create-identities-authorize-key-vault](../../../includes/entra-msi-cross-tenant-cmk-create-identities-authorize-key-vault.md)]
30+
[!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)]
3131

3232
## Configure customer-managed keys for an existing account
3333

0 commit comments

Comments
 (0)