az powerbi embedded-capacity
Note
This reference is part of the powerbidedicated extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az powerbi embedded-capacity command. Learn more about extensions.
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage PowerBI embedded capacity.
Commands
Name | Description | Type | Status |
---|---|---|---|
az powerbi embedded-capacity create |
Create a new PowerBI embedded capacity. |
Extension | Preview |
az powerbi embedded-capacity delete |
Delete the specified PowerBI embedded capacity. |
Extension | Preview |
az powerbi embedded-capacity list |
List all the embedded capacities for the given resource group. |
Extension | Preview |
az powerbi embedded-capacity list-sku |
List eligible SKUs for a PowerBI Dedicated resource. |
Extension | Preview |
az powerbi embedded-capacity show |
Get details about the specified PowerBI embedded capacity. |
Extension | Preview |
az powerbi embedded-capacity update |
Update the specified PowerBI embedded capacity. |
Extension | Preview |
az powerbi embedded-capacity wait |
Place the CLI in a waiting state until a condition is met. |
Extension | Preview |
az powerbi embedded-capacity create
Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a new PowerBI embedded capacity.
az powerbi embedded-capacity create --name
--resource-group
--sku-name
[--administration-members]
[--location]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--sku-tier {PBIE_Azure}]
[--tags]
Examples
Create a new PowerBI embedded capacity.
az powerbi embedded-capacity create --resource-group "TestRG" --name "azsdktest" --location eastus --sku-name "A1" --sku-tier "PBIE_Azure" --administration-members "azsdktest@microsoft.com" "azsdktest2@microsoft.com"
Create a new PowerBI embedded capacity without waiting.
az powerbi embedded-capacity create --resource-group "TestRG" --name "azsdktest" --location eastus --sku-name "A1" --sku-tier "PBIE_Azure" --administration-members "azsdktest@microsoft.com" "azsdktest2@microsoft.com" --no-wait
Required Parameters
The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the SKU level. For more information, please refer to https://azure.microsoft.com/en- us/pricing/details/power-bi-embedded/. Allowed values: A1, A2, A3, A4, A5, A6.
Optional Parameters
An array of administrator user identities. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
. When not specified, the location of the resource group will be used.
Do not wait for the long-running operation to finish.
The name of the Azure pricing tier to which the SKU applies.
Space-separated tags: key[=value] [key[=value] ...]. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az powerbi embedded-capacity delete
Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete the specified PowerBI embedded capacity.
az powerbi embedded-capacity delete [--ids]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete a capacity in specified resource group.
az powerbi embedded-capacity delete --resource-group "TestRG" --name "azsdktest"
Delete a capacity in specified resource group without prompt.
az powerbi embedded-capacity delete --resource-group "TestRG" --name "azsdktest" -y
Delete a capacity in specified resource group without waiting.
az powerbi embedded-capacity delete --resource-group "TestRG" --name "azsdktest" --no-wait
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az powerbi embedded-capacity list
Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List all the embedded capacities for the given resource group.
az powerbi embedded-capacity list [--resource-group]
Examples
List capacities in resource group
az powerbi embedded-capacity list --resource-group "TestRG"
List all capacities in default subscription.
az powerbi embedded-capacity list
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az powerbi embedded-capacity list-sku
Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List eligible SKUs for a PowerBI Dedicated resource.
az powerbi embedded-capacity list-sku [--dedicated-capacity-name]
[--ids]
[--resource-group]
[--subscription]
Optional Parameters
The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az powerbi embedded-capacity show
Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get details about the specified PowerBI embedded capacity.
az powerbi embedded-capacity show [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Get details of a capacity
az powerbi embedded-capacity show --resource-group "TestRG" --name "azsdktest"
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az powerbi embedded-capacity update
Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update the specified PowerBI embedded capacity.
az powerbi embedded-capacity update [--add]
[--administration-members]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--remove]
[--resource-group]
[--set]
[--sku-name]
[--sku-tier {PBIE_Azure}]
[--subscription]
[--tags]
Examples
Update sku name for the specified PowerBI embedded capacity.
az powerbi embedded-capacity update --resource-group "TestRG" --name "azsdktest" --sku-name "A1"
Update administrator members the specified PowerBI embedded capacity without waiting.
az powerbi embedded-capacity update --resource-group "TestRG" --name "azsdktest" --sku-name "A1" --administration-members "azsdktest3@microsoft.com" --no-wait
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
An array of administrator user identities. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.
Do not wait for the long-running operation to finish.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name of the SKU level. For more information, please refer to https://azure.microsoft.com/en- us/pricing/details/power-bi-embedded/. Allowed values: A1, A2, A3, A4, A5, A6.
The name of the Azure pricing tier to which the SKU applies.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Space-separated tags: key[=value] [key[=value] ...]. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az powerbi embedded-capacity wait
Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Place the CLI in a waiting state until a condition is met.
az powerbi embedded-capacity wait [--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Polling interval in seconds.
The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.