Skip to content

Commit ea5b0e0

Browse files
committed
bulk removing links to deprecated URL ping tests
1 parent f4f888a commit ea5b0e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/sharepoint.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In the [Azure portal](https://portal.azure.com), create a new Application Insigh
1818

1919
![Click Properties, select the key, and press ctrl+C](./media/sharepoint/001.png)
2020

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.
2222

2323
## Add the script to your web pages
2424

@@ -47,7 +47,7 @@ cfg: { // Application Insights Configuration
4747
```
4848

4949
> [!NOTE]
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 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.
5151
>
5252
> The issue is caused by requireJS being loaded and initialized before the SDK.
5353
@@ -81,14 +81,14 @@ Redeploy your app.
8181

8282
Return to your application pane in the [Azure portal](https://portal.azure.com).
8383

84-
The first events will appear in Search.
84+
The first events appear in Search.
8585

8686
![Screenshot that shows the new data that you can view in the app.](./media/sharepoint/09-search.png)
8787

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.
8989

9090
## 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.
9292

9393
1. Copy your app's instrumentation key from the Essentials drop-down in Application Insights.
9494

0 commit comments

Comments
 (0)