Using Console
Using CLI
<database-name>
with the name of the database for which you want to enable storage auto-growth, <resource-group-name>
with the name of the resource group in which the database is present.
The --max-size
parameter specifies the maximum size of the database and the --auto-grow
parameter enables the storage auto-growth for the database.
Using Python