Skip to content

Commit 838c867

Browse files
committed
Updates based on acrolinx suggestions.
1 parent 6841cbe commit 838c867

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/sap/monitor/provider-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: sujaj
1313

1414
[!INCLUDE [Azure Monitor for SAP solutions public preview notice](./includes/preview-azure-monitor.md)]
1515

16-
In this how-to guide, you'll learn to create a Linux OS provider for *Azure Monitor for SAP solutions* resources.
16+
In this how-to guide, you learn to create a Linux OS provider for *Azure Monitor for SAP solutions* resources.
1717

1818
This content applies to both versions of the service, *Azure Monitor for SAP solutions* and *Azure Monitor for SAP solutions (classic)*.
1919

@@ -59,7 +59,7 @@ nohup ./node_exporter --web.listen-address=":9100" &
5959

6060
1. If the target virtual machine is restarted/stopped, node exporter is also stopped, and needs to be manually started again to continue monitoring.
6161
1. Run `sudo crontab -e` command to open cron file.
62-
1. Add the command `@reboot cd /path/to/node/exporter && nohup ./node_exporter &` at the end of cron file. This will start node exporter on VM reboot.
62+
2. Add the command `@reboot cd /path/to/node/exporter && nohup ./node_exporter &` at the end of cron file. This starts node exporter on VM reboot.
6363

6464
```shell
6565
# if you do not have a crontab file already, create one by running the command: sudo crontab -e

articles/sap/monitor/quickstart-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ If you don't have an Azure subscription, create a [free](https://azure.microsoft
3232

3333

3434
3. On the **Basics** tab, provide the required values.
35-
1. **Workload Region** is the region where the monitoring resources are created, make sure to select a region which is same as your virtual network.
35+
1. **Workload Region** is the region where the monitoring resources are created, make sure to select a region that is same as your virtual network.
3636
2. **Service Region** is automatically selected based on your Workload Region selection.
37-
3. For **Virtual Network** field please select a virtual network which has connectivity to your SAP systems.
38-
4. For the **Subnet** field, select a subnet which has connectivity to your SAP systems. You can use an existing subnet or create a new subnet. Make sure that you select a subnet which is an **IPv4/25 block or larger**.
39-
5. For **Log Analytics Workspace**, you can use an existing Log Analytics workspace or create a new one. If you create a new workspace, it will created inside the managed resource group along with other monitoring resources.
40-
6. When entering **managed resource group** name, make sure to use a unique name. This name will be used to create a resource group which will contain all the monitoring resources.
37+
3. For **Virtual Network** field select a virtual network, which has connectivity to your SAP systems.
38+
4. For the **Subnet** field, select a subnet that has connectivity to your SAP systems. You can use an existing subnet or create a new subnet. Make sure that you select a subnet, which is an **IPv4/25 block or larger**.
39+
5. For **Log Analytics Workspace**, you can use an existing Log Analytics workspace or create a new one. If you create a new workspace, it will be created inside the managed resource group along with other monitoring resources.
40+
6. When entering **managed resource group** name, make sure to use a unique name. This name is used to create a resource group, which will contain all the monitoring resources.
4141

4242
<br/>
4343

4444
![Diagram that shows Azure Monitor for SAP solutions Quick Start 2.](./media/quickstart-portal/azure-monitor-quickstart-2-new.png)
4545

4646
4. On the **Providers** tab, you can start creating providers along with the monitoring resource. You can also create providers later by navigating to the **Providers** tab in the Azure Monitor for SAP solutions resource.
47-
5. On the **Tags** tab, you can add tags to the monitoring resource. Please make sure to add all the mandatory tags in case you have a tag policy in place.
47+
5. On the **Tags** tab, you can add tags to the monitoring resource. Make sure to add all the mandatory tags in case you have a tag policy in place.
4848
6. On the **Review + create** tab, review the details and click **Create**.
4949

5050

0 commit comments

Comments
 (0)