Skip to content

Commit 28b55f9

Browse files
authored
Merge pull request #101212 from docohe/fix-follower-docs
Update flow creation using arm template docs
2 parents d6d2da2 + c250ba7 commit 28b55f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/data-explorer/follower.md

Lines changed: 4 additions & 3 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, remove the `Microsoft.Kusto/clusters` resource from the resource list 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 resource ID of the leader cluster."
158159
}
159160
},
160161
"defaultPrincipalsModificationKind": {
@@ -212,7 +213,7 @@ You can deploy the Azure Resource Manager template by [using the Azure portal](h
212213

213214
|**Setting** |**Description** |
214215
|---------|---------|
215-
|Follower Cluster Name | The name of the follower cluster |
216+
|Follower Cluster Name | The name of the follower cluster. If the cluster name exists, remove the `Microsoft.Kusto/clusters` resource from the resource list in the ARM template. Otherwise, a new cluster will be created. |
216217
|Attached Database Configurations Name | The name of the attached database configurations object. The name must be unique at the cluster level. |
217218
|Database Name | The name of the database to be followed. If you want to follow all the leader's databases, use '*'. |
218219
|Leader Cluster Resource ID | The resource ID of the leader cluster. |

0 commit comments

Comments
 (0)