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/availability.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ Alerts are automatically enabled by default, but to fully configure an alert, yo
257
257
258
258
### Location population tags
259
259
260
-
You can use the following population tags for the geo-location attribute when you deploy a Standard test or URL ping test [by using Azure Resource Manager](../alerts/alerts-create-rule-cli-powershell-arm#create-a-new-alert-rule-using-an-arm-template).
260
+
You can use the following population tags for the geo-location attribute when you deploy a Standard test or URL ping test [by using Azure Resource Manager](../alerts/alerts-create-rule-cli-powershell-arm.md#create-a-new-alert-rule-using-an-arm-template).
@@ -356,7 +356,7 @@ Start by reviewing the graph in the **Availability** experience in the Azure por
356
356
357
357
---
358
358
359
-
By default, the Availability experience shows a line graph. Change the view to **Scatter Plot** to see samples of the test results that have diagnostic test-step detail in them. The test engine stores diagnostic detail for tests that have failures. For successful tests, diagnostic details are stored for a subset of the executions. Hover over any of the green dots or red marks to see the test, test name, and location.
359
+
By default, the Availability experience shows a line graph. Change the view to **Scatter Plot** to see samples of the test results that have diagnostic test-step detail in them. The test engine stores diagnostic detail for tests that have failures. For successful tests, diagnostic details are stored for a subset of the executions. To see the test, test name, and location, hover over any of the green dots or red crosses.
360
360
361
361
:::image type="content" source="media/availability/scatter-plot.png" alt-text="Screenshot that shows the Scatter Plot view in the Availability experience." lightbox="media/availability/scatter-plot.png":::
362
362
@@ -377,7 +377,7 @@ To edit, temporarily disable, or delete a test, open the context menu (ellipsis)
377
377
378
378
### If you see failures
379
379
380
-
Select a red cross on the Scatter Plot to open the End-to-end transaction details.
380
+
Open the **End-to-end transaction details** view by selecting a red cross on the Scatter Plot.
381
381
382
382
:::image type="content" source="./media/availability/end-to-end-transaction-details.png" alt-text="Screenshot that shows the End-to-end transaction details tab." border="false":::
383
383
@@ -386,7 +386,7 @@ Here you can:
386
386
* Review the **Troubleshooting Report** to determine what potentially caused your test to fail.
387
387
* Inspect the response received from your server.
388
388
* Diagnose failure with correlated server-side telemetry collected while processing the failed availability test.
389
-
* Log an issue or work item in Git or Azure Boards to track the problem. The bug contains a link to the event in the Azure portal.
389
+
* Track the problem by logging an issue or work item in Git or Azure Boards. The bug contains a link to the event in the Azure portal.
390
390
* Open the web test result in Visual Studio.
391
391
392
392
To learn more about the end-to-end transaction diagnostics experience, see the [transaction diagnostics documentation](./transaction-search-and-diagnostics.md?tabs=transaction-diagnostics).
@@ -550,7 +550,7 @@ To provide best-in-class encryption, all availability tests use Transport Layer
550
550
551
551
#### TLS 1.0 and TLS 1.1
552
552
553
-
Protocol versions will no longer be supported.
553
+
All versions of TLS 1.0 and TLS 1.1 will be retired.
554
554
555
555
#### TLS 1.2 and TLS 1.3
556
556
@@ -595,7 +595,7 @@ The overview page contains high-level information about your:
595
595
* End-to-end outage instances
596
596
* Application downtime
597
597
598
-
Outage instances are defined by when a test starts to fail until it's successful, based on your outage parameters. If a test starts failing at 8:00 AM and succeeds again at 10:00 AM, that entire period of data is considered the same outage.
598
+
Outage instances are determined from the moment a test begins to fail until it successfully passes again, according to your outage parameters. If a test starts failing at 8:00 AM and succeeds again at 10:00 AM, that entire period of data is considered the same outage.
599
599
600
600
:::image type="content" source="media/sla-report/overview.png" alt-text="Screenshot that shows an overview page showing the Overview Table by Test." lightbox="media/sla-report/overview.png":::
0 commit comments