Skip to content

Commit 4897d90

Browse files
authored
Merge pull request #178705 from MSSedusch/sap-proxy
add proxy support documentation
2 parents cee1bb9 + d207147 commit 4897d90

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/virtual-machines/workloads/sap/deployment-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,9 @@ Set the following parameters:
832832
sudo service waagent restart
833833
```
834834

835-
The proxy settings in \\etc\\waagent.conf also apply to the required VM extensions. If you want to use the Azure repositories, make sure that the traffic to these repositories is not going through your on-premises intranet. If you created user-defined routes to enable forced tunneling, make sure that you add a route that routes traffic to the repositories directly to the Internet, and not through your site-to-site VPN connection.
835+
If you want to use the Azure repositories, make sure that the traffic to these repositories is not going through your on-premises intranet. If you created user-defined routes to enable forced tunneling, make sure that you add a route that routes traffic to the repositories directly to the Internet, and not through your site-to-site VPN connection.
836+
837+
The VM Extension for SAP also needs to be able to access the internet. Please make sure to install the new VM Extension for SAP and follow the steps in [Configure the Azure VM extension for SAP solutions with Azure CLI](vm-extension-for-sap-new.md#fa4428b9-bed6-459a-9dfb-74cc27454481) in the VM Extension for SAP installation guide to configure the proxy.
836838

837839
* **SLES**
838840

articles/virtual-machines/workloads/sap/vm-extension-for-sap-new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ The new VM Extension for SAP uses a managed identity that's assigned to the VM t
8686
1. Run the following PowerShell cmdlet.
8787
For a list of available environments, run cmdlet `Get-AzEnvironment`. If you want to use global Azure, your environment is **AzureCloud**. For Azure China 21Vianet, select **AzureChinaCloud**.
8888

89+
The VM Extension for SAP supports configuring a proxy that the extension should use to connect to external resources, for example the Azure Resource Manager API. Please use parameter -ProxyURI to set the proxy.
90+
8991
```powershell
9092
$env = Get-AzEnvironment -Name <name of the environment>
9193
Connect-AzAccount -Environment $env
@@ -118,6 +120,8 @@ The new VM Extension for SAP uses a managed identity that is assigned to the VM
118120

119121
1. Enable the new extension:
120122

123+
The VM Extension for SAP supports configuring a proxy that the extension should use to connect to external resources, for example the Azure Resource Manager API. Please use parameter --proxy-uri to set the proxy.
124+
121125
```azurecli
122126
az vm aem set -g <resource-group-name> -n <vm name> --install-new-extension
123127
```

0 commit comments

Comments
 (0)