Skip to content

Commit 327a927

Browse files
committed
artall-2
1 parent 744fc34 commit 327a927

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

articles/api-center/set-up-api-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Azure portal to set up an API center for API d
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: quickstart
7-
ms.date: 08/25/2025
7+
ms.date: 10/13/2025
88
ms.author: danlep
99
---
1010

articles/api-management/api-management-key-concepts-experiment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: overview
9-
ms.date: 06/27/2022
9+
ms.date: 10/13/2025
1010
ms.author: danlep
1111
ms.custom: mvc
1212

articles/api-management/soft-delete.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-api-management
55
ms.topic: how-to
66
author: dlepow
77
ms.author: danlep
8-
ms.date: 02/07/2022
8+
ms.date: 10/13/2025
99
---
1010

1111
# API Management soft-delete (preview)
@@ -38,7 +38,7 @@ Recovery and other operations on a soft-deleted instance are enabled through [RE
3838

3939
## Soft-delete behavior
4040

41-
You can use any API version to create your API Management instance. When you use the Azure portal, Azure REST API, or another Azure tool using API version `2020-06-01-preview` or later to delete an API Management instance, it's automatically soft-deleted.
41+
You can use any API version to create your API Management instance. When you use the Azure portal, Azure REST API, or another Azure tool using API version `2020-06-01-preview` or later to delete an API Management instance, the instance is automatically soft-deleted.
4242

4343
Once an API Management instance is soft-deleted, the service exists in a deleted state, making it inaccessible to normal API Management operations.
4444

@@ -48,7 +48,7 @@ In the soft-deleted state:
4848
- Azure will schedule the permanent deletion of the underlying data corresponding to the API Management instance after the predetermined (48 hour) retention period.
4949
- You can't reuse the name of the API Management instance.
5050

51-
If you don't recover or purge your API Management instance within 48 hours, it's automatically deleted permanently.
51+
If you don't recover or purge your API Management instance within 48 hours, the instance is automatically deleted permanently.
5252

5353
## List deleted API Management instances
5454

@@ -119,7 +119,7 @@ https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{reso
119119
Use the API Management [Purge](/rest/api/apimanagement/current-ga/deleted-services/purge) operation, substituting `{subscriptionId}`, `{location}`, and `{serviceName}` with your Azure subscription, resource location, and API Management name.
120120

121121
> [!NOTE]
122-
> To purge a soft-deleted instance, you must have the following RBAC permissions at the subscription scope in addition to Contributor access to the API Management instance: Microsoft.ApiManagement/locations/deletedservices/delete, Microsoft.ApiManagement/deletedservices/read.
122+
> To purge a soft-deleted instance, you must have the following role-based access control (RBAC) permissions at the subscription scope in addition to Contributor access to the API Management instance: Microsoft.ApiManagement/locations/deletedservices/delete, Microsoft.ApiManagement/deletedservices/read.
123123
124124
```rest
125125
DELETE https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}?api-version=2021-08-01
@@ -139,9 +139,9 @@ You **can't** reuse the name of an API Management instance in a new deployment:
139139

140140
- While the instance is soft-deleted.
141141

142-
- In a subscription other than the one used to deploy the original instance, even after the original instance has been permanently deleted (purged) from Azure. This restriction applies whether the new subscription used is in the same or a different Microsoft Entra tenant. The restriction is in effect for several days or longer after deletion, depending on the subscription type.
142+
- In a subscription other than the one used to deploy the original instance, even after the original instance is permanently deleted (purged) from Azure. This restriction applies whether the new subscription used is in the same or a different Microsoft Entra tenant. The restriction is in effect for several days or longer after deletion, depending on the subscription type.
143143

144-
This restriction is because Azure reserves the service host name to a customer's tenant for a reservation period to prevent the threat of subdomain takeover with dangling DNS entries. For more information, see [Prevent dangling DNS entries and avoid subdomain takeover](/azure/security/fundamentals/subdomain-takeover). To see all dangling DNS entries for subscriptions in a Microsoft Entra tenant, see [Identify dangling DNS entries](/azure/security/fundamentals/subdomain-takeover#identify-dangling-dns-entries).
144+
This restriction is because Azure reserves the service host name to a customer's tenant for a reservation period to prevent the threat of subdomain takeover with dangling domain name system (DNS) entries. For more information, see [Prevent dangling DNS entries and avoid subdomain takeover](/azure/security/fundamentals/subdomain-takeover). To see all dangling DNS entries for subscriptions in a Microsoft Entra tenant, see [Identify dangling DNS entries](/azure/security/fundamentals/subdomain-takeover#identify-dangling-dns-entries).
145145

146146

147147
## Related content

0 commit comments

Comments
 (0)