Skip to content

Commit 9394bf9

Browse files
authored
Fix broken NOTE (#36048)
1 parent 3c08a62 commit 9394bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/data-protection/implementation/key-storage-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Configure Azure Blob Storage to maintain data protection keys:
5050

5151
* We recommend using Azure Managed Identity and role-based access control (RBAC) to access the key storage blob. ***You don't need to create a key file and upload it to the container of the storage account.*** The framework creates the file for you. To inspect the contents of a key file, use the context menu's **View/edit** command at the end of a key row in the portal.
5252

53-
> ![NOTE]
53+
> [!NOTE]
5454
> If you plan to use a blob URI with a shared access signature (SAS) instead of a Managed Identity, use a text editor to create an XML key file on your local machine:
5555
>
5656
> ```xml

0 commit comments

Comments
 (0)