Auto scale Azure SQL Database

Auto scale Azure SQL Database with the help of Monitoring and Automation. Before getting into the auto scale let’s understand that how scaling works in Azure SQL. How scaling works in Azure SQL? There are 2 type in scaling and that would be decided by Azure. Type 1: The new compute instance will be created with the specified size. A Replica of that database will be created in the above space, here latency is based on the size of the data base i.e. maximum of 1 GB /minute for coping. During this time the connections will be handled by the previous instance. Then all the connections will be redirected to the new instance. Type 2: The new compute instance will be created with the specified size. The database will be detached and attached to the above. This cause the database unavailability for the maximum of 30 seconds. Enable Auto Scale Here I took S0 tier DB as an exam...