Skip to content

Commit 47d8e9f

Browse files
committed
initial commit
1 parent 7d36f25 commit 47d8e9f

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Data protection in Azure Stream Analytics
3+
description: This article explains
4+
author: mamccrea
5+
ms.author: mamccrea
6+
ms.service: stream-analytics
7+
ms.topic: conceptual
8+
ms.date: 02/27/2020
9+
---
10+
11+
# Data protection in Azure Stream Analytics
12+
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.
14+
15+
## Encryption your data
16+
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.
18+
19+
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.
20+
21+
## Configure storage account for private data
22+
23+
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.
24+
25+
1. Sign in to the [Azure portal](https://portal.azure.com/).
26+
27+
1. Select **Create a resource** in the upper left-hand corner of the Azure portal.
28+
29+
1. Select **Analytics** > **Stream Analytics job** from the results list.
30+
31+
1. Fill out the Stream Analytics job page with necessary details such as name, region, and scale.
32+
33+
1. Select the check box that says *Secure all private data assets needed by this job in my Storage account*.
34+
35+
1. Select a storage account from your subscription. Note that this setting cannot be modified throughout the life cycle of the job.
36+
37+
## Private data assets that are stored
38+
39+
Any private data that is required to be persisted by Stream Analytics is stored in your storage account. Examples of private data assets include:
40+
41+
* Queries that you have authored and their related configurations
42+
43+
* User-defined functions
44+
45+
* Results of sampling data from inputs
46+
47+
* Checkpoints needed by the Stream Analytics runtime
48+
49+
* Snapshots of reference data
50+
51+
Connection details of your resources, which are used by your Stream Analytics job, are also stored. Encrypt your storage account to secure all of your data.
52+
53+
To help you meet your compliance obligations in any regulated industry or environment, you can read more about [Microsoft ' compliance offerings](https://gallery.technet.microsoft.com/Overview-of-Azure-c1be3942).
54+
55+
## Next steps
56+

0 commit comments

Comments
 (0)