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
* Install [Microsoft.Rest.ClientRuntime.Azure.Authentication for authentication](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.Authentication).
40
40
41
+
####Code Example
41
42
42
43
```Csharp
43
44
vartenantId="xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx";//Directory (tenant) ID
@@ -73,12 +74,15 @@ var attachedDatabaseConfigurations = resourceManagementClient.AttachedDatabaseCo
73
74
74
75
### Attach a database using Python
75
76
76
-
**Needed Modules**
77
+
####Needed Modules
78
+
77
79
```
78
80
pip install azure-common
79
81
pip install azure-mgmt-kusto
80
82
```
81
83
84
+
####Code Example
85
+
82
86
```python
83
87
from azure.mgmt.kusto import KustoManagementClient
84
88
from azure.mgmt.kusto.models import AttachedDatabaseConfiguration
### Attach a database using an Azure Resource Manager template
124
124
125
125
In this section, you learn how to attach a database by using an [Azure Resource Manager template](../azure-resource-manager/resource-group-overview.md).
@@ -239,7 +239,7 @@ Alternatively:
239
239
240
240
### Detach the attached follower database from the follower cluster
241
241
242
-
Follower cluster can detach any attached database as follows:
242
+
The follower cluster can detach any attached database as follows:
243
243
244
244
```csharp
245
245
vartenantId="xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx";//Directory (tenant) ID
0 commit comments