Skip to content

Commit 7860ac0

Browse files
committed
removed pii information from screenshots.
1 parent 9133c9c commit 7860ac0

9 files changed

Lines changed: 0 additions & 5 deletions
-246 KB
Loading
Binary file not shown.
Binary file not shown.
-137 KB
Loading
-172 KB
Loading
-87.8 KB
Loading
-129 KB
Loading
-251 KB
Loading

articles/sap/monitor/set-up-network.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,17 +147,13 @@ Follow these steps to check if the Azure Function app can resolve the hostname o
147147
nslookup hostname
148148
```
149149

150-
:::image type="content" source="./media/set-up-network/hostname-resolution-check.png" alt-text="Screenshot showing the hostname resolution check in the Kudu debug console." lightbox="./media/set-up-network/hostname-resolution-check.png":::
151-
152150
1. To check if the Azure Function app can connect to your SAP system on the required port, run the following command in the terminal, replacing hostname with the actual **hostname** of your SAP system and port with the actual **port** number that your SAP system is listening on. To find the port number, refer to the documentation section on [Allow inbound traffic](#allow-inbound-traffic) and find the port number for your provider type:
153151

154152
```bash
155153
timeout 5 bash -c "</dev/tcp/hostname/port" && echo "Port Open" || echo "Port Closed"
156154
curl -v telnet://hostname:port
157155
```
158156

159-
:::image type="content" source="./media/set-up-network/hostname-port-check.png" alt-text="Screenshot showing the hostname and port check in the Kudu debug console." lightbox="./media/set-up-network/hostname-port-check.png":::
160-
161157
1. If the hostname resolution is working correctly, you should see the IP address of your SAP system in the output of the nslookup command. If the connection to the required port is working correctly, you should see "Port Open" in the output of the timeout command and a successful connection message in the output of the curl command.
162158
1. If you see any errors in the output of these commands, it indicates that there's a connectivity issue between the Azure Function app and your SAP system. You can use the error messages to further troubleshoot and identify the root cause of the issue. Common issues include incorrect DNS configuration, NSG rules blocking traffic, or firewall rules blocking traffic.
163159
@@ -167,7 +163,6 @@ When trying to resolve connectivity issues, it's important to check the effectiv
167163

168164
1. Go to the Azure portal and navigate to your Virtual Machine that's hosting your SAP system.
169165
1. Search for **Network Settings** in the left-hand menu and select it.
170-
:::image type="content" source="./media/set-up-network/vm-network-settings.png" alt-text="Screenshot showing the network settings of the Virtual Machine." lightbox="./media/set-up-network/vm-network-settings.png":::
171166
1. Open the **Network Interface** associated with your Virtual Machine.
172167
:::image type="content" source="./media/set-up-network/vm-network-interface.png" alt-text="Screenshot showing the network interface of the Virtual Machine." lightbox="./media/set-up-network/vm-network-interface.png":::
173168
1. Search for **Effective routes** in the left-hand menu and select it. This shows you all the effective routes that are applied to your Virtual Machine. Review the routes to check if there are any routes that might be blocking traffic from Azure Monitor for SAP solutions.

0 commit comments

Comments
 (0)