Skip to content

Commit 45b6f18

Browse files
authored
Merge pull request #107286 from docohe/fix-flow-v2
Kusto: Fix follower arm template
2 parents bb061d4 + 3ebdb8a commit 45b6f18

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/data-explorer/follower.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ In this section, you learn to attach a database to an existing cluser by using a
159159
},
160160
"defaultPrincipalsModificationKind": {
161161
"type": "string",
162-
"defaultValue": "",
162+
"defaultValue": "Union",
163163
"metadata": {
164164
"description": "The default principal modification kind."
165165
}
@@ -175,13 +175,10 @@ In this section, you learn to attach a database to an existing cluser by using a
175175
"variables": {},
176176
"resources": [
177177
{
178-
"name": "[parameters('attachedDatabaseConfigurationsName')]",
178+
"name": "[concat(parameters('followerClusterName'), '/', parameters('attachedDatabaseConfigurationsName'))]",
179179
"type": "Microsoft.Kusto/clusters/attachedDatabaseConfigurations",
180180
"apiVersion": "2019-09-07",
181181
"location": "[parameters('location')]",
182-
"dependsOn": [
183-
"[resourceId('Microsoft.Kusto/clusters', parameters('followerClusterName'))]"
184-
],
185182
"properties": {
186183
"databaseName": "[parameters('databaseName')]",
187184
"clusterResourceId": "[parameters('leaderClusterResourceId')]",

0 commit comments

Comments
 (0)