Skip to content

brharr/DevTest_ARM

Repository files navigation

DevTest_ARM

This repo is a set of Azure ARM Templates and corresponding Parameters files that will help to automate the creation and management of Azure DevTest Labs and Lab Services. Make sure to set the parameters files to contain your own specific values.

Deployment

To leverage these templates, clone the repo into either you local folder or into your Azure Cloud Shell Storage Account and then run either of the following Azure CLI or Azure PowerShell commands:

Azure CLI: az deployment group create --resource-group --template-file azuredeploydevtest.json --parameters @azuredeploydevtest.parameters.json

Other examples can be found at the following location: Deploy-CLI


Azure PS: New-AzResourceGroupDeployment -ResourceGroupName -TemplateFile azuredeploydevtest.json -TemplateParameterFile azuredeploydevtest.parameters.json

Other examples can be found at the following location: Deploy-Powershell

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Group of Example Azure ARM Templates related to Azure DevTest Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published