Skip to content

Commit 35f7b63

Browse files
MicrosoftDocs/azure-docs#91005
Corrected the typo in Azure CLI command from '--resrouce-group' to '--resource-group'
1 parent c51aa9f commit 35f7b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql/managed-instance/instance-pools-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ az sql instance-pool create
143143
--capacity 8
144144
--tier GeneralPurpose
145145
--family Gen5
146-
--resrouce-group myResourceGroup
146+
--resource-group myResourceGroup
147147
--subnet miPoolSubnet
148148
--vnet-name miPoolVirtualNetwork
149149
```

0 commit comments

Comments
 (0)