There are four types of pools used by Azure client:
- Http connection pool (used by HttpClient)
- Http thread pool (used by HttpClient)
- Azure Identity thread pool (used by Azure Identity client for token acquisition)
- Reactor thread pool (default thread pool to subscribe on)