HTTP endpoint

This function also has a publicly accessible HTTP endpoint, that is auto generated based on the function name and the Functions App name we' ve used. All endpoints are automatically configured to use HTTPS rather than plain HTTP, meaning that the traffic will be encrypted with TLS. This is especially important if you authenticate the function with a key, as this means the key won' t be passed in clear text.

Let's explore the HTTP endpoint by performing the following steps:

  1. To get the endpoint URL, click on Get function URL preceding the function code:
Since we set the Authentication level to Anonymous, no API key or any other ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.