Skip to content

Fabric

Deploys a Fabric resource in Azure.

Summary

Module to deploy a Fabric resource with specified settings.

Module Information

Property Value
Owner platform-team
Support Support
Version 1.0.0

Resource Types

Resource Type
Microsoft.Fabric/capacities

Usage

module capacities 'br:geitbicepmodweucr01.azurecr.io/bicep/modules/fabric/capacities:1.0.0' = {
  name: 'capacities'
  params: {
    // Required parameters
    par_fabric_name: <string>
    par_tags: <object>
    par_admin_members: <array>
  }
}

Parameters

Name Type Description Default
par_admin_members array Required. List of admin members. Format: ["Support"]. required
par_fabric_name string The name of the Fabric resource. required
par_location_name string The location the resource will be deployed into. [resourceGroup().location]
par_sku_name string Optional. SKU tier of the Fabric resource. F2
par_sku_tier string Optional. SKU name of the Fabric resource. Fabric
par_tags object Optional. Tags to be applied to the Fabric resource. required

Outputs

Name Type Description
out_location string The location the resource was deployed into.
out_name string The name of the deployed Fabric resource.
out_resource_group_name string The name of the resource group the module was deployed to.
out_resource_id string The resource ID of the deployed Fabric resource.

Versions

Pin an exact version. Ranges are not supported.

Version Reference
1.0.0 (latest) br/Euvic-Modules:fabric/capacities:1.0.0