Azure Site Recovery - Azure/reliability-workbook GitHub Wiki
Azure Site Recovery
Overview
The Azure Site Recovery Workbook allows you to review the number of failed machines, unprotected machines, count of unhealthy replicated machines, count of unhealthy failover, and count of replication agents that require updates. The detailed views show the recovery services vaults protection statuses and protected items replication and protection statuses.
Summary
In the Summary, you can review an overview of non-recommended options on the PostgreSQL databases.
| Column | Description | Recommendation |
|---|---|---|
| Resource Total | Represents the total number of resources. The bar below the number indicates the percentage of resources with recommended settings. | - |
| Failed Status | Indicates the count of machines that does not have the failed status of succeeded. | Ensure that the machines have been replicated successfully to avoid this warning. |
| Unprotected Status | Represents the number of machines that do not have the protection state of Protected. | - |
| Unhealthy Replication Status | Indicates the count machines that do not have a healthy replication showing the status of Normal | - |
| Unhealthy Failover Status | Indicates the count of machines that have not successfully completed a test failover with the status of Normal. | Complete a test failover for the replicated virtual machine prior to using this in production. |
| Replication Agent update required | Indicates the count of machines that have updates available for the replication agent. | Update the replication agent. |
Detail of resources
Inspect the detailed status of each Storage Account.
| Column | Description | Data source |
|---|---|---|
| Subscription | Represents the Subscription. | ARG(resources.subscriptionId) |
| State | Represents the provisioning state. | ARG(resources.properties.state) |
| Location | Indicates the deployment location. | ARG(resources.location) |
| Resource Group | Represents the deployed Resource Group. | ARG(resources.resourceGroup) |
| Protected Items | Indicates a count of replicated virtual machines within a recovery services vault. | ARG(microsoft.recoveryservices/vaults/replicationfabrics/replicationprotectioncontainers/replicationprotecteditems) |
| Unprotected Status | Indicates whether the machines are protected by replication. There are two types: Protected and Unprotected. | ARG(resources.properties.protectionStateDescription) |
| Unprotected Replication | Represents a count of the machines with a replication health status not equal to Normal. | ARG(resources.properties.replicationHealth) |
| Unhealthy Failover | Indicates that a test failover has not been completed. There are two types: Warning and Successful. | ARG(resources.properties.failoverHealth) |
| Is needed Agent Upgrade | Indicates a count of agents available to be upgraded. | ARG(resources.properties.isReplicationAgentUpdateRequired.) |
| Environment | Represents the value of the Environment tag attached to the resource. |
ARG(resources.tags) |