Skip to content

Commit f237cc0

Browse files
Improve clarity and readability in observability guide
1 parent db7de4a commit f237cc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/iot-operations/configure-observability-monitoring/howto-configure-observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article shows you how to deploy Azure IoT Operations observability resource
2424

2525
## Deploy with the automated script
2626

27-
To set up all observability resources in a single step, use the automated [deploy-observability-resources.sh](https://github.com/Azure/azure-iot-operations/blob/main/scripts/observability/deploy-observability-resources.sh) script. The script performs all the steps in this article from [creating Azure resources](#create-resources-in-azure) through [setting up the observability configuration](#set-up-observability-configuration) in an idempotent way, skipping resources that already exist and updating those that need changes.
27+
To set up all observability resources in a single step, use the automated [deploy-observability-resources.sh](https://github.com/Azure/azure-iot-operations/blob/main/scripts/observability/deploy-observability-resources.sh) script. The script automates the steps in this article, from [creating Azure resources](#create-resources-in-azure) through [setting up the observability configuration](#set-up-observability-configuration). You can run the script multiple times safely. It skips resources that already exist and updates resources that need changes.
2828

2929
1. Download the script:
3030

@@ -63,7 +63,7 @@ To set up all observability resources in a single step, use the automated [deplo
6363
After the script completes, continue to [Deploy dashboards to Grafana](#deploy-dashboards-to-grafana) to import the curated dashboards.
6464

6565
> [!NOTE]
66-
> If you need more control over individual stepsfor example, to customize the OpenTelemetry Collector configuration or reuse existing monitoring resources - follow the manual steps in the sections below instead of using the script.
66+
> If you need more control over individual steps, for example, to customize the OpenTelemetry Collector configuration or reuse existing monitoring resources, follow the manual steps in the rest of this article instead of using the script.
6767
6868
## Create resources in Azure
6969

0 commit comments

Comments
 (0)