Skip to content

Commit a5f4425

Browse files
banisadrbanisadr
authored andcommitted
encryption at rest
1 parent 6bafe1d commit a5f4425

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

articles/event-grid/security-authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@ The following are sample Event Grid role definitions that allow users to take di
348348

349349
You can create custom roles with [PowerShell](../role-based-access-control/custom-roles-powershell.md), [Azure CLI](../role-based-access-control/custom-roles-cli.md), and [REST](../role-based-access-control/custom-roles-rest.md).
350350

351+
## Encryption at rest
352+
353+
All events or data written to disk by the Event Grid service is encrypted by a Microsoft managed key ensuring that it is encrypted at rest. Additionally, the maximum period of time that events or data is retained is 24 hours in adherence with the [Event Grid retry policy](delivery-and-retry.md). Event Grid will automatically delete all events or data after 24 hours, or the the event time-to-live, whichever is less.
354+
351355
## Next steps
352356

353357
* For an introduction to Event Grid, see [About Event Grid](overview.md)

articles/storage/blobs/storage-blob-event-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ If you want to try this out now, see any of these quickstart articles:
3030

3131
If your account has a hierarchical namespace, this tutorial will show you how to connect together an Event Grid subscription, an Azure Function, and a [Job](https://docs.azuredatabricks.net/user-guide/jobs.html) in Azure Databricks: [Tutorial: Use Azure Data Lake Storage Gen2 events to update a Databricks Delta table](data-lake-storage-events.md).
3232

33+
>[!NOTE]
34+
> Only storage accounts of kind **StorageV2 (general purpose v2)** and **BlobStorage** support event integration. **Storage (genral purpose v1)** does *not* support integration with Event Grid.
35+
3336
## The event model
3437

3538
Event Grid uses [event subscriptions](../../event-grid/concepts.md#event-subscriptions) to route event messages to subscribers. This image illustrates the relationship between event publishers, event subscriptions, and event handlers.

0 commit comments

Comments
 (0)