Skip to content

Commit b9b4033

Browse files
Merge pull request #248496 from spelluru/spelluru-patch-1-6
only system-assigned MSI is supported with Power BI output
2 parents 06768d5 + 98b32d4 commit b9b4033

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/stream-analytics/powerbi-output-managed-identity.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ms.date: 08/16/2023
1515

1616
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.
1717

18+
> [!NOTE]
19+
> Only **system-assigned** managed identities are supported with the Power BI output. Currently, using user-assigned managed identities with the Power BI output isn't supported.
20+
1821
## Prerequisites
1922

2023
You must have the following prerequisites before you use this feature:
@@ -28,7 +31,7 @@ You must have the following prerequisites before you use this feature:
2831
1. From the menu bar located on the left side of the screen, select **Managed Identity** located under **Settings**.
2932

3033
:::image type="content" source="./media/stream-analytics-powerbi-output-managed-identity/managed-identity-select-button.png" alt-text="Screenshot showing the Managed Identity page with Select identity button selected." lightbox="./media/stream-analytics-powerbi-output-managed-identity/managed-identity-select-button.png":::
31-
1. On the **Select identity** page, select **System assigned identity*** or **User assigned identity**. If you select the latter option, specify the managed identity you want to use. Then, select **Save**.
34+
1. On the **Select identity** page, select **System assigned identity***. If you select the latter option, specify the managed identity you want to use. Then, select **Save**.
3235

3336
:::image type="content" source="./media/stream-analytics-powerbi-output-managed-identity/system-assigned-identity.png" alt-text="Screenshot showing the Select identity page with System assigned identity selected." lightbox="./media/stream-analytics-powerbi-output-managed-identity/system-assigned-identity.png":::
3437
1. On the **Managed identity** page, confirm that you see the **Principal ID** and **Principal name** assigned to your Stream Analytics job. The principal name should be same as your Stream Analytics job name.

0 commit comments

Comments
 (0)