Skip to content

Commit f81ae6f

Browse files
authored
Update servicestatus.md
1 parent 186147f commit f81ae6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

api-reference/beta/resources/servicestatus.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ Represents the tenant-level service status of the backup service.
5757
|restoreLocked | Service is locked with no protection change and no restore. The protection policy can't be created or updated. No new protection items can be added or removed. No restore can be performed.|
5858
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use.|
5959

60+
#### protectionChangeLocked
61+
62+
The following scenarios describe when a service is locked with no change in protection allowed:
63+
64+
- **Scenario 1**: Tenant has no active service apps. If no active service apps are found for the tenant, the feature status of the tenant changes from `enabled` to `protectionChangeLocked`. To resolve this issue, the tenant needs to activate a service app and call the [enable](../api/backuprestoreroot-enable.md) API.
65+
- **Scenario 2**: Tenant has an unhealthy billing profile. When an unhealthy billing profile is found for a tenant, the feature status is automatically moved from `enabled` to `protectionChangeLocked`, and the policies are deactivated right away. To resolve this issue, the tenant needs to update the billing profile with a healthy one and wait for 24-48 hours for the changes to take effect.
66+
67+
#### restoreLocked
68+
69+
When a tenant stays in the `protectionChangeLocked` status for 30 days, the status changes from `protectionChangeLocked` to `restoreLocked`. With this change, restore capabilities are blocked, and billing also stops. To resolve this issue, the tenant needs to follow the specific steps depending on the previous scenarios (1 or 2) it belongs to.
6070
## Relationships
6171

6272
None.

0 commit comments

Comments
 (0)