Share via

Does the code running in an Azure Function pose significant risks when it calls an HTTP endpoint running on a server?

jinxjer lee 40 Reputation points
2025-09-24T00:19:57.61+00:00

The endpoint is HTTP (not HTTPS), but it will only be called by Azure function, no other real users will call it (so no risk when normal user's network is listened). Will Azure's outbound network have chance to be listened by anyone else? The endpoint has the secret key, so only caller knows the key can call successfully, but I am not sure whether it's necessary to get ssl

By the way, I tried to ask in Chinese QA, but I have no idea why no Azure Tags in Chinese QA, so I have to ask here in English

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


Your answer

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