Skip to content

Commit 88661cb

Browse files
Merge pull request #211550 from enkrumah/patch-48
Update stream-analytics-user-assigned-managed-identity-overview.md
2 parents 017418c + a232b84 commit 88661cb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/stream-analytics/stream-analytics-user-assigned-managed-identity-overview.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: enkrumah
55
ms.author: ebnkruma
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 03/22/2022
8+
ms.date: 09/29/2022
99
---
1010

1111
# User-assigned managed identities for Azure Stream Analytics (preview)
@@ -61,7 +61,17 @@ After creating your user-assigned identity and configuring your input and output
6161
2. Under **connection status** click on **try regranting access** to switch from system-assigned to user-assigned.
6262
3. Wait for a few minutes for the input/output to be granted access to the job.
6363

64-
You can select each input and output on the endpoint management to manually configure an adapter to the job.
64+
> [!NOTE]
65+
> You can select each input and output on the endpoint management to manually configure an adapter to the job.
66+
67+
68+
## Other scenarios and limitations
69+
With support for both system-assigned identity and user-assigned identity, here are some scenarios and limitations to be aware of when configuring your Azure stream analytics job:
70+
71+
1. You can switch from using system-assigned identity to user-assigned identity and vice-versa. When you switch from a user-assigned identity to another identity, the user identity is not deleted since you created it. You will have to manually delete it from your storage access control list.
72+
2. You can switch from an existing user-assigned identity to a newly created user-assigned identity. The previous identity is not removed from storage access control list.
73+
3. You cannot add multiple identities to your stream analytics job.
74+
4. Currently we do not support deleting an identity from a stream analytics job. You can replace it with another user-assigned or system-assigned identity.
6575

6676
## Next steps
6777

0 commit comments

Comments
 (0)