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
When attaching a database, specify the **default principals modification kind"**. The default is keeping the leader database collection of [authorized principals](/azure/kusto/management/access-control/index#authorization)
249
+
When attaching a database, specify the **"default principals modification kind"**. The default is keeping the leader database collection of [authorized principals](/azure/kusto/management/access-control/index#authorization)
241
250
242
251
|**Kind**|**Description**|
243
252
|---------|---------|
244
253
|**Union**| The attached database principals will always include the original database principals plus additional new principals added to the follower database. |
245
-
|**Replace**| No inheritance of principals from the original database. New principals must be created for the attached database. At least one principal needs to be added to block principal inheritance. |
254
+
|**Replace**| No inheritance of principals from the original database. New principals must be created for the attached database. |
246
255
|**None**| The attached database principals include only the principals of the original database with no additional principals. |
247
256
248
257
For more information about using control commands to configure the authorized principals, see [Control commands for managing a follower cluster](/azure/kusto/management/cluster-follower).
0 commit comments