Azure Durable Function run via Docker Container returns 403 over HTTPS (but works OK over HTTP)
I'm trying to get a Durable Function to run in a Docker container. I'm only able to get it to work when I call my orchestration starter function using HTTP. If I try to kick off the orchestration over HTTPS,…