Skip to content

Commit 4f5311a

Browse files
Merge pull request #225049 from maud-lv/patch-26
Add note about services that need to be recreated
2 parents c77dbe4 + fca8e00 commit 4f5311a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-app-configuration/howto-recover-deleted-stores-in-azure-app-configuration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Recover/Purge Azure App Configuration soft deleted Stores
44
author: muksvso
55
ms.author: mubatra
66
ms.service: azure-app-configuration
7-
ms.custom: devx-track-dotnet
7+
ms.custom: devx-track-dotnet, engagement-fy23
88
ms.topic: how-to
9-
ms.date: 03/01/2022
9+
ms.date: 01/25/2023
1010
---
1111

1212
# Recover Azure App Configuration stores
@@ -82,6 +82,9 @@ To create a new App Configuration store in the Azure portal, follow these steps
8282

8383
When recovering stores that use customer-managed keys, there are extra steps that need to be performed to access the recovered data. This is because the recovered store, will no longer have a managed identity assigned that has access to the customer-managed key. A new managed identity should be assigned to the store and the customer managed key settings should be reconfigured to use the newly assigned identity. When updating the managed key settings to use the newly assigned identity, ensure to continue using the same key from the key vault. For more details on how to use customer-managed keys in App Configuration stores, refer to [Use customer-managed keys to encrypt your App Configuration data](./concept-customer-managed-keys.md).
8484

85+
> [!NOTE]
86+
> The previous section showed you how to recover a deleted store with CMK enabled. If your deleted store had Event Grid subscriptions, private endpoints or Azure RBAC role assignments, you'll need to recreate these services after recovery.
87+
8588
## Next steps
8689
> [!div class="nextstepaction"]
8790
> [Soft-Delete in Azure App Configuration](./concept-soft-delete.md)

0 commit comments

Comments
 (0)