Skip to content

Commit 8eee210

Browse files
authored
Fixing type of Azure CLI creation Command
Fixing the type in the creation command for --tier to GeneralPurpose
1 parent ed24331 commit 8eee210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mysql/flexible-server/how-to-configure-high-availability-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can only create server using General purpose or Business Critical pricing t
5858
**Example:**
5959

6060
```azurecli
61-
az mysql flexible-server create --name myservername --sku-name Standard_D2ds_v4 --tier Genaralpurpose --resource-group myresourcegroup --high-availability ZoneRedundant --location eastus
61+
az mysql flexible-server create --name myservername --sku-name Standard_D2ds_v4 --tier GeneralPurpose --resource-group myresourcegroup --high-availability ZoneRedundant --location eastus
6262
```
6363

6464
## Disable high availability

0 commit comments

Comments
 (0)