Skip to content

Commit 988a2fb

Browse files
authored
Merge pull request #292772 from bandersmsft/subscription-states
MCM - Update subscription-states for Macy
2 parents 08e0aaa + 500949d commit 988a2fb

File tree

1 file changed

+54
-13
lines changed

1 file changed

+54
-13
lines changed
Lines changed: 54 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,66 @@
11
---
22
title: Azure subscription states
3-
description: This article describes the different states and status of an Azure subscription.
3+
description: Learn about the different states of an Azure subscription, including active, deleted, and disabled states, and how they affect resource management.
44
keywords: azure subscription state status
55
author: bandersmsft
6-
ms.reviewer: andalmia
6+
ms.reviewer: macyso
77
ms.service: cost-management-billing
88
ms.subservice: billing
9-
ms.topic: conceptual
10-
ms.date: 03/21/2024
9+
ms.topic: concept-article
10+
ms.date: 01/08/2025
1111
ms.author: banders
12+
#customer intent: As a billing administrator, I want to understand the different states and status of an Azure subscription so that I can manage my subscriptions effectively.
1213
---
1314

1415
# Azure subscription states
1516

16-
This article describes the various states that an Azure subscription may have. You'll find these states show up as **Status** in Azure portal subscription areas.
17+
This article describes the various states that an Azure subscription might have. The following subscription states appear as **Status** in Azure portal subscription areas.
1718

18-
| Subscription State | Description |
19-
|-------------| ----------------|
20-
| **Active**/**Enabled** | Your Azure subscription is active. You can use the subscription to deploy new resources and manage existing ones.<br><br>All operations (PUT, PATCH, DELETE, POST, GET) are available for the resource providers that are [registered for your subscription](../../azure-resource-manager/management/resource-providers-and-types.md#azure-portal). |
21-
| **Deleted** | Your Azure subscription has been deleted along with all underlying resources/data.<br><br>No operations are available. |
22-
| **Disabled** | Your Azure subscription is disabled and can no longer be used to create or manage Azure resources. While in this state, your virtual machines are de-allocated, temporary IP addresses are freed, storage is read-only and other services are disabled. A subscription can get disabled because of the following reasons: Your credit may have expired. You may have reached your spending limit. You have a past due bill. Your credit card limit was exceeded. Or, it was explicitly disabled or canceled. Depending on the subscription type, a subscription may remain disabled between 1 - 90 days. After which, it's permanently deleted. For more information, see [Reactivate a disabled Azure subscription](subscription-disabled.md).<br><br>Operations to create or update resources (PUT, PATCH) are disabled. Operations that take an action (POST) are also disabled. You can retrieve or delete resources (GET, DELETE). Your resources are still available. |
23-
| **Expired** | Your Azure subscription is expired because it was canceled. You can reactivate an expired subscription. For more information, see [Reactivate a disabled Azure subscription](subscription-disabled.md).<br><br>Operations to create or update resources (PUT, PATCH) are disabled. Operations that take an action (POST) are also disabled. You can retrieve or delete resources (GET, DELETE).|
24-
| **Past Due** | Your Azure subscription has an outstanding payment pending. Your subscription is still active but failure to pay the dues may result in subscription being disabled. For more information, see [Resolve past due balance for your Azure subscription.](resolve-past-due-balance.md).<br><br>All operations are available. |
25-
| **Warned** | Your Azure subscription is in a warned state and will be disabled shortly if the warning reason isn't addressed. A subscription may be in warned state if its past due, canceled by user, or if the subscription has expired.<br><br>You can retrieve or delete resources (GET/DELETE), but you can't create any resources (PUT/PATCH/POST) <p> Resources in this state go offline but can be recovered when the subscription resumes an active/enabled state. A subscription in this state isn't charged. |
19+
## Active/Enabled
20+
21+
Your Azure subscription is active. You can use the subscription to deploy new resources and manage existing ones.
22+
23+
All operations (PUT, PATCH, DELETE, POST, GET) are available for the resource providers that are [registered for your subscription](../../azure-resource-manager/management/resource-providers-and-types.md#azure-portal).
24+
25+
## Deleted
26+
27+
Your Azure subscription was deleted along with all underlying resources/data.
28+
29+
No operations are available.
30+
31+
## Disabled
32+
33+
Your Azure subscription is disabled and can no longer be used to create or manage Azure resources. While in this state, your virtual machines are deallocated, temporary IP addresses are freed, storage is read-only and other services are disabled. A subscription can get disabled because of the following reasons:
34+
35+
- Your credit expired.
36+
- You reached your spending limit.
37+
- Your bill is past due.
38+
- Your credit card limit was exceeded. Or, it was explicitly disabled or canceled. Depending on the subscription type, a subscription might remain disabled between 1 - 90 days. After which, it gets permanently deleted. For more information, see [Reactivate a disabled Azure subscription](subscription-disabled.md).
39+
40+
Operations to create or update resources (PUT, PATCH) are disabled. Operations that take an action (POST) are also disabled. Your resources are still available, so you can retrieve or delete them (GET, DELETE). Transferring ownership of the subscription is disabled.
41+
42+
## Expired
43+
44+
Your Azure subscription is expired because it was canceled. You can reactivate an expired subscription. For more information, see [Reactivate a disabled Azure subscription](subscription-disabled.md).
45+
46+
Operations to create or update resources (PUT, PATCH) are disabled. Operations that take an action (POST) are also disabled. You can retrieve or delete resources (GET, DELETE).
47+
48+
## Past Due
49+
50+
Your Azure subscription has an outstanding payment pending. Your subscription is still active but failure to pay the dues might result in subscription being disabled. For more information, see [Resolve past due balance for your Azure subscription](resolve-past-due-balance.md).
51+
52+
All operations are available.
53+
54+
55+
## Warned
56+
57+
Your Azure subscription is in a warned state. If the warning isn't addressed, the subscription gets disabled. A subscription might be in warned state if its past due, canceled by a user, or if the subscription expired.
58+
59+
You can retrieve or delete resources (GET/DELETE), but you can't create any resources (PUT/PATCH/POST).
60+
61+
Resources in this state go offline but can be recovered when the subscription resumes an active/enabled state. A subscription in this state isn't charged.
62+
63+
## Related content
64+
65+
- [Resolve past due balance for your Azure subscription.](resolve-past-due-balance.md)
66+
- [Reactivate a disabled Azure subscription](subscription-disabled.md)

0 commit comments

Comments
 (0)