Skip to content

Commit d3b669c

Browse files
authored
Merge pull request #176329 from johndowns/patch-11
Add new Learn module
2 parents 80b4f29 + 1cc5691 commit d3b669c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Discover Bicep on Microsoft Learn
33
description: Provides an overview of the units that are available on Microsoft Learn for Bicep.
44
ms.topic: conceptual
5-
ms.date: 08/26/2021
5+
ms.date: 10/18/2021
66
---
77
# Bicep on Microsoft Learn
88

@@ -37,6 +37,7 @@ In addition to the preceding learning paths, the following modules contain Bicep
3737
| [Build your first Bicep deployment workflow by using GitHub Actions](/learn/modules/build-first-bicep-deployment-pipeline-using-github-actions/) | Build a basic deployment workflow for Bicep code. Use a secret to securely identify your GitHub Actions workflow to Azure, and then set when the workflow runs by using triggers and schedules. |
3838
| [Authenticate your Azure deployment pipeline by using service principals](/learn/modules/authenticate-azure-deployment-pipeline-service-principals/) | Service principals enable your deployment pipelines to authenticate securely with Azure. In this module, you'll learn what service principals are, how they work, and how to create them. You'll also learn how to grant them permission to your Azure resources so that your pipelines can deploy your Bicep files. |
3939
| [Test your Bicep code by using Azure Pipelines](/learn/modules/test-bicep-code-using-azure-pipelines/) | Validate and test your Bicep code in your deployment pipeline. You'll use linting, preflight validation, and the what-if operation to validate your Azure changes before you deploy, and you'll test your resources after each deployment. |
40+
| [Manage multiple environments by using Bicep and Azure Pipelines](/learn/modules/manage-multiple-environments-using-bicep-azure-pipelines/) | Deploy your Bicep code to multiple environments to improve the quality of your deployments. Use pipeline templates to reduce code duplication, and set parameter values for each environment. |
4041

4142
## Next steps
4243

0 commit comments

Comments
 (0)