Skip to content

Commit a66b133

Browse files
committed
More changes based on Acrolinx
1 parent 2a6ba63 commit a66b133

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-monitor/app/availability.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ There are four types of availability tests:
9999

100100
1. [Create an Azure Functions resource](../../azure-functions/functions-create-scheduled-function.md#create-a-function-app) with the following consideration:
101101

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

104104
* **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:
105105

@@ -150,7 +150,7 @@ To create a new file, right-click under your timer trigger function (for example
150150

151151
1. Define the `REGION_NAME` environment variable as a valid Azure availability location.
152152

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):
154154

155155
```azurecli
156156
az account list-locations -o table
@@ -356,7 +356,7 @@ Start by reviewing the graph in the **Availability** experience in the Azure por
356356

357357
---
358358

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

361361
:::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":::
362362

@@ -383,7 +383,7 @@ Select a red cross on the Scatter Plot to open the End-to-end transaction detail
383383

384384
Here you can:
385385

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.
387387
* Inspect the response received from your server.
388388
* Diagnose failure with correlated server-side telemetry collected while processing the failed availability test.
389389
* 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
546546
### Deprecating TLS configuration
547547

548548
> [!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.
550550

551551
#### TLS 1.0 and TLS 1.1
552552

@@ -617,7 +617,7 @@ There are two more tabs next to the **Overview** page:
617617

618618
* **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.
619619

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

622622
## Frequently asked questions
623623

0 commit comments

Comments
 (0)