Establish connectivity between edge device and IoTHub Private Link endpoint over Azure P2S infrastructure
I have done the following steps:
- Have provisioned Azure P2S VNET infrastructure.
- Have provisioned IoTHub and created a private link endpoint on the virtual network.
Requirement:
Want to ingest data from edge device connected to VPN gateway using VPN client. Can someone provide mechanisms how this can be achieved?
I have tried creating a linux edge gateway on the same VNET where the private endpoint is provisioned, use the raspberry online simulator tool with the SAS connectionstring for iothubowner, but it does not work.
Even if I want to deploy standard simulator modules to edge and establish connectivity, what is the SAS connection string (is it one with public endpoint) that I use with the config.yaml for the edge runtime configuration.
Any reference to end-end demo setup guide should be useful.
Thanks