An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Welcome to Microsoft Q&A
Hello Ramona Istrate, I hope you are doing well,
You need to monitor the ASRReplicatedItems table instead. This table provides a continuous heartbeat of the current state of the VM.Create an alert query that looks for items where the ReplicationState is InitialReplicationInProgress and calculate if the earliest timestamp for that specific state on that specific VM exceeds 4 hours.
Similar to the stuck replication, you will use the ASRReplicatedItems table. This table includes a specific column for the RPO metric.Query the table where RpoInSeconds > 7200 (which is 2 hours). Set the alert logic to trigger if the threshold is breached.
Thats how i solved this in my experience so in that way you can track those activities from ARSreplicateditems
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!