Securely Routing Graph Events to Azure Function via Event Grid

Beetus A.S. (Antony) 0 Reputation points
2024-11-11T08:41:59.41+00:00

I have a partner topic for receiving Graph events. Currently, there is an Azure Function endpoint set to handle these events that is open to all networks. However, the goal is to restrict traffic to only within a VNET and from Graph events. If the Azure Function is moved to a dedicated VNET, can these events still route through to the Azure Function? Is it possible to use a service tag or similar to allow Event Grid to reach the Azure Function even though it's VNET-enabled? I understand that the endpoint should remain publicly accessible. Additionally, I noticed that there's an option to include a managed identity. Does this mean that only authorized connections from this identity can access the function if it is moved to the VNET?

Thanks,
Antony

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,131 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,306 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
396 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.