Skip to content

Commit ccd1d2c

Browse files
authored
Merge pull request #178482 from prasoonpankaj-25/patch-4
Update azure-monitor-sap-quickstart.md
2 parents 837ae47 + fac4576 commit ccd1d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/workloads/sap/azure-monitor-sap-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $sapcntrluri = "https://" + $SAPHostName + ":5" + $InstanceNumber + "14/?wsdl"
8383
$sapcntrl = New-WebServiceProxy -uri $sapcntrluri -namespace WebServiceProxy -class sapcntrl
8484
$FunctionObject = New-Object ($sapcntrl.GetType().NameSpace + ".$Function")
8585
$sapcntrl.$Function($FunctionObject)
86-
86+
```
8787
11. **Repeat Steps 3-10 for each instance profile **.
8888

8989
>[!Important]

0 commit comments

Comments
 (0)