Skip to content

Commit 32140e8

Browse files
committed
fix cr comments 2
1 parent ad99751 commit 32140e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-explorer/follower.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ There are various methods you can use to attach a database. In this article, we
3333

3434
### Attach a database using C#
3535

36-
####Needed NuGets
36+
#### Needed NuGets
3737

3838
* Install [Microsoft.Azure.Management.kusto](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).
3939
* Install [Microsoft.Rest.ClientRuntime.Azure.Authentication for authentication](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.Authentication).
4040

41-
####Code Example
41+
#### Code Example
4242

4343
```Csharp
4444
var tenantId = "xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx";//Directory (tenant) ID
@@ -74,14 +74,14 @@ var attachedDatabaseConfigurations = resourceManagementClient.AttachedDatabaseCo
7474

7575
### Attach a database using Python
7676

77-
####Needed Modules
77+
#### Needed Modules
7878

7979
```
8080
pip install azure-common
8181
pip install azure-mgmt-kusto
8282
```
8383

84-
####Code Example
84+
#### Code Example
8585

8686
```python
8787
from azure.mgmt.kusto import KustoManagementClient

0 commit comments

Comments
 (0)