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/sap/monitor/quickstart-powershell.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: sakhare
6
6
ms.topic: quickstart
7
7
ms.service: sap-on-azure
8
8
ms.subservice: sap-monitor
9
-
ms.date: 10/19/2022
9
+
ms.date: 08/22/2024
10
10
ms.devlang: azurepowershell
11
11
ms.custom: devx-track-azurepowershell, mode-api
12
12
# 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
35
35
```
36
36
37
37
- 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**.
39
39
40
40
> [!div class="mx-imgBorder"]
41
41
> 
@@ -82,7 +82,7 @@ To create an SAP NetWeaver provider, use the [New-AzWorkloadsProviderInstance](/
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).
0 commit comments