Skip to content

Commit f6e81f9

Browse files
authored
Merge pull request #127862 from himachida/main
Fix a typo in integration account creation
2 parents 75bbe46 + 2cbbe88 commit f6e81f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/enterprise-integration/create-integration-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ For this task, you can use the Azure portal, [Azure CLI](/cli/azure/resource#az-
136136

137137
```azurecli
138138
az logic integration-account create --resource-group myresourcegroup \
139-
--name integration_account_01 --location westus --sku name=Standard
139+
--name integration_account_01 --location westus --sku Standard
140140
```
141141

142142
Your integration account name can contain only letters, numbers, hyphens (-), underscores (_), parentheses (()), and periods (.).

0 commit comments

Comments
 (0)