Skip to content

Commit 82e2b24

Browse files
committed
moved "encryption at rest" to H3
1 parent 193c09b commit 82e2b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/event-grid/security-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ static string BuildSharedAccessSignature(string resource, DateTime expirationUtc
185185
}
186186
```
187187

188-
## Encryption at rest
188+
### Encryption at rest
189189

190190
All events or data written to disk by the Event Grid service is encrypted by a Microsoft-managed key ensuring that it's encrypted at rest. Additionally, the maximum period of time that events or data 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 event time-to-live, whichever is less.
191191

articles/event-grid/security-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ You can create custom roles with [PowerShell](../role-based-access-control/custo
174174

175175

176176

177-
## Encryption at rest
177+
### Encryption at rest
178178

179179
All events or data written to disk by the Event Grid service is encrypted by a Microsoft-managed key ensuring that it's encrypted at rest. Additionally, the maximum period of time that events or data 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 event time-to-live, whichever is less.
180180

0 commit comments

Comments
 (0)