Skip to content

Resource Group

Creates an Azure resource group at subscription scope.

Summary

Subscription-scope resource that acts as the foundational container for all Azure resources in a landing zone.

Module Information

Property Value
Owner platform-team
Support Support
Version 1.0.1

Resource Types

Resource Type
Microsoft.Resources/resourceGroups

Usage

module resource_group 'br:geitbicepmodweucr01.azurecr.io/bicep/modules/resources/resource-group:1.0.1' = {
  name: 'resource_group'
  params: {
    // Required parameters
    par_resource_group_name: <string>
    par_location: <string>
  }
}

Parameters

Name Type Description Default
par_location string Azure region for the resource group. required
par_resource_group_name string Name of the resource group to create. required
par_tags object Resource tags applied to the resource group. ``

Outputs

Name Type Description
out_resource_group_id string Resource ID of the deployed resource group.
out_resource_group_location string Azure region of the deployed resource group.
out_resource_group_name string Name of the deployed resource group.

Versions

Pin an exact version. Ranges are not supported.

Version Reference
1.0.1 (latest) br/Euvic-Modules:resources/resource-group:1.0.1