Link to home
Start Free TrialLog in
Avatar of Software Squirrel
Software SquirrelFlag for United States of America

asked on

Azure Cli script db create?

When creating a sql db with cli, how do add 5btu?  I have this so far:

az sql db create --name chr1db --server chris11ql --edition Basic --max-size 100MB (5BTU??)

Let me clarify, I am looking for what is the --service-object.  II cannot find the script for all service levels Specifically, I am looking for Basic. I know Standard is S0.
Avatar of Marcus Keustermans
Marcus Keustermans
Flag of South Africa image

Avatar of Software Squirrel

ASKER

@Marcus, that does not answer the BTU question
@Marcus, that does not answer the BTU question


Here is a link to the full help document from Microsoft as far as the Cli is concerned. Surely the poster will find his answer there.

az sql db create

Also what is 5BTU supposed to represent (is this a pricing model?)
You can use the CLI to create a database and choose to have a 100MB size and 5btu. I am asking how to write the script portion for size of 100mb and 5btu.  here is what I have so far for the script.

az slq db create --name myserver -g user-jlkljkjjllj -n mydb --edition basic  ---max-size ??  btu??

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Software Squirrel
Software Squirrel
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial