Skip to content

Commit c250ba7

Browse files
committed
CR fixes 2
1 parent fff32cf commit c250ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-explorer/follower.md

Lines changed: 2 additions & 2 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, remove the ```Microsoft.Kusto/clusters``` resource from the resource list below.
126+
If you already have a cluster, remove the `Microsoft.Kusto/clusters` resource from the resource list below.
127127

128128
```json
129129
{
@@ -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. 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. |
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. |
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)