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/stream-analytics/powerbi-output-managed-identity.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ ms.date: 10/31/2019
10
10
11
11
# Use Managed Identity to authenticate your Azure Stream Analytics job to Power BI (Preview)
12
12
13
-
[Managed Identity authentication](../active-directory/managed-identities-azure-resources/overview.md) for output to Power BI is available for Azure Stream Analytics as a preview. This gives Stream Analytics jobs direct access to a workspace within your Power BI account. This feature allows for deployments of Stream Analytics jobs to be fully automated, since it is no longer required for a user to interactively login to Power BI via the Azure Portal. Additionally, long running jobs that write to Power BI are now better supported, since you will not need to periodically re-authorize the job.
13
+
[Managed Identity authentication](../active-directory/managed-identities-azure-resources/overview.md) for output to Power BI is available for Azure Stream Analytics as a preview. This gives Stream Analytics jobs direct access to a workspace within your Power BI account. This feature allows for deployments of Stream Analytics jobs to be fully automated, since it is no longer required for a user to interactively log in to Power BI via the Azure portal. Additionally, long running jobs that write to Power BI are now better supported, since you will not need to periodically reauthorize the job.
14
14
15
15
This article shows you how to enable Managed Identity for the Power BI output(s) of a Stream Analytics job through the Azure portal and through an Azure Resource Manager deployment.
16
16
17
17
## Prerequisites
18
18
19
19
The following are required for using this feature:
20
20
21
-
1. A Power BI account with a [Pro license](https://docs.microsoft.com/power-bi/service-admin-purchasing-power-bi-pro).
21
+
- A Power BI account with a [Pro license](https://docs.microsoft.com/power-bi/service-admin-purchasing-power-bi-pro).
22
22
23
-
2. An upgraded workspace within your Power BI account. See [Power BI's announcement](https://powerbi.microsoft.com/blog/announcing-new-workspace-experience-general-availability-ga/) of this feature for more details.
23
+
- An upgraded workspace within your Power BI account. See [Power BI's announcement](https://powerbi.microsoft.com/blog/announcing-new-workspace-experience-general-availability-ga/) of this feature for more details.
24
24
25
25
## Create a Stream Analytics job using the Azure portal
26
26
@@ -30,7 +30,7 @@ The following are required for using this feature:
30
30
31
31
2. Before configuring the output, give the Stream Analytics job access to your Power BI workspace by following the directions in the [Give the Stream Analytics job access to your Power BI workspace](#give-the-stream-analytics-job-access-to-your-power-bi-workspace) section of this article.
32
32
33
-
3. Navigate to the **Outputs** section of your Stream Analytic's job, select **+ Add**, and then choose **Power BI**. Then, select the **Authorize** button and login with your Power BI account.
33
+
3. Navigate to the **Outputs** section of your Stream Analytic's job, select **+ Add**, and then choose **Power BI**. Then, select the **Authorize** button and log in with your Power BI account.
34
34
35
35

36
36
@@ -152,7 +152,7 @@ Azure Resource Manager allows you to fully automate the deployment of your Strea
152
152
153
153
Now that the Stream Analytics job has been created, it can be given access to a Power BI workspace.
154
154
155
-
### Grant access using the Power BI UI
155
+
### Use the Power BI UI
156
156
157
157
> [!Note]
158
158
> In order to add the Stream Analytics job to your Power BI workspace using the UI, you also have to enable service principal access in the **Developer settings** in the Power BI admin portal. See [Get started with a service principal](https://docs.microsoft.com/power-bi/developer/embed-service-principal#get-started-with-a-service-principal) for more details.
@@ -165,7 +165,7 @@ Now that the Stream Analytics job has been created, it can be given access to a
165
165
166
166

167
167
168
-
### Grant access using the Power BI REST API
168
+
### Use the Power BI REST API
169
169
170
170
The Stream Analytics job can also be added as a Contributor to the workspace by using the "Add Group User" REST API directly. Full documentation for this API can be found here: [Groups - Add Group User](https://docs.microsoft.com/rest/api/power-bi/groups/addgroupuser).
171
171
@@ -185,13 +185,13 @@ Request Body
185
185
## Limitations
186
186
Below are the limitations of this feature:
187
187
188
-
1. Classic Power BI workspaces are not supported.
188
+
- Classic Power BI workspaces are not supported.
189
189
190
-
2. Azure accounts without Azure Active Directory.
190
+
- Azure accounts without Azure Active Directory.
191
191
192
-
3. Multi-tenant access is not supported. The Service principal created for a given Stream Analytics job must reside in the same Azure Active Directory tenant in which the job was created, and cannot be used with a resource that resides in a different Azure Active Directory tenant.
192
+
- Multi-tenant access is not supported. The Service principal created for a given Stream Analytics job must reside in the same Azure Active Directory tenant in which the job was created, and cannot be used with a resource that resides in a different Azure Active Directory tenant.
193
193
194
-
4.[User Assigned Identity](../active-directory/managed-identities-azure-resources/overview.md) is not supported. This means you are not able to enter your own service principal to be used by their Stream Analytics job. The service principal must be generated by Azure Stream Analytics.
194
+
-[User Assigned Identity](../active-directory/managed-identities-azure-resources/overview.md) is not supported. This means you are not able to enter your own service principal to be used by their Stream Analytics job. The service principal must be generated by Azure Stream Analytics.
0 commit comments