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
@@ -99,7 +99,7 @@ There are four types of availability tests:
99
99
100
100
1.[Create an Azure Functions resource](../../azure-functions/functions-create-scheduled-function.md#create-a-function-app) with the following consideration:
101
101
102
-
***If you don't have an Application Insights resource yet for your timer-triggered function,** it is created *by default* when you create an Azure Functions app.
102
+
***If you don't have an Application Insights resource yet for your timer-triggered function,** it's created *by default* when you create an Azure Functions app.
103
103
104
104
***If you already have an Application Insights resource,** go to the **Monitoring** tab while creating the Azure Functions app, and select or enter the name of your existing resource in the Application Insights dropdown:
105
105
@@ -150,7 +150,7 @@ To create a new file, right-click under your timer trigger function (for example
150
150
151
151
1. Define the `REGION_NAME` environment variable as a valid Azure availability location.
152
152
153
-
Run the following command in [Azure CLI](/cli/azure/account?view=azure-cli-latest#az-account-list-locations&preserve-view=true) to list available regions:
153
+
To list available regions, run the following command in [Azure CLI](/cli/azure/account?view=azure-cli-latest#az-account-list-locations&preserve-view=true):
154
154
155
155
```azurecli
156
156
az account list-locations -o table
@@ -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 dotsor 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. Hover over any of the green dots or red marks to see the test, test name, and location.
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
@@ -383,7 +383,7 @@ Select a red cross on the Scatter Plot to open the End-to-end transaction detail
383
383
384
384
Here you can:
385
385
386
-
* Review the **Troubleshooting Report** to determine what might have caused your test to fail.
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
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.
@@ -546,7 +546,7 @@ To provide best-in-class encryption, all availability tests use Transport Layer
546
546
### Deprecating TLS configuration
547
547
548
548
> [!WARNING]
549
-
> On 31 October 2024, in alignment with the [Azure wide legacy TLS deprecation](https://azure.microsoft.com/updates/azure-support-tls-will-end-by-31-october-2024-2/), TLS 1.0/1.1 protocol versions and the below listed TLS 1.2/1.3 legacy Cipher suites and Elliptical curves will be retired for Application Insights availability tests.
549
+
> On 31 October 2024, in alignment with the [Azure wide legacy TLS deprecation](https://azure.microsoft.com/updates/azure-support-tls-will-end-by-31-october-2024-2/), TLS 1.0/1.1 protocol versions and the listed TLS 1.2/1.3 legacy Cipher suites and Elliptical curves will be retired for Application Insights availability tests.
550
550
551
551
#### TLS 1.0 and TLS 1.1
552
552
@@ -617,7 +617,7 @@ There are two more tabs next to the **Overview** page:
617
617
618
618
* **Log Analytics:** The queries can all be run in [Log Analytics](../logs/log-analytics-overview.md) and used in other reports or dashboards. Remove the parameter restriction and reuse the core query.
619
619
620
-
* **Access and sharing:** The report can be shared with your teams and leadership or pinned to a dashboard for further use. The user needs to have read permissions and access to the Application Insights resource where the actual workbook is stored.
620
+
* **Access and sharing:** The report can be shared with your teams and leadership or pinned to a dashboard for further use. The user needs read permissions and access to the Application Insights resource where the actual workbook is stored.
0 commit comments