You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/register-scan-power-bi-tenant.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Now that you've given the Purview Managed Identity permissions to connect to the
106
106
107
107
## Register and scan a cross-tenant Power BI (preview)
108
108
109
-
In a cross-tenant scenario, you can use PowerShell to register and scan your Power Bi tenants, however, you can view, browse and search assets of remote tenant using Azure Purview Studio through the UI experience.
109
+
In a cross-tenant scenario, you can use PowerShell to register and scan your Power BI tenants, however, you can view, browse and search assets of remote tenant using Azure Purview Studio through the UI experience.
110
110
111
111
Consider using this guide if the Azure AD tenant where Power BI tenant is located, is different than the Azure AD tenant where your Azure Purview account is being provisioned.
112
112
Use the following steps to register and scan one or more Power BI tenants in Azure Purview in a cross-tenant scenario:
@@ -155,7 +155,7 @@ Use the following steps to register and scan one or more Power BI tenants in Azu
155
155
156
156
Make sure you replace the parameters with correct information:
157
157
<purview_tenant_id> is the Azure Active Directory tenant ID (GUID) where Azure Purview account is provisioned.
158
-
<client_id_to_delegate_the_pbi_admin> is the application id corresponding to your service principal
158
+
<client_id_to_delegate_the_pbi_admin> is the application ID corresponding to your service principal
159
159
160
160
4. Sign-in using any non-admin account. This is required to provision your service principal in the foreign tenant.
161
161
@@ -173,7 +173,7 @@ Use the following steps to register and scan one or more Power BI tenants in Azu
173
173
```
174
174
8. In Azure Purview subscription, locate your Purview account and using Azure RBAC roles, assign _Purview Data Source Administrator_ to the Service Principal and the Power BI user.
175
175
176
-
10. To register the cross-tenant Power Bi tenant as a new data source inside Azure Purview account, update `service_principal_key` and execute the following cmdlets in the PowerShell session:
176
+
10. To register the cross-tenant Power BI tenant as a new data source inside Azure Purview account, update `service_principal_key` and execute the following cmdlets in the PowerShell session:
@@ -190,8 +190,8 @@ Use the following steps to register and scan one or more Power BI tenants in Azu
190
190
```
191
191
### Known limitations
192
192
193
-
- For cross-tenant scenario, no UX experience currently available to register and scan cross power bi tenant.
194
-
- By Editing the Power BI cross tenant registered with Powershell using Purview Studio will tamper the data source registration with inconsistent scan behavior.
193
+
- For cross-tenant scenario, no UX experience currently available to register and scan cross Power BI tenant.
194
+
- By Editing the Power BI cross tenant registered with PowerShell using Purview Studio will tamper the data source registration with inconsistent scan behavior.
0 commit comments