From b9c617db1faa88ff1173a7cdfd1caa368632e7f7 Mon Sep 17 00:00:00 2001 From: pulkitaggarwl <36596168+pulkitaggarwl@users.noreply.github.com> Date: Mon, 14 Sep 2020 13:54:29 +0530 Subject: [PATCH] Update github-actions.md --- articles/github/github-actions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/articles/github/github-actions.md b/articles/github/github-actions.md index 97a1797ef5..1669422791 100644 --- a/articles/github/github-actions.md +++ b/articles/github/github-actions.md @@ -51,6 +51,11 @@ For sample workflows to connect to Azure and run scripts based on Az CLI or Az P - [Azure PowerShell](https://github.com/Azure/powershell) +## Manage Azure resources by deploying ARM Templates + +- [Deploy an Azure Resource Manager Template](https://github.com/Azure/arm-deploy) at different [deployment scopes](https://docs.microsoft.com/bs-latn-ba/Azure/azure-resource-manager/resource-group-template-deploy-rest#deployment-scope) - resource group deployment scope, subscription deployment scope and management group deployment scopes. + + ## Sample apps with CI/CD workflow samples The following samples provide end-to-end workflows to build and deploy Web apps of any language, any ecosystem to Azure.