Skip to content

Commit 73b83b9

Browse files
authored
Merge pull request #285706 from mumian/0828-learn-stacks
link to the stack learn module
2 parents 7d47b01 + 1a15833 commit 73b83b9

File tree

5 files changed

+79
-832
lines changed

5 files changed

+79
-832
lines changed

.openpublishing.redirection.azure-resource-manager.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,6 +2009,11 @@
20092009
"source_path_from_root": "/articles/azure-resource-manager/bicep/bicep-extensibility-kubernetes-provider.md",
20102010
"redirect_url": "/azure/azure-resource-manager/bicep/bicep-kubernetes-extension",
20112011
"redirect_document_id": false
2012-
}
2012+
},
2013+
{
2014+
"source_path_from_root": "/articles/azure-resource-manager/bicep/tutorial-use-deployment-stacks.md",
2015+
"redirect_url": "/training/modules/manage-resource-lifecycles-deployment-stacks",
2016+
"redirect_document_id": false
2017+
}
20132018
]
20142019
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ After that, you might be interested in adding your Bicep code to a deployment pi
6060
:::column-end:::
6161
:::row-end:::
6262

63+
## Use deployment stacks
64+
65+
Learn how to manage resource lifecycles with deployment stacks.
66+
67+
:::row:::
68+
:::column:::
69+
[<img src="media/learn-bicep/manage-resource-lifecycles-deployment-stacks.svg" width="101" height="120" alt="The trophy for the Manage resource lifecycles with deployment stacks." role="presentation"></img>](/training/modules/manage-resource-lifecycles-deployment-stacks/)
70+
71+
[Manage resource lifecycles with deployment stacks](/training/modules/manage-resource-lifecycles-deployment-stacks)
72+
:::column-end:::
73+
:::row-end:::
74+
6375
## Next steps
6476

6577
* For a short introduction to Bicep, see [Bicep quickstart](quickstart-create-bicep-use-visual-studio-code.md).
Lines changed: 61 additions & 0 deletions
Loading

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
href: /events/learntv/learnlive-iac-and-bicep/
5454
- name: Learn Live - Bicep and GitHub Actions
5555
href: /events/learn-events/learnlive-automate-azure-deployments-bicep-github-actions/
56-
- name: Use deployment stacks
57-
href: ./tutorial-use-deployment-stacks.md
5856
- name: Samples - Azure Services
5957
items:
6058
- name: AI + Machine Learning

0 commit comments

Comments
 (0)