azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Debugging function that connects to an endpoint that uses Private Link / Private Endpoint

Open lymedo opened this issue 2 years ago • 0 comments

I'm trying to debug a function that connects to Azure Service Bus that uses a private endpoint.

I've spun up a VM and peered the VNets and successfully tested connectivity using the Service Bus SDK. But when trying to debug a function in VS code / core tools V3, the function trigger cannot connect to the Service Bus queue.

I've tried added WEBSITE_VNET_ROUTE_ALL: 1 and WEBSITE_DNS_SERVER: 168.63.129.16 to the app setting but still no connectivity.

Does core tools support private endpoint? Is the a way to get this working?

lymedo avatar Mar 07 '22 09:03 lymedo