Skip to content

Latest commit

 

History

History
 
 

azureresourcegroup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Azure Resource Group with Tags and Lock is a Azure DevOps Pipeline extension to create a Resource Group. This extension was created because there wasn't any extension with the abillity to create a Resource Group with tags and a lock from the starting point.

Within the task multiple parameters need to be specified:

  • Resource Group name: The name of the resource group.
  • Tags: Key value pair items that need to be added as tags.
  • Location: The location of the resource group.
  • Lock: Should a lock be added to the resource group.

Documentation

For the documentation check the Wiki.

When you like the extension please leave a review. File a issues when you have suggestions or problems with the extension.

Issues

Release Notes

Version Remarks
1.0.0 Initial version
1.0.1 Small changes