Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,978 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
HI all,
recently, seen a log in funcitonApp that, programmatically triggered as the log indicates.
"{\"FunctionExecutionTimeMs\":\"634.0927\",\"TriggerReason\":\"This function was programmatically called via the host APIs.\",\"HostInstanceId\":\"13...\",\"Category\":\"Host.Results\",\"FullName\":\"...b\",\"LogLevel\":\"Information\",\"InvocationId\":\"c4086333-...-0a04ac395dc5\",\"ProcessId\":\"7960\",\"HttpMethod\":\"GET\",\"HttpPath\":\"/api/namehere.\"}"iip is logged as "52.114.x.x"
seems to be that it is part of the azure. how do we who tried connecting. ip belongs to who in azure ip?
thanks,
Kalpa
@Kalpa As per the log your function have called via the host API's/azure portal with the right keys. You can refer to the azure data center IP's to find which azure resource it belongs to.