Skip to content

Commit 2ec2479

Browse files
authored
Merge pull request #97911 from Diego-Perez-Botero/master
Add Internet Analyzer troubleshooting article
2 parents e20858c + 73f7fdf commit 2ec2479

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

articles/internet-analyzer/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
items:
2323
- name: Internet Analyzer FAQ
2424
href: internet-analyzer-faq.md
25+
- name: Internet Analyzer troubleshooting
26+
href: troubleshoot.md
2527
- name: Internet Analyzer CLI reference
2628
href: https://docs.microsoft.com/cli/azure/ext/internet-analyzer/internet-analyzer?view=azure-cli-latest
2729
- name: Azure Roadmap

articles/internet-analyzer/index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,18 @@ landingContent:
4141
url: internet-analyzer-embed-client.md
4242
- text: Configure a Custom Endpoint
4343
url: internet-analyzer-custom-endpoint.md
44-
44+
- text: Interpreting your scorecard
45+
url: internet-analyzer-scorecard.md
46+
4547
# Card
4648
- title: Resources
4749
linkLists:
4850
- linkListType: reference
4951
links:
5052
- text: Internet Analyzer FAQ
5153
url: internet-analyzer-faq.md
52-
- text: Interpreting your scorecard
53-
url: internet-analyzer-scorecard.md
54+
- text: Internet Analyzer troubleshooting
55+
url: troubleshoot.md
5456
- text: Internet Analyzer CLI reference
5557
url: https://docs.microsoft.com/cli/azure/ext/internet-analyzer/internet-analyzer?view=azure-cli-latest
5658

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: 'Azure Internet Analyzer troubleshooting | Microsoft Docs'
3+
description: The troubleshooting reference for Azure Internet Analyzer.
4+
services: internet-analyzer
5+
author: diego-perez-botero
6+
7+
ms.service: internet-analyzer
8+
ms.topic: guide
9+
ms.date: 12/04/2019
10+
ms.author: dibotero
11+
---
12+
# Azure Internet Analyzer troubleshooting
13+
14+
This article contains troubleshooting steps for common Internet Analyzer issues.
15+
16+
## Azure Portal
17+
**"Not enough measurements have been collected for this scorecard" in the Scorecards section**
18+
19+
Note that:
20+
- Measurement data will only be collected if the Internet Analyzer profile's client script has been embedded into an application that is receiving real user traffic. Synthetic traffic (for example, Azure WebApp Performance Tests) does not typically execute embedded Javascript code, so no measurements will be generated by that type of traffic.
21+
- Time series are generated once an hour, so you’ll need to wait at least that amount of time for new measurement data to show up.
22+
- Scorecards are generated on a daily basis (at the end of every day, UTC time).
23+
- Scorecards are only generated if more than 100 measurements were collected for the selected filter combination (Test, Time Period, Country, etc.).
24+
25+
## Next steps
26+
Read the [Internet Analyzer FAQ](internet-analyzer-faq.md)

0 commit comments

Comments
 (0)