The Microsoft.DataFactory/factories module uses the Microsoft.Network/privateEndpoints module internally to create private endpoints, but it fails to pass through the ipConfigurations property to allow static IP addresses to be specified :(
|
module dataFactory_privateEndpoints '../../Microsoft.Network/privateEndpoints/deploy.bicep' = [for (privateEndpoint, index) in privateEndpoints: { |
The
Microsoft.DataFactory/factoriesmodule uses theMicrosoft.Network/privateEndpointsmodule internally to create private endpoints, but it fails to pass through theipConfigurationsproperty to allow static IP addresses to be specified :(ResourceModules/modules/Microsoft.DataFactory/factories/deploy.bicep
Line 267 in 19c03e1