Skip to content

Commit cd0bebb

Browse files
committed
address comments
1 parent 47d8e9f commit cd0bebb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/stream-analytics/data-protection.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@ author: mamccrea
55
ms.author: mamccrea
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 02/27/2020
8+
ms.date: 03/05/2020
99
---
1010

1111
# Data protection in Azure Stream Analytics
1212

13-
Azure Stream Analytics is a fully managed platform-as-a-service that allows you to build real-time analytics pipelines. All of the heavy lifting, such as cluster provisioning, scaling nodes to accommodate your usage, and managing internal checkpoints, is managed behind the scenes. Stream Analytics also employs best-in-class encryption standards across its infrastructure to encrypt and secure your data.
13+
Azure Stream Analytics is a fully managed platform-as-a-service that allows you to build real-time analytics pipelines. All of the heavy lifting, such as cluster provisioning, scaling nodes to accommodate your usage, and managing internal checkpoints, is managed behind the scenes.
1414

15-
## Encryption your data
15+
## Encrypt your data
1616

17-
You can use your own storage account (general purpose V1 or V2) to store any private data assets that are required by the Stream Analytics runtime. Your storage account can be encrypted as needed. None of your private data assets are stored permanently by the Stream Analytics infrastructure.
17+
Stream Analytics automatically employs best-in-class encryption standards across its infrastructure to encrypt and secure your data. You can simply trust Stream Analytics to securely store all your data so that you don't have to worry about managing the infrastructure.
18+
19+
If you want to use customer-managed keys (CMK) to encrypt your data, you can use your own storage account (general purpose V1 or V2) to store any private data assets that are required by the Stream Analytics runtime. Your storage account can be encrypted as needed. None of your private data assets are stored permanently by the Stream Analytics infrastructure.
1820

1921
This setting must be configured at the time of Stream Analytics job creation, and it can't be modified throughout the job's life cycle. Modification or deletion of storage that is being used by your Stream Analytics is not recommended. If you delete your storage account, you will permanently delete all private data assets, which will cause your job to fail.
2022

23+
Updating or rotating keys to your storage account is not possible using the Stream Analytics portal. You can update the keys using the REST APIs.
24+
25+
2126
## Configure storage account for private data
2227

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

0 commit comments

Comments
 (0)