First 10 Minutes: Performance¶
Use this checklist when the symptom is slow upload/download, latency growth, reduced throughput, or 429/503 throttling.
mermaid flowchart TD A[Performance complaint] --> B{429 or 503?} B -->|Yes| C[Check account pressure and throttling] B -->|No| D{Server latency high?} D -->|Yes| E[Check transaction spikes and partitioning] D -->|No| F[Check client path concurrency and RTT]
Checklist¶
- Capture the operation type, object size profile, concurrency settings, and region pair.
- Check Azure Monitor metrics for Transactions, SuccessE2ELatency, SuccessServerLatency, Availability, Ingress, and Egress.
- Separate server-side latency from client-side end-to-end latency.
- Identify whether 429 or 503 exists; if yes, assume throttling is possible until disproven.
- Check whether the workload is dominated by many small files, single-thread transfers, or long-distance clients.
- Re-test with representative transfer tooling such as AzCopy and controlled concurrency.
Route to playbooks¶
- Slow throughput without clear throttling → Slow Upload / Download
- 429, 503, or burst-driven account pressure → Throttling and Performance Issues
- Recovery outcome depends on prior protection settings → Data Protection and Recovery Issues