An Azure service that provides an event-driven serverless compute platform.
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
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
Sign in to answer