Skip to content

Commit fff32cf

Browse files
committed
Fix CR comments
1 parent 0b88bc7 commit fff32cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-explorer/follower.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ poller = kusto_management_client.attached_database_configurations.create_or_upda
123123
### Attach a database using an Azure Resource Manager template
124124

125125
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.
127127

128128
```json
129129
{
@@ -155,7 +155,7 @@ If you already have a cluster just remove "Microsoft.Kusto/clusters" resource fr
155155
"type": "string",
156156
"defaultValue": "",
157157
"metadata": {
158-
"description": "The resouce ID of the leader cluster."
158+
"description": "The resource ID of the leader cluster."
159159
}
160160
},
161161
"defaultPrincipalsModificationKind": {
@@ -213,7 +213,7 @@ You can deploy the Azure Resource Manager template by [using the Azure portal](h
213213

214214
|**Setting** |**Description** |
215215
|---------|---------|
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. |
217217
|Attached Database Configurations Name | The name of the attached database configurations object. The name must be unique at the cluster level. |
218218
|Database Name | The name of the database to be followed. If you want to follow all the leader's databases, use '*'. |
219219
|Leader Cluster Resource ID | The resource ID of the leader cluster. |

0 commit comments

Comments
 (0)