ジオゾーン冗長ストレージ(GZRS)を含む高可用性Azure Data LakeStorageソリューションを設計しています。 目標復旧時点(RPO)に影響を与える可能性のあるレプリケーションの遅延を監視する必要があります。 監視ソリューションには何を含める必要がありますか?
正解:D
Explanation Because geo-replication is asynchronous, it is possible that data written to the primary region has not yet been written to the secondary region at the time an outage occurs. The Last Sync Time property indicates the last time that data from the primary region was written successfully to the secondary region. All writes made to the primary region before the last sync time are available to be read from the secondary location. Writes made to the primary region after the last sync time property may or may not be available for reads yet. Reference: https://docs.microsoft.com/en-us/azure/storage/common/last-sync-time-get