This message was deleted.
# azure
s
This message was deleted.
a
Need to create the VNet first, and subnet . Also needs private link and private endpoint, seems that also requires a load balancer from what I've encountered, maybe there's a different way
c
Hi Peter, thanks for your reply. Yes, I agree, that the Vnet has to be created first, but I cannot find a respective resource provider in azure native. The REST API call to create a managed Vnet for ADF is this:
PUT <https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/managedVirtualNetworks/{managedVirtualNetworkName}?api-version=2018-06-01>
However, as said I was not able to locate the respective resource provider in azure native yet.
a
It's all part of the network apis where you look to build all the network pieces, it had me baffled for a bit. Then it's a somewhat simple link in the ADF config to link the network details
c
Did some more digging. It's not part of azure native so far. https://github.com/pulumi/pulumi-azure-native/issues/896.