Skip to content

Commit 779e4be

Browse files
Merge pull request #3427 from eric-urban/eur/freshness-march-3
march freshness
2 parents 0b7a8c9 + f10776e commit 779e4be

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

articles/ai-services/openai/realtime-audio-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use the Realtime API to interact with the Azure OpenAI
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 2/7/2024
8+
ms.date: 2/7/2025
99
author: eric-urban
1010
ms.author: eur
1111
recommendations: false

articles/ai-services/openai/text-to-speech-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Use the Azure OpenAI Service for text to speech with OpenAI voices.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: quickstart
8-
ms.date: 9/12/2024
8+
ms.date: 3/10/2025
99
ms.reviewer: eur
1010
ms.author: eur
1111
author: eric-urban

articles/ai-services/openai/whisper-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: azure-ai-openai
77
ms.custom: devx-track-python
88
ms.topic: quickstart
9-
ms.date: 8/09/2024
9+
ms.date: 3/10/2025
1010
ms.reviewer: eur
1111
ms.author: eur
1212
author: eric-urban

articles/ai-services/recover-purge-resources.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-services
88
ms.topic: how-to
9-
ms.date: 09/12/2024
9+
ms.date: 3/10/2025
1010
ms.author: eur
1111
---
1212

1313
# Recover or purge deleted Azure AI services resources
1414

1515
This article provides instructions on how to recover or purge an Azure AI services resource that is already deleted.
1616

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.
1818

1919
> [!NOTE]
2020
> * 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.
2121
>
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.
2323
2424
## Recover a deleted resource
2525

2626
The following prerequisites must be met before you can recover a deleted resource:
2727

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.
3030
* 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).
3333

3434
To recover a deleted Azure AI services resource, use the following commands. Where applicable, replace:
3535

@@ -43,12 +43,12 @@ To recover a deleted Azure AI services resource, use the following commands. Whe
4343

4444
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**.
4545

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**.
4747

4848
:::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":::
4949

5050
> [!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.
5252
5353
# [Rest API](#tab/rest-api)
5454

@@ -105,7 +105,7 @@ To purge a deleted Azure AI services resource, use the following commands. Where
105105
* `{location}` with the location of your resource
106106

107107
> [!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.
109109
110110

111111
# [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
114114

115115
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.
116116

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.
118118

119119
1. Select one or more deleted resources and select **Purge**. Purging permanently deletes an Azure AI services resource.
120120

0 commit comments

Comments
 (0)