Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8718599

Browse files
committedDec 3, 2020
add msi for customer storage
1 parent 0869e7c commit 8718599

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
 

‎articles/stream-analytics/data-protection.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mamccrea
55
ms.author: mamccrea
66
ms.service: stream-analytics
77
ms.topic: how-to
8-
ms.date: 11/30/2020
8+
ms.date: 12/03/2020
99
---
1010

1111
# Data protection in Azure Stream Analytics
@@ -50,8 +50,6 @@ Encrypt your storage account to secure all of your data and explicitly choose th
5050

5151
To help you meet your compliance obligations in any regulated industry or environment, you can read more about [Microsoft's compliance offerings](https://gallery.technet.microsoft.com/Overview-of-Azure-c1be3942).
5252

53-
54-
5553
Use the following steps to configure your storage account for private data assets. This configuration is made from your Stream Analytics job, not from your storage account.
5654

5755
1. Sign in to the [Azure portal](https://portal.azure.com/).
@@ -64,10 +62,16 @@ Use the following steps to configure your storage account for private data asset
6462

6563
1. Select the check box that says *Secure all private data assets needed by this job in my Storage account*.
6664

67-
1. Select a storage account from your subscription. Note that this setting cannot be modified throughout the life cycle of the job.
65+
1. Select a storage account from your subscription. Note that this setting cannot be modified throughout the life cycle of the job. You also cannot add this option once the job is created.
66+
67+
1. To authenticate with a connection string, select **Connection string** from the Authentication mode dropdown. The storage account key is automatically populated from your subscription.
6868

6969
![Private data storage account settings](./media/data-protection/storage-account-create.png)
7070

71+
1. To authenticate with Managed Identity, select **Managed Identity** from the Authentication mode dropdown. If you choose Managed Identity, you need to add your Stream Analytics job to the storage account's access control list. If you do not give your job access, the job will not be able to perform any operations. For more information on how to grant access, see [Use Azure RBAC to assign a managed identity access to another resource](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md#use-azure-rbac-to-assign-a-managed-identity-access-to-another-resource).
72+
73+
:::image type="content" source="media/data-protection/storage-account-create-msi.png" alt-text="Private data storage account settings with managed identity authentication":::
74+
7175
## Private data assets that are stored by Stream Analytics
7276

7377
Any private data that is required to be persisted by Stream Analytics is stored in your storage account. Examples of private data assets include:
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.