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
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/private-link-security.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Restricting access in this manner only applies to data in the workspace. Configu
139
139
140
140
## Configure Application Insights
141
141
142
-
In the Azure portal in your Azure Monitor Application Insights Component resource is a menu item Network Isolation on the left-hand side. You can control two different states from this menu.
142
+
In your Azure Monitor Application Insights Component resource in the Azure portal is a menu item Network Isolation on the left-hand side. You can control two different states from this menu.
143
143
144
144
**---------- TODO ------------- get screenshot----**
145
145
@@ -178,7 +178,7 @@ Your must use the Log Analytics agent version 18.20.18038.0 or later.
178
178
179
179
### Log Analytics Linux agent
180
180
181
-
Your must use agent version 1.12.25 or later. If you cannot, run the following commands on your VM.
181
+
You must use agent version 1.12.25 or later. If you cannot, run the following commands on your VM.
182
182
183
183
```cmd
184
184
$ sudo /opt/microsoft/omsagent/bin/omsadmin.sh -X
@@ -191,8 +191,7 @@ Querying the Azure Resource Manager API does not work unless you add the Service
191
191
192
192
### Application Insights SDK downloads from a content delivery network
193
193
194
-
You should bundle the JavaScript code in your script, so that the browser does not attempt to download code from a CDN.
195
-
An example is provided on [GitHub](https://github.com/microsoft/ApplicationInsights-JS#npm-setup-ignore-if-using-snippet-setup)
194
+
Bundle the JavaScript code in your script so that the browser does not attempt to download code from a CDN. An example is provided on [GitHub](https://github.com/microsoft/ApplicationInsights-JS#npm-setup-ignore-if-using-snippet-setup)
0 commit comments