Skip to content

Commit 60bbb43

Browse files
authored
Merge pull request #207649 from alexbuckgit/alexbuckgit/docutune-autopr-20220811-000725-6355003
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute (part 3)
2 parents 7cdbe72 + fa8f9b9 commit 60bbb43

File tree

9 files changed

+22
-24
lines changed

9 files changed

+22
-24
lines changed

articles/azure-resource-manager/bicep/deploy-what-if.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Before deploying a Bicep file, you can preview the changes that will happen. Azu
1212

1313
You can use the what-if operation with Azure PowerShell, Azure CLI, or REST API operations. What-if is supported for resource group, subscription, management group, and tenant level deployments.
1414

15-
### Microsoft Learn
15+
### Training resources
1616

17-
If you would rather learn about the what-if operation through step-by-step guidance, see [Preview Azure deployment changes by using what-if](/learn/modules/arm-template-whatif/) on **Microsoft Learn**.
17+
If you would rather learn about the what-if operation through step-by-step guidance, see [Preview Azure deployment changes by using what-if](/learn/modules/arm-template-whatif/).
1818

1919
[!INCLUDE [permissions](../../../includes/template-deploy-permissions.md)]
2020

@@ -415,4 +415,4 @@ You can use the what-if operation through the Azure SDKs.
415415

416416
* To use the what-if operation in a pipeline, see [Test ARM templates with What-If in a pipeline](https://4bes.nl/2021/03/06/test-arm-templates-with-what-if/).
417417
* If you notice incorrect results from the what-if operation, please report the issues at [https://aka.ms/whatifissues](https://aka.ms/whatifissues).
418-
* For a Microsoft Learn module that covers using what if, see [Preview changes and validate Azure resources by using what-if and the ARM template test toolkit](/learn/modules/arm-template-test/).
418+
* For a Learn module that demonstrates using what-if, see [Preview changes and validate Azure resources by using what-if and the ARM template test toolkit](/learn/modules/arm-template-test/).

articles/azure-resource-manager/bicep/deployment-script-bicep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The deployment script resource is only available in the regions where Azure Cont
3636
> [!NOTE]
3737
> Retry logic for Azure sign in is now built in to the wrapper script. If you grant permissions in the same Bicep file as your deployment scripts, the deployment script service retries sign in for 10 minutes with 10-second interval until the managed identity role assignment is replicated.
3838
39-
### Microsoft Learn
39+
### Training resources
4040

41-
If you would rather learn about the ARM template test toolkit through step-by-step guidance, see [Extend ARM templates by using deployment scripts](/learn/modules/extend-resource-manager-template-deployment-scripts) on **Microsoft Learn**.
41+
If you would rather learn about the ARM template test toolkit through step-by-step guidance, see [Extend ARM templates by using deployment scripts](/learn/modules/extend-resource-manager-template-deployment-scripts).
4242

4343
## Configure the minimum permissions
4444

@@ -616,7 +616,7 @@ After the script is tested successfully, you can use it as a deployment script i
616616

617617
## Next steps
618618

619-
In this article, you learned how to use deployment scripts. To walk through a Microsoft Learn module:
619+
In this article, you learned how to use deployment scripts. To walk through a Learn module:
620620

621621
> [!div class="nextstepaction"]
622622
> [Extend ARM templates by using deployment scripts](/learn/modules/extend-resource-manager-template-deployment-scripts)

articles/azure-resource-manager/bicep/key-vault-parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,4 @@ New-AzResourceGroupDeployment `
294294

295295
- For general information about key vaults, see [What is Azure Key Vault?](../../key-vault/general/overview.md)
296296
- For complete examples of referencing key secrets, see [key vault examples](https://github.com/rjmax/ArmExamples/tree/master/keyvaultexamples) on GitHub.
297-
- For a Microsoft Learn module that covers passing a secure value from a key vault, see [Manage complex cloud deployments by using advanced ARM template features](/learn/modules/manage-deployments-advanced-arm-template-features/).
297+
- For a Learn module that covers passing a secure value from a key vault, see [Manage complex cloud deployments by using advanced ARM template features](/learn/modules/manage-deployments-advanced-arm-template-features/).

articles/azure-resource-manager/bicep/learn-bicep.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
---
2-
title: Discover Bicep on Microsoft Learn
3-
description: Provides an overview of the units that are available on Microsoft Learn for Bicep.
2+
title: Learn modules for Bicep
3+
description: Provides an overview of the Learn modules for Bicep.
44
ms.topic: conceptual
55
ms.date: 12/03/2021
66
---
7-
# Bicep on Microsoft Learn
7+
# Learn modules for Bicep
88

9-
Ready to see how Bicep can help simplify and accelerate your deployments to Azure? Check out the many hands-on courses on Microsoft Learn.
9+
Ready to see how Bicep can help simplify and accelerate your deployments to Azure? Check out the many hands-on courses.
1010

1111
> [!TIP]
1212
> Want to learn Bicep live from subject matter experts? [Learn Live with our experts every Tuesday (Pacific time) beginning March 8, 2022.](/events/learntv/learnlive-iac-and-bicep/)
1313
1414
## Get started
1515

16-
If you're new to Bicep, a great way to get started is by taking this module on Microsoft Learn.
16+
If you're new to Bicep, a great way to get started is by reviewing the following Learn module. You'll learn how Bicep makes it easier to define how your Azure resources should be configured and deployed in a way that's automated and repeatable. You’ll deploy several Azure resources so you can see for yourself how Bicep works. We provide free access to Azure resources to help you practice the concepts.
1717

18-
There you'll learn how Bicep makes it easier to define how your Azure resources should be configured and deployed in a way that's automated and repeatable. You’ll deploy several Azure resources so you can see for yourself how Bicep works. We provide free access to Azure resources to help you practice the concepts.
19-
20-
[<img src="media/learn-bicep/build-first-bicep-template.svg" width="101" height="120" alt="The badge for the Build your first Bicep template module on Microsoft Learn." role="presentation"></img>](/learn/modules/build-first-bicep-template/)
18+
[<img src="media/learn-bicep/build-first-bicep-template.svg" width="101" height="120" alt="The badge for the Build your first Bicep template module." role="presentation"></img>](/learn/modules/build-first-bicep-template/)
2119

2220
[Build your first Bicep template](/learn/modules/build-first-bicep-template/)
2321

@@ -63,4 +61,4 @@ After that, you might be interested in adding your Bicep code to a deployment pi
6361
## Next steps
6462

6563
* For a short introduction to Bicep, see [Bicep quickstart](quickstart-create-bicep-use-visual-studio-code.md).
66-
* For suggestions about how to improve your Bicep files, see [Best practices for Bicep](best-practices.md).
64+
* For suggestions about how to improve your Bicep files, see [Best practices for Bicep](best-practices.md).

articles/azure-resource-manager/bicep/loops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.date: 12/02/2021
99

1010
This article shows you how to use the `for` syntax to iterate over items in a collection. This functionality is supported starting in v0.3.1 onward. You can use loops to define multiple copies of a resource, module, variable, property, or output. Use loops to avoid repeating syntax in your Bicep file and to dynamically set the number of copies to create during deployment. To go through a quickstart, see [Quickstart: Create multiple instances](./quickstart-loops.md).
1111

12-
### Microsoft Learn
12+
### Training resources
1313

14-
If you would rather learn about loops through step-by-step guidance, see [Build flexible Bicep templates by using conditions and loops](/learn/modules/build-flexible-bicep-templates-conditions-loops/) on **Microsoft Learn**.
14+
If you would rather learn about loops through step-by-step guidance, see [Build flexible Bicep templates by using conditions and loops](/learn/modules/build-flexible-bicep-templates-conditions-loops/).
1515

1616
## Loop syntax
1717

articles/azure-resource-manager/bicep/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The first step in the process is to capture an initial representation of your Az
1818

1919
:::image type="content" source="./media/migrate/migrate-bicep.png" alt-text="Diagram of the recommended workflow for migrating Azure resources to Bicep." border="false":::
2020

21-
In this article we summarize this recommended workflow. For detailed guidance, see [Migrate Azure resources and JSON ARM templates to use Bicep](/learn/modules/migrate-azure-resources-bicep/) on Microsoft Learn.
21+
In this article we summarize this recommended workflow. For detailed guidance, see [Migrate Azure resources and JSON ARM templates to use Bicep](/learn/modules/migrate-azure-resources-bicep/).
2222

2323
## Phase 1: Convert
2424

articles/azure-resource-manager/bicep/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ To share modules with other people in your organization, create a [template spec
2020
2121
Bicep modules are converted into a single Azure Resource Manager template with [nested templates](../templates/linked-templates.md#nested-template).
2222

23-
### Microsoft Learn
23+
### Training resources
2424

25-
If you would rather learn about modules through step-by-step guidance, see [Create composable Bicep files by using modules](/learn/modules/create-composable-bicep-files-using-modules/) on **Microsoft Learn**.
25+
If you would rather learn about modules through step-by-step guidance, see [Create composable Bicep files by using modules](/learn/modules/create-composable-bicep-files-using-modules/).
2626

2727
## Definition syntax
2828

articles/azure-resource-manager/bicep/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Bicep provides the following advantages:
9595
To start with Bicep:
9696

9797
1. **Install the tools**. See [Set up Bicep development and deployment environments](./install.md). Or, you can use the [VS Code Devcontainer/Codespaces repo](https://github.com/Azure/vscode-remote-try-bicep) to get a pre-configured authoring environment.
98-
2. **Complete the [quickstart](./quickstart-create-bicep-use-visual-studio-code.md) and the [Microsoft Learn Bicep modules](./learn-bicep.md)**.
98+
2. **Complete the [quickstart](./quickstart-create-bicep-use-visual-studio-code.md) and the [Learn modules for Bicep](./learn-bicep.md)**.
9999

100100
To decompile an existing ARM template to Bicep, see [Decompiling ARM template JSON to Bicep](./decompile.md). You can use the [Bicep Playground](https://aka.ms/bicepdemo) to view Bicep and equivalent JSON side by side.
101101

articles/azure-resource-manager/bicep/parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Resource Manager resolves parameter values before starting the deployment operat
1515

1616
Each parameter must be set to one of the [data types](data-types.md).
1717

18-
### Microsoft Learn
18+
### Training resources
1919

20-
If you would rather learn about parameters through step-by-step guidance, see [Build reusable Bicep templates by using parameters](/learn/modules/build-reusable-bicep-templates-parameters) on **Microsoft Learn**.
20+
If you would rather learn about parameters through step-by-step guidance, see [Build reusable Bicep templates by using parameters](/learn/modules/build-reusable-bicep-templates-parameters).
2121

2222
## Declaration
2323

0 commit comments

Comments
 (0)