Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Azure SQL Hyperscale create sample #11662

Closed
gmsantos opened this issue Dec 24, 2019 — with docs.microsoft.com · 4 comments · Fixed by #11750
Closed

Include Azure SQL Hyperscale create sample #11662

gmsantos opened this issue Dec 24, 2019 — with docs.microsoft.com · 4 comments · Fixed by #11750
Assignees
Labels
Documentation Service Attention This issue is responsible by Azure service team. SQL az sql

Comments

Copy link

Hyperscale is a undocumented tier in documentation:

--edition --tier -e

The edition component of the sku. Allowed values include: Basic, Standard, Premium, GeneralPurpose, BusinessCritical.

Running list-editions command:

gabriel@Azure:~$ az sql db list-editions -l westus --query "[].name"
[
  "System",
  "Free",
  "Basic",
  "Standard",
  "Premium",
  "DataWarehouse",
  "Stretch",
  "GeneralPurpose",
  "BusinessCritical",
  "Hyperscale"
]

A example could also be included with other commom parameters:

Create a Hyperscale database with five read replicas

az sql db create -g mygroup -s myserver -n mydb -e Hyperscale --read-replicas 5

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@bim-msft
Copy link
Contributor

@Juliehzl Please take a look.

@yonzhan yonzhan added the Service Attention This issue is responsible by Azure service team. label Dec 25, 2019
@ghost
Copy link

ghost commented Dec 25, 2019

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jaredmoo

@yonzhan
Copy link
Collaborator

yonzhan commented Dec 25, 2019

Add service attention label since az sql is not owned by Azure CLI team.

@jaredmoo
Copy link
Contributor

jaredmoo commented Jan 2, 2020

Thanks for the feedback! I can add the example and update the "allowed values include" text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Service Attention This issue is responsible by Azure service team. SQL az sql
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants