Enabling Azure AD Authentication on HTTP Triggers

By default, when an HTTP trigger is created, it will generate a URL and includes a SAS token as part of the sig query parameter. This value is required to call this HTTP trigger. For some customers, this is a concern as it allows the endpoint to be called from outside the network as that URL can be called anywhere over the internet. Should a … Continue reading Enabling Azure AD Authentication on HTTP Triggers