Azure Functions Runtime v1 EventGrid Subscription create fails
问题 What I'm doing wrong or how to make it work? I'm using Azure Runtime v1 (need to use .NET Framework, not core). Function code in Visual Studio as follows: // This is the default URL for triggering event grid function in the local environment. // http://localhost:7071/admin/extensions/EventGridExtensionConfig?functionName={functionname} using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Host; using Microsoft.Azure.WebJobs.Extensions.EventGrid; namespace FunctionApp1 { public static