An Azure service that provides an event-driven serverless compute platform.
As simple as
def main(req: func.HttpRequest) -> func.HttpResponse:
# Retrieve the claims from the request headers
claims = req.headers.get("X-MS-CLIENT-PRINCIPAL")
and claims contains a Base64 encoded JSON representation of the available claims.