问题 I am writing a azure webjob using .net core 3.1 and I am getting the following runtime exception: InvalidOperationException: %EventHubName% does not resolve to a value. where my trigger looks like: ProcessEvent([EventHubTrigger("%EventHubName%", ConsumerGroup = "%ConsumerGroupName%")] EventData eventData) I have registered the configuration in program.cs I have added appSettings.environment.json file which contains something like: "EventHubConfig": { "EventHubConnectionString": "..",