Skip to content

Commit fc14fc6

Browse files
authored
Merge pull request #94265 from hkamel/patch-15
Fixing typo in Azure CLI creation Command
2 parents 95dc16f + 8eee210 commit fc14fc6

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)