Skip to content

Commit 16e4a80

Browse files
authored
Merge pull request #178065 from dimitri-furman/dimitri-furman-6
Removed special chars from samples
2 parents aef9a95 + 8868782 commit 16e4a80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-monitor/insights/sql-insights-enable.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ The connections string will vary for each type of SQL resource:
204204
Enter the connection string in the form:
205205

206206
```
207-
sqlAzureConnections": [
207+
sqlAzureConnections": [
208208
"Server=mysqlserver.database.windows.net;Port=1433;Database=mydatabase;User Id=$username;Password=$password;"
209-
}
209+
]
210210
```
211211

212212
Get the details from the **Connection strings** menu item for the database.
@@ -219,9 +219,9 @@ To monitor a readable secondary, include the key-value `ApplicationIntent=ReadOn
219219
Enter the connection string in the form:
220220

221221
```
222-
"sqlManagedInstanceConnections": [
223-
      "Server= mysqlserver.database.windows.net;Port=1433;User Id=$username;Password=$password;"
224-
    ]
222+
"sqlManagedInstanceConnections": [
223+
"Server= mysqlserver.database.windows.net;Port=1433;User Id=$username;Password=$password;"
224+
]
225225
```
226226
Get the details from the **Connection strings** menu item for the managed instance.
227227

@@ -234,7 +234,7 @@ To monitor a readable secondary, include the key-value `ApplicationIntent=ReadOn
234234
Enter the connection string in the form:
235235

236236
```
237-
"sqlVmConnections": [
237+
"sqlVmConnections": [
238238
"Server=MyServerIPAddress;Port=1433;User Id=$username;Password=$password;"
239239
]
240240
```

0 commit comments

Comments
 (0)