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
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.
126
+
If you already have a cluster, remove the ```Microsoft.Kusto/clusters``` resource from the resource list below.
127
127
128
128
```json
129
129
{
@@ -155,7 +155,7 @@ If you already have a cluster just remove "Microsoft.Kusto/clusters" resource fr
155
155
"type": "string",
156
156
"defaultValue": "",
157
157
"metadata": {
158
-
"description": "The resouce ID of the leader cluster."
158
+
"description": "The resource ID of the leader cluster."
159
159
}
160
160
},
161
161
"defaultPrincipalsModificationKind": {
@@ -213,7 +213,7 @@ You can deploy the Azure Resource Manager template by [using the Azure portal](h
213
213
214
214
|**Setting**|**Description**|
215
215
|---------|---------|
216
-
|Follower Cluster Name | The name of the follower cluster|
216
+
|Follower Cluster Name | The name of the follower cluster. If the cluster with this name already exist please remove the ```Microsoft.Kusto/clusters``` resource from the resource list in the ARM template. Otherwise, a new cluster will be created.|
217
217
|Attached Database Configurations Name | The name of the attached database configurations object. The name must be unique at the cluster level. |
218
218
|Database Name | The name of the database to be followed. If you want to follow all the leader's databases, use '*'. |
219
219
|Leader Cluster Resource ID | The resource ID of the leader cluster. |
0 commit comments