You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Attach a database using an Azure Resource Manager template
124
124
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.
125
+
In this section, you learn to attach a database to an existing cluser by using an [Azure Resource Manager template](../azure-resource-manager/management/overview.md).
127
126
128
127
```json
129
128
{
@@ -134,7 +133,7 @@ If you already have a cluster, remove the `Microsoft.Kusto/clusters` resource fr
134
133
"type": "string",
135
134
"defaultValue": "",
136
135
"metadata": {
137
-
"description": "Name of the follower cluster."
136
+
"description": "Name of the cluster to which the database will be attached."
138
137
}
139
138
},
140
139
"attachedDatabaseConfigurationsName": {
@@ -175,17 +174,6 @@ If you already have a cluster, remove the `Microsoft.Kusto/clusters` resource fr
@@ -213,7 +201,7 @@ You can deploy the Azure Resource Manager template by [using the Azure portal](h
213
201
214
202
|**Setting**|**Description**|
215
203
|---------|---------|
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. |
204
+
|Follower Cluster Name | The name of the follower cluster. |
217
205
|Attached Database Configurations Name | The name of the attached database configurations object. The name must be unique at the cluster level. |
218
206
|Database Name | The name of the database to be followed. If you want to follow all the leader's databases, use '*'. |
219
207
|Leader Cluster Resource ID | The resource ID of the leader cluster. |
0 commit comments