The workspaceCollections resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.PowerBI/workspaceCollections resource, add the following JSON to your template.
{
"type": "Microsoft.PowerBI/workspaceCollections",
"apiVersion": "2016-01-29",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"name": "S1",
"tier": "Standard"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.PowerBI/workspaceCollections' |
apiVersion | The resource api version | '2016-01-29' |
name | The resource name | string (required) Character limit: 3-63 Valid characters: Alphanumerics and hyphens. Can't start with hyphen. Can't use consecutive hyphens. |
location | Azure location | string |
tags | Dictionary of {string} | Dictionary of tag names and values. See Tags in templates |
sku | AzureSku |
Name | Description | Value |
---|---|---|
name | SKU name | 'S1' (required) |
tier | SKU tier | 'Standard' (required) |
The following quickstart templates deploy this resource type.
Template | Description |
---|---|
Create a PowerBI Workspace Collection using a template |
This template creates a PowerBI Workspace Collection |