Skip to content

Commit db479c4

Browse files
authored
Add note about services that need to be recreated
1 parent 64ebb95 commit db479c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ ms.author: mubatra
66
ms.service: azure-app-configuration
77
ms.custom: devx-track-dotnet
88
ms.topic: how-to
9-
ms.date: 03/01/2022
9+
ms.date: 01/25/2023
10+
ms.custom: engagement-fy23
11+
1012
---
1113

1214
# Recover Azure App Configuration stores
@@ -82,6 +84,8 @@ To create a new App Configuration store in the Azure portal, follow these steps
8284

8385
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).
8486

87+
[!NOTE] 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.
88+
8589
## Next steps
8690
> [!div class="nextstepaction"]
8791
> [Soft-Delete in Azure App Configuration](./concept-soft-delete.md)

0 commit comments

Comments
 (0)