Forum Discussion
worcesterred
8 years agoFrequent Visitor
Azure automation - cmdlet: Suspend-AzureRmPowerBIEmbeddedCapacity
Hi all, Trying to automate the pause/resume process in Azure using Automation accounts and Runbooks. I thought I'd found a neat solution with a cmdlet Suspend-AzureRmPowerBIEmbeddedCapacity https:...
worcesterred
8 years agoFrequent Visitor
Making a little progress - new to Azure automation
Need to add AzureRM.PowerBIEmbedded module to the Automation account.
This can be obtained from here: https://www.powershellgallery.com/packages/AzureRM.PowerBIEmbedded/4.1.3
I still have an error,
Suspend-AzureRmPowerBIEmbeddedCapacity : Object reference not set to an instance of an object.
Anyone had this?
worcesterred
8 years agoFrequent Visitor
Hi
Has anyone successfully suspend the service programatically?
Ive changed tact and trying a local POST to the Azure service, but running into 403 errors