Forum Discussion
DevOps Release Pipeline with Power BI problems
- Anonymous4 years ago
Hi Richtpt ,
First of all, make sure you have created the service principal object, if not, please refer to the following links to create it.
Embed Power BI content with service principal and an application secret
Power BI Service Principals 101
Step 1 - Create an Azure AD app
Step 2 - Create an Azure AD security group
Step 3 - Enable the Power BI service admin settings
Step 4 - Add the service principal to your workspaceI watched the video that you mentioned. When the blogger used Powershell to add the service principal as data source user, he used his own gateway admin account to log in and executed the command Add-DataGatewayClusterUser.
Besides that, please check if you have given the appropriate values for the parameters applied in below command:
-GatewayClusterId
-GatewayClusterDatasourceId
-Identifier : provide the object id of service principal
Object ID:
Best Regards
Hi Richtpt ,
First of all, make sure you have created the service principal object, if not, please refer to the following links to create it.
Embed Power BI content with service principal and an application secret
Power BI Service Principals 101
Step 1 - Create an Azure AD app
Step 2 - Create an Azure AD security group
Step 3 - Enable the Power BI service admin settings
Step 4 - Add the service principal to your workspace
I watched the video that you mentioned. When the blogger used Powershell to add the service principal as data source user, he used his own gateway admin account to log in and executed the command Add-DataGatewayClusterUser.
Besides that, please check if you have given the appropriate values for the parameters applied in below command:
-GatewayClusterId
-GatewayClusterDatasourceId
-Identifier : provide the object id of service principal
Object ID:
Best Regards
AH! I was using the wrong Object ID! I should have paid better attention to the video. Thanks very much for pointing that part out! 🙂