Forum Discussion
curious7
Nov 23, 2025Copper Contributor
Can I send MgGraph traffic over Service Endpoint from Azure VM?
I have a Azure VM which resides on a subnet that has UDR to send all traffic to 0.0.0.0/0 through our firewall which in turn sends the http and https traffic to our proxy. I am having problems execut...
Kidd_Ip
Nov 25, 2025MVP
It is not possible to send Microsoft Graph traffic through an Azure Service Endpoint. Service Endpoints are limited to a predefined set of Azure services, such as Storage, SQL Database, and Key Vault. Microsoft Graph API requests are directed to https://graph.microsoft.com over the public internet, and therefore cannot be transmitted via a Service Endpoint.