I'm working on a power pages portal where I want to display powerBI reports based on assigned web roles to the User. The required configuration to enable this like enabling powerBI integration in admin centre, creating a new security group in azure and assigned portalId to it is also done. I've setup a new Embedded Capacity with A1 SKU which is been assigned to powerBI workspace which would be serving the reports on the portal.
But despite capcity being paused, reports are getting rendered onto the power page portal.
The configuration with added RLS to access reports is as following
{% assign outputVar = "formattedUserWebRoles" %}
{% powerbi authentication_type:"powerbiembedded" path:"reportURL;roles:{{formattedUserWebRoles}} %}
How do I make sure the reports rendering is stopped when capacity is paused and How does capacity consumption works in such cases??