Skip to content

Commit 5b8bdbc

Browse files
authored
Acrolinx fixes
1 parent dd9e88c commit 5b8bdbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/purview/register-scan-power-bi-tenant.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Now that you've given the Purview Managed Identity permissions to connect to the
106106

107107
## Register and scan a cross-tenant Power BI (preview)
108108

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.
110110

111111
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.
112112
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
155155
156156
Make sure you replace the parameters with correct information:
157157
<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
159159
160160
4. Sign-in using any non-admin account. This is required to provision your service principal in the foreign tenant.
161161
@@ -173,7 +173,7 @@ Use the following steps to register and scan one or more Power BI tenants in Azu
173173
```
174174
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.
175175
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:
177177
178178
```powershell
179179
Set-AzDataCatalogSessionSettings -DataCatalogSession -TenantId $azuretenantId -ServicePrincipalAuthentication -ServicePrincipalApplicationId $ServicePrincipalId -ServicePrincipalKey '<service_principal_key>' -Environment Production -DataCatalogAccountName $purviewaccount
@@ -190,8 +190,8 @@ Use the following steps to register and scan one or more Power BI tenants in Azu
190190
```
191191
### Known limitations
192192
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.
195195
196196
197197
## Next steps

0 commit comments

Comments
 (0)