Azure SQL Database is available in three flavors:
- Elastic database pools
- Single databases
- Managed instances
Azure SQL Database is available in three flavors:
Elastic database pools are a great solution for managing multiple databases and scaling their performance according to the databases' needs, which means it is a good fit for databases with unpredictable usage demands, and this leads to a saving on credits. Elastic database pools share performance across many databases, since all of these databases are built on a single Azure SQL Database server.