Skip to content

Commit 1ee1525

Browse files
author
Suzi Zuber
committed
Update quickstart-powershell.md
1 parent 864bca5 commit 1ee1525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sap/monitor/quickstart-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sakhare
66
ms.topic: quickstart
77
ms.service: sap-on-azure
88
ms.subservice: sap-monitor
9-
ms.date: 10/19/2022
9+
ms.date: 08/22/2024
1010
ms.devlang: azurepowershell
1111
ms.custom: devx-track-azurepowershell, mode-api
1212
# Customer intent: As a developer, I want to deploy Azure Monitor for SAP solutions by using PowerShell so that I can create resources by using PowerShell.
@@ -35,7 +35,7 @@ In this quickstart, get started with Azure Monitor for SAP solutions by using th
3535
```
3636

3737
- Create or choose a virtual network for Azure Monitor for SAP solutions that has access to the source SAP system's virtual network.
38-
- Create a subnet with an address range of IPv4/25 or larger in the virtual network that's associated with Azure Monitor for SAP solutions, with subnet delegation assigned to **Microsoft.Web/serverFarms**.
38+
- Create a subnet with an address range of IPv4/25 or larger in the virtual network associated with Azure Monitor for SAP solutions, with subnet delegation assigned to **Microsoft.Web/serverFarms**.
3939

4040
> [!div class="mx-imgBorder"]
4141
> ![Screenshot that shows subnet creation for Azure Monitor for SAP solutions.](./media/quickstart-powershell/subnet-creation.png)
@@ -82,7 +82,7 @@ To create an SAP NetWeaver provider, use the [New-AzWorkloadsProviderInstance](/
8282
Set-AzContext -SubscriptionId 00000000-0000-0000-0000-000000000000
8383
```
8484

85-
In the following code, `hostname` is the host name or IP address for SAP Web Dispatcher or the application server. `SapHostFileEntry` is the IP address, fully qualified domain name, or host name of every instance that's listed in [GetSystemInstanceList](./provider-netweaver.md#adding-netweaver-provider) point 6 (xi).
85+
In the following code, `hostname` is the host name or IP address for SAP Web Dispatcher or the application server. `SapHostFileEntry` is the IP address, fully qualified domain name, or host name of every instance listed in [GetSystemInstanceList](./provider-netweaver.md#adding-netweaver-provider) point 6 (xi).
8686

8787
```azurepowershell-interactive
8888
$subscription_id = '00000000-0000-0000-0000-000000000000'

0 commit comments

Comments
 (0)