July 2018
Beginner
552 pages
13h 18m
English
Aside from PowerShell in Azure Cloud Shell, you can use the Azure cmdlets to deploy entire resource groups. The idea of resource group deployment is that the groups can be integrated into your CI pipeline, much like DSC configurations and modules. The resource groups in Azure are also a way of defining Infrastructure as Code (IaC), like we saw in Chapter 12, PowerShell Desired State Configuration, with DSC.
The following screenshot from the Azure portal shows how a resource group deployment template might look like with different resource types, variables and parameters.

You can easily retrieve resource group templates ...
Read now
Unlock full access