You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/recover-purge-resources.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,30 +6,30 @@ author: eric-urban
6
6
manager: nitinme
7
7
ms.service: azure-ai-services
8
8
ms.topic: how-to
9
-
ms.date: 09/12/2024
9
+
ms.date: 3/10/2025
10
10
ms.author: eur
11
11
---
12
12
13
13
# Recover or purge deleted Azure AI services resources
14
14
15
15
This article provides instructions on how to recover or purge an Azure AI services resource that is already deleted.
16
16
17
-
Once you delete a resource, you won't be able to create another one with the same name for 48 hours. To create a resource with the same name, you need to purge the deleted resource.
17
+
Once you delete a resource, you can't create another one with the same name for 48 hours. To create a resource with the same name, you need to purge the deleted resource.
18
18
19
19
> [!NOTE]
20
20
> * The instructions in this article are applicable to both a multi-service resource and a single-service resource. A multi-service resource enables access to multiple Azure AI services using a single key and endpoint. On the other hand, a single-service resource enables access to just that specific Azure AI service for which the resource was created.
21
21
>
22
-
> * Charges for provisioned deployments on a deleted resource will continue until the resource is purged. To prevent this, delete a resource's deployment before deleting the resource.
22
+
> * Charges for provisioned deployments on a deleted resource continue until the resource is purged. To prevent unnecessary charges, delete a resource's deployment before deleting the resource.
23
23
24
24
## Recover a deleted resource
25
25
26
26
The following prerequisites must be met before you can recover a deleted resource:
27
27
28
-
* The resource to be recovered must have been deleted within the past 48 hours.
29
-
* The resource to be recovered must not have been purged already. A purged resource can't be recovered.
28
+
* The resource to be recovered must be deleted within the past 48 hours.
29
+
* The resource to be recovered must not be purged already. A purged resource can't be recovered.
30
30
* Before you attempt to recover a deleted resource, make sure that the resource group for that account exists. If the resource group was deleted, you must recreate it. Recovering a resource group isn't possible. For more information, see [Manage resource groups](/azure/azure-resource-manager/management/manage-resource-groups-portal).
31
-
* If the deleted resource used customer-managed keys with Azure Key Vault and the key vault have also been deleted, then you must restore the key vault before you restore the Azure AI services resource. For more information, see [Azure Key Vault recovery management](/azure/key-vault/general/key-vault-recovery).
32
-
* If the deleted resource used a customer-managed storage and storage account has also been deleted, you must restore the storage account before you restore the Azure AI services resource. For instructions, see [Recover a deleted storage account](/azure/storage/common/storage-account-recover).
31
+
* If the deleted resource used customer-managed keys with Azure Key Vault and the key vault is also deleted, then you must restore the key vault before you restore the Azure AI services resource. For more information, see [Azure Key Vault recovery management](/azure/key-vault/general/key-vault-recovery).
32
+
* If the deleted resource used a customer-managed storage and storage account is also deleted, you must restore the storage account before you restore the Azure AI services resource. For instructions, see [Recover a deleted storage account](/azure/storage/common/storage-account-recover).
33
33
34
34
To recover a deleted Azure AI services resource, use the following commands. Where applicable, replace:
35
35
@@ -43,12 +43,12 @@ To recover a deleted Azure AI services resource, use the following commands. Whe
43
43
44
44
If you need to recover a deleted resource, navigate to the hub of the Azure AI services API type and select "Manage deleted resources" from the menu. For example, if you would like to recover an "Anomaly detector" resource, search for "Anomaly detector" in the search bar and select the service. Then select **Manage deleted resources**.
45
45
46
-
Select the subscription in the dropdown list to locate the deleted resource you would like to recover. Select one or more of the deleted resources and select **Recover**.
46
+
To locate the deleted resource you would like to recover, select the subscription in the dropdown list. Select one or more of the deleted resources and select **Recover**.
47
47
48
48
:::image type="content" source="media/managing-deleted-resource.png" alt-text="A screenshot showing deleted resources you can recover." lightbox="media/managing-deleted-resource.png":::
49
49
50
50
> [!NOTE]
51
-
> It can take a couple of minutes for your deleted resource(s) to recover and show up in the list of the resources. Select the **Refresh** button in the menu to update the list of resources.
51
+
> It can take a couple of minutes for your deleted resource to recover and show up in the list of the resources. Select the **Refresh** button in the menu to update the list of resources.
52
52
53
53
# [Rest API](#tab/rest-api)
54
54
@@ -105,7 +105,7 @@ To purge a deleted Azure AI services resource, use the following commands. Where
105
105
*`{location}` with the location of your resource
106
106
107
107
> [!NOTE]
108
-
> Once a resource is purged, it is permanently deleted and cannot be restored. You will lose all data and keys associated with the resource.
108
+
> Once a resource is purged, it's permanently deleted and can't be restored. You lose all data and keys associated with the resource.
109
109
110
110
111
111
# [Azure portal](#tab/azure-portal)
@@ -114,7 +114,7 @@ If you need to purge a deleted resource, the steps are similar to recovering a d
114
114
115
115
1. Navigate to the hub of the Azure AI services API type of your deleted resource. For example, if you would like to purge an "Anomaly detector" resource, search for "Anomaly detector" in the search bar and select the service. Then select **Manage deleted resources** from the menu.
116
116
117
-
1.Select the subscription in the dropdown list to locate the deleted resource you would like to purge.
117
+
1.To locate the deleted resource you would like to purge, select the subscription in the dropdown list.
118
118
119
119
1. Select one or more deleted resources and select **Purge**. Purging permanently deletes an Azure AI services resource.
0 commit comments