Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Auzre Automation Runbook and Capacity Management

We would like to manage our Workspace Premium Capacity using powershell runbook automation. AzureRm.PowerBIEmbedded module does not have any command to remove a workspace from a premium capacity ?

 

 

3 REPLIES 3
v-yuta-msft
Community Support
Community Support

Hi cbaski ,

 

Try this command "Remove-AzureRmPowerBIEmbeddedCapacity":

 

PS C:\> Remove-AzureRmPowerBIEmbeddedCapacity -Name "testcapacity" -ResourceGroupName "testRG"
Type                   : Microsoft.PowerBIDedicated/capacities
Id                     : /subscriptions/78e47976-.../resourceGroups/testRG/providers/Microsoft.PowerBIDedicated/capacities/testcapacity
ResourceGroup          : testRG
Name                   : testcapacity
Location               : West Central US
State                  : Succeeded
Administrator          : {admin@microsoft.com}
Sku                    : A1
Tier                   : PBIE_Azure
Tag                    : {}

Regards,

Jimmy Tao 

Anonymous
Not applicable

Jimmy,

             Thank you , I'm not trying to remove the capacity , I want to turn off the dedicated capacity for a given workspace, so that I can suspend the capacity and continue to use the workspace during non peek hours.  

 

Capture.PNG

Note: If you suspend the capacity , all the workspace run on that workspace is not accessible as well.

Anonymous
Not applicable

fellow forum members and experts, Any update or ideas ?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors