Forum Discussion
Auto Scaling of Power BI embedded using ARM templates
Hi Anonymous,
A scaling operation can take about a minute. During this time, the capacity will not be available. Embedded content may fail to load. So this could be a limitation currently. :smileyhappy:
Reference:
https://docs.microsoft.com/en-us/azure/power-bi-embedded/scale-capacity
Regards
- Anonymous8 years agoNot applicable
I understand that we may face unavailability during scaling, but Power BI Embedded should support API as first class citizen.
It should be scalable via ARM template otherwise I do not understand why such service even exist in Azure.
- Anonymous8 years agoNot applicable
Taking into account that in your response you even didn't tried to answer to my question and provided a guide for scaling PBI instances via portaI I assume that manipulating Power BI Embedded instances via ARM is a "grey" area which don't receive support from Power BI team at least at this moment.
Is it true?- Anonymous8 years agoNot applicable
I have a PowerShell runbook scheduled in Azure that does what you are trying to do, but based on a schedule created by me in a JSON config object in the runbook. I haven't figured out yet how to check/test the current memory usage in our capacity yet though. I would love to make my runbook more of a true "auto-scale", but the scheduling mechanism works beautifully.
- donquijote8 years ago
Advocate IV
Anonymous Scheduling the scaling would work as well in my case. I haven't seen any other examples. Could you please share your script?