I have a PHP web app that moves files between Sharepoint Online and Azure Blob Storage (DataLake). This runs fine on my Ubuntu box but need to move it to Azure.
I have created a VNet integration with a NAT Gateway with a Public Outbound IP address
I have also tried Hybrid connections as well but to no avail
I am on a Production tier
In Application Logs:
NOTICE: PHP message: PHP Warning: stream_socket_client(): SSL: Handshake timed out
NOTICE: PHP message: PHP Warning: stream_socket_client(): Failed to enable crypto
NOTICE: PHP message: PHP Warning: stream_socket_client(): Unable to connect to ssl://graph.microsoft.com:443 (Connection timed out)
In the outbound connections I only see two attempted connections to an IP That is not that same as graph.microsoft.com.
No SNAT Port exhaustion
The end goal here is to run this file backup service that was built in PHP on Azure. I just need the ability to make outbound requests.