Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ For this task, you can use the Azure portal, [Azure CLI](/cli/azure/resource#az-

```azurecli
az logic integration-account create --resource-group myresourcegroup \
--name integration_account_01 --location westus --sku name=Standard
--name integration_account_01 --location westus --sku Standard
```

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