You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the IP is freely chosen by Azure when creating the private endpoint, it may conflict with some IP which is manually assigned to some other resource such as a VM.
SUMMARY
The Private Endpoint can have a custom IP configuration as shown here https://learn.microsoft.com/en-us/rest/api/virtualnetwork/private-endpoints/create-or-update?view=rest-virtualnetwork-2024-03-01&tabs=HTTP#privateendpointipconfiguration and here https://learn.microsoft.com/en-us/cli/azure/network/private-endpoint?view=azure-cli-latest#az-network-private-endpoint-create
This option is not yet available in the azure_rm_privateendpoint module, so it would be nice to have this option when creating a private endpoint. By having this, azure won't pick any random empty IP available in the subnet, which might cause conflicts later.
ISSUE TYPE
COMPONENT NAME
azure_rm_privateendpoint
ADDITIONAL INFORMATION
If the IP is freely chosen by Azure when creating the private endpoint, it may conflict with some IP which is manually assigned to some other resource such as a VM.
The text was updated successfully, but these errors were encountered: