Is there an elegant way to supply a custom domain to the DurableOrchestrationClient?
Our functions use the new VNet Integration to get into the VNet and only allow traffic from within the VNet. An Application Gateway is then used as the entry point to known routes. We have a custom domain associated to the IP of the app gateway so it would be preferable that the response from CreateCheckStatusResponse could accept a different domain.
The alternative isn't pretty and involves a bit of string manipulation...