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/app/sharepoint.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In the [Azure portal](https://portal.azure.com), create a new Application Insigh
18
18
19
19

20
20
21
-
The window that opens is the place where you'll see performance and usage data about your app. To get back to it next time you login to Azure, you should find a tile for it on the start screen. Alternatively click Browse to find it.
21
+
The window that opens is the place where you'll see performance and usage data about your app. To get back to it next time you sign in to Azure, you should find a tile for it on the start screen. Alternatively select Browse to find it.
> The Url for SharePoint uses a different module format "...\ai.2.gbl.min.js" (note the additional **.gbl.**) this alternate module format is required to avoid an issue caused by the order that scripts are loaded, which will cause the SDK to fail to initialize and will result in the lose of telemetry events.
50
+
> The Url for SharePoint uses a different module format "...\ai.2.gbl.min.js" (note the additional **.gbl.**) this alternate module format is required to avoid an issue caused by the order that scripts are loaded, which will cause the SDK to fail to initialize and will result in the loss of telemetry events.
51
51
>
52
52
> The issue is caused by requireJS being loaded and initialized before the SDK.
53
53
@@ -81,14 +81,14 @@ Redeploy your app.
81
81
82
82
Return to your application pane in the [Azure portal](https://portal.azure.com).
83
83
84
-
The first events will appear in Search.
84
+
The first events appear in Search.
85
85
86
86

87
87
88
-
Click Refresh after a few seconds if you're expecting more data.
88
+
Select Refresh after a few seconds if you're expecting more data.
89
89
90
90
## Capturing User Id
91
-
The standard web page code snippet doesn't capture the user id from SharePoint, but you can do that with a small modification.
91
+
The standard web page code snippet doesn't capture the user ID from SharePoint, but you can do that with a small modification.
92
92
93
93
1. Copy your app's instrumentation key from the Essentials drop-down in Application Insights.
0 commit comments