November 2017
Intermediate to advanced
276 pages
7h 6m
English
To create an elastic database pool, you must have an Azure SQL Server. You can use the one created in the previous chapter using the Azure CLI 2.0 or create a new one yourself:
az sql elastic-pool create --resource-group PacktPub --server packtpubsqlcli --name EDPCLI --dtu 400 --db-dtu-min 10 --db-dtu-max 100