Skip to content

Commit 7577276

Browse files
Merge pull request #36992 from MikeRayMSFT/mikeray/arc-sql-resource-caching-502194
Document expected ARM caching behavior after deleting Arc SQL Server resources
2 parents e3db4df + eb78a09 commit 7577276

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

docs/sql-server/azure-arc/delete-from-azure-arc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ If your instance (*SQL Server - Azure Arc* resource) has dependent Azure resourc
100100

101101
To disconnect all the Azure Arc-enabled SQL Server instances in a larger scope (such as a resource group, a subscription, or multiple subscriptions) with a single command, use the [script to uninstall Azure Extension for SQL Server](https://github.com/microsoft/sql-server-samples/tree/master/samples/manage/azure-arc-enabled-sql-server/uninstall-azure-extension-for-sql-server). The script is as an open-source SQL Server sample and includes step-by-step instructions.
102102

103+
[!INCLUDE [resource-caching-after-deletion](includes/resource-caching-after-deletion.md)]
104+
103105
## Residual files and accounts
104106

105107
After you uninstall Azure Extension for SQL Server, some files and database objects stay.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: MikeRayMSFT
3+
ms.author: mikeray
4+
ms.date: 04/01/2026
5+
ms.service: azure-arc
6+
ms.topic: include
7+
---
8+
9+
> [!NOTE]
10+
> After you [delete](../delete-from-azure-arc.md) a *SQL Server - Azure Arc* resource, the resource might continue to appear in the Azure portal for a period of time. This behavior is expected and is caused by Azure Resource Manager caching. The resource typically disappears after the cache refreshes. If the resource still appears after several hours, you can verify that it was successfully deleted by querying Azure Resource Graph or by using the Azure CLI. No further action is required — the resource isn't functional and doesn't incur charges after deletion.

docs/sql-server/azure-arc/troubleshoot-deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@ Make sure to migrate the Arc-enabled SQL Server resource to `Microsoft.AzureArcD
8484

8585
[Disconnect your SQL Server instances from Azure Arc](delete-from-azure-arc.md)
8686

87+
## Deleted resource still appears in the Azure portal
88+
89+
[!INCLUDE [resource-caching-after-deletion](includes/resource-caching-after-deletion.md)]
90+

docs/sql-server/azure-arc/troubleshoot-extension.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ resources
230230
| order by numExtensions desc
231231
```
232232

233+
## Deleted resource still appears in the Azure portal
234+
235+
[!INCLUDE [resource-caching-after-deletion](includes/resource-caching-after-deletion.md)]
236+
233237
## Upgrade the extension
234238

235239
[!INCLUDE [manage-extension](includes/manage-extension.md)]

0 commit comments

Comments
 (0)