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
@@ -201,8 +201,8 @@ You can deploy the Azure Resource Manager template by [using the Azure portal](h
201
201
202
202
|**Setting**|**Description**|
203
203
|---------|---------|
204
-
|Follower Cluster Name | The name of the follower cluster. |
205
-
|Attached Database Configurations Name | The name of the attached database configurations object. The name must be unique at the cluster level. |
204
+
|Follower Cluster Name | The name of the follower cluster. This is the cluster which this template will be deployed on. |
205
+
|Attached Database Configurations Name | The name of the attached database configurations object. The name can be any string as long as it's unique at the cluster level. |
206
206
|Database Name | The name of the database to be followed. If you want to follow all the leader's databases, use '*'. |
207
207
|Leader Cluster Resource ID | The resource ID of the leader cluster. |
208
208
|Default Principals Modification Kind | The default principal modification kind. Can be `Union`, `Replace` or `None`. For more information about default principal modification kind, see [principal modification kind control command](/azure/kusto/management/cluster-follower?branch=master#alter-follower-database-principals-modification-kind). |
@@ -245,7 +245,7 @@ var resourceManagementClient = new KustoManagementClient(serviceCreds){
245
245
varfollowerResourceGroupName="testrg";
246
246
//The cluster and database that are created as part of the prerequisites
0 commit comments