Skip to content

Commit eeca93b

Browse files
committed
MCM - Updated cancel-sub for immutable blobs
1 parent d84d8bd commit eeca93b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/cost-management-billing/manage/cancel-azure-subscription.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,26 @@ Although not required, Microsoft *recommends* that you take the following action
2121
* Shut down your services. Go to the [All resources](https://portal.azure.com/?flight=1#blade/HubsExtension/Resources/resourceType/Microsoft.Resources%2Fresources) page, and **Stop** any running virtual machines, applications, or other services.
2222
* Consider migrating your data. See [Move resources to new resource group or subscription](../../azure-resource-manager/management/move-resource-group-and-subscription.md).
2323
* Delete all resources and all resource groups.
24-
* To later delete a subscription, you must first delete all resources associated with the subscription.
24+
* To later manually delete a subscription, you must first delete all resources associated with the subscription.
25+
* You may be unable to deleting all resources, depending on your configuration. For example, if you have [Immutable Blobs](../../storage/blobs/immutable-storage-overview.md#scenarios-with-version-level-scope). For more information, see the following [Immutable blobs](#immutable-blobs) section.
26+
> [!NOTE]
27+
> 30-90 days after you cancel a subscription, the subscription and all resources are automatically deleted, including immutable blobs.
2528
* If you have any custom roles that reference this subscription in `AssignableScopes`, you should update those custom roles to remove the subscription. If you try to update a custom role after you cancel a subscription, you might get an error. For more information, see [Troubleshoot problems with custom roles](../../role-based-access-control/troubleshooting.md#custom-roles) and [Azure custom roles](../../role-based-access-control/custom-roles.md).
2629

2730
> [!NOTE]
2831
> After you cancel your subscription, you'll receive a final invoice for the usage that you incurred in the last billing cycle.
2932
3033
If you cancel an Azure Support plan, you're billed for the rest of the month. Cancelling a support plan doesn't result in a prorated refund. For more information, see [Azure support plans](https://azure.microsoft.com/support/plans/).
3134

35+
## Immutable blobs
36+
37+
If you have any [Immutable Blobs](../../storage/blobs/immutable-storage-overview.md#scenarios-with-version-level-scope) under protection:
38+
39+
- You can't delete the blob, storage account, resource group, or subscription.
40+
- You can cancel the subscription to mark all its resources, including immutable blobs, as inaccessible.
41+
- When the subscription is canceled, all data (including any locked blobs) is automatically deleted 30-90 days later.
42+
- You can create a [Azure support request](https://go.microsoft.com/fwlink/?linkid=2083458) to accelerate subscription cancellation and deletion. Azure support will also need email acknowledgment from the account administrator to cancel the subscription.
43+
3244
## Who can cancel a subscription?
3345

3446
The table below describes the permission required to cancel a subscription.

0 commit comments

Comments
 (0)