The Resource group operator can be used to provision a Resource group given the location and a name. It is currently in v1beta1
.
Learn more about Azure resource groups here.
Here is a sample YAML to provision a resource group.
A resource group needs the following fields to deploy
name
specify the name of the resource group you'd like to createlocation
specify which region the resource group should be created in
You can follow the steps here to deploy, view and delete resources.