Skip to content

Commit 4ee0a48

Browse files
Merge pull request #230856 from jackrichins/patch-64
Correct what's logged
2 parents 65123db + 6db58eb commit 4ee0a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/key-vault/managed-hsm/logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: azure-resource-manager
88
ms.service: key-vault
99
ms.subservice: managed-hsm
1010
ms.topic: tutorial
11-
ms.date: 11/14/2022
11+
ms.date: 03/16/2023
1212
ms.author: mbaldwin
1313
#Customer intent: As a Managed HSM administrator, I want to enable logging so I can monitor how my HSM is accessed.
1414
---
@@ -70,7 +70,7 @@ az monitor diagnostic-settings create --name ContosoMHSM-Diagnostics --resource
7070

7171
What's logged:
7272

73-
* All authenticated REST API requests, including failed requests as a result of access permissions, system errors, or bad requests.
73+
* All authenticated REST API requests, including failed requests as a result of access permissions, system errors, firewall blocks, or bad requests.
7474
* Managed plane operations on the Managed HSM resource itself, including creation, deletion, and updating attributes such as tags.
7575
* Security Domain related operations such as initialize & download, initialize recovery, upload
7676
* Full HSM backup, restore and selective restore operations
@@ -79,7 +79,7 @@ What's logged:
7979
* Creating, modifying, or deleting the keys.
8080
* Signing, verifying, encrypting, decrypting, wrapping and unwrapping keys, listing keys.
8181
* Key backup, restore, purge
82-
* Unauthenticated requests that result in a 401 response. Examples are requests that don't have a bearer token, that are malformed or expired, or that have an invalid token.
82+
* Invalid paths that result in a 404 response.
8383

8484
## Access your logs
8585

0 commit comments

Comments
 (0)