Azure PowerBI Embedded
This page shows how to write Terraform and Azure Resource Manager for PowerBI Embedded and write them securely.
azurerm_powerbi_embedded (Terraform)
The Embedded in PowerBI can be configured in Terraform with the resource name azurerm_powerbi_embedded. The following sections describe 1 example of how to use the resource and its parameters.
Example Usage from GitHub
resource "azurerm_powerbi_embedded" "this" {
administrators = var.administrators
location = var.location
name = var.name
resource_group_name = var.resource_group_name
sku_name = var.sku_name
Parameters
-
administratorsrequired - set of string -
idoptional computed - string -
locationrequired - string -
namerequired - string -
resource_group_namerequired - string -
sku_namerequired - string -
tagsoptional - map from string to string -
timeoutssingle block
Explanation in Terraform Registry
Manages a PowerBI Embedded.
Microsoft.PowerBIDedicated/capacities (Azure Resource Manager)
The capacities in Microsoft.PowerBIDedicated can be configured in Azure Resource Manager with the resource name Microsoft.PowerBIDedicated/capacities. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
apiVersionrequired - stringlocationrequired - stringLocation of the PowerBI Dedicated resource.
namerequired - stringThe name of the Dedicated capacity. It must be a minimum of 3 characters, and a maximum of 63.
propertiesrequiredadministrationoptionalmembersoptional - arrayAn array of administrator user identities.
modeoptional - stringSpecifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. Learn More.
skurequirednamerequired - stringName of the SKU level.
tieroptional - stringThe name of the Azure pricing tier to which the SKU applies.
systemDataoptionalcreatedAtoptional - stringThe timestamp of resource creation (UTC)
createdByoptional - stringAn identifier for the identity that created the resource
createdByTypeoptional - stringThe type of identity that created the resource.
lastModifiedAtoptional - stringThe timestamp of resource last modification (UTC)
lastModifiedByoptional - stringAn identifier for the identity that last modified the resource
lastModifiedByTypeoptional - stringThe type of identity that last modified the resource.
tagsoptional - stringKey-value pairs of additional resource provisioning properties.
typerequired - string
Frequently asked questions
What is Azure PowerBI Embedded?
Azure PowerBI Embedded is a resource for PowerBI of Microsoft Azure. Settings can be wrote in Terraform.
Where can I find the example code for the Azure PowerBI Embedded?
For Terraform, the niveklabs/azurerm source code example is useful. See the Terraform Example section for further details.