Skip to content

Commit 6b539ce

Browse files
committed
more acrolinx
1 parent 47b4b95 commit 6b539ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/quickstart-create-server-up-azure-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You'll need to login to your account using the [az login](/cli/azure/authenticat
2929
az login
3030
```
3131

32-
If you have multiple subscriptions, choose the appropriate subscription in which the resource should be billed. Select the specific subscription ID under your account using [az account set](/cli/azure/account) command. Substitute the **subscription id** property from the **az login** output for your subscription into the subscription id placeholder.
32+
If you have multiple subscriptions, choose the appropriate subscription in which the resource should be billed. Select the specific subscription ID under your account using [az account set](/cli/azure/account) command. Substitute the **subscription ID** property from the **az login** output for your subscription into the subscription ID placeholder.
3333

3434
```azurecli
3535
az account set --subscription <subscription id>
@@ -59,7 +59,7 @@ sku-name | GP_Gen5_2 | The name of the sku. Follows the convention {pricing tier
5959
backup-retention | 7 | How long a backup should be retained. Unit is days.
6060
geo-redundant-backup | Disabled | Whether geo-redundant backups should be enabled for this server or not.
6161
location | westus2 | The Azure location for the server.
62-
ssl-enforcement | Disabled | Whether ssl should be enabled or not for this server.
62+
ssl-enforcement | Disabled | Whether SSL should be enabled or not for this server.
6363
storage-size | 5120 | The storage capacity of the server (unit is megabytes).
6464
version | 5.7 | The MySQL major version.
6565
admin-user | System generated | The username for the administrator login.

0 commit comments

Comments
 (0)