This Week I Learned - * In case of Geo-zone-redundant storage (GZRS), data is synchronously replicated 3 times across 3 availability zones in the primary region, then asynchronously replicated to the secondary paired region (3 more copies) = can sustain node failure within the storage cluster, entire datacenter or availability zone going down or a region-wide outage (only region failure would require account failover to restore read and write availability. Typically has an RTO of less 1 hour (no SLA). * Microsoft Dapr (Distributed Application Runtime) is an open-source, event-driven framework aimed to build resilient and portable microservices for Cloud and Edge applications. * By connecting Azure Boards with GitHub repositories, you enable linking between GitHub commits, pull requests, and issues to work items. * With deployment scripts, you can add PowerShell or Bash scripts to your templates. The deployment scripts extend your ability to set up resources during de...