Skip to content

Commit 0b88bc7

Browse files
committed
Update flow docs
1 parent 8115fb0 commit 0b88bc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/data-explorer/follower.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ poller = kusto_management_client.attached_database_configurations.create_or_upda
122122

123123
### Attach a database using an Azure Resource Manager template
124124

125-
In this section, you learn how to attach a database by using an [Azure Resource Manager template](../azure-resource-manager/management/overview.md).
125+
In this section, you learn how to create a follower cluster and attach a database to it by using an [Azure Resource Manager template](../azure-resource-manager/management/overview.md).
126+
If you already have a cluster just remove "Microsoft.Kusto/clusters" resource from the list of the resource below.
126127

127128
```json
128129
{
@@ -154,7 +155,7 @@ In this section, you learn how to attach a database by using an [Azure Resource
154155
"type": "string",
155156
"defaultValue": "",
156157
"metadata": {
157-
"description": "Name of the leader cluster to create."
158+
"description": "The resouce ID of the leader cluster."
158159
}
159160
},
160161
"defaultPrincipalsModificationKind": {

0 commit comments

Comments
 (0)