Hello Tummala Srikanth (ADMIN)
For further troubleshooting can you please share the following details:
- Could you please share a screenshot of the error related to the issue?
- Are you using the Azure portal or Azure PowerShell for this? Please try creating it with Azure PowerShell and let me know the results.
- What exact steps did you take before encountering this error?
1.First you need to delete the NIC what you have associated to the private endpoint VNET. After that you can try to create a new private endpoint.
Use Azure CLI or PowerShell to confirm the existence of the expected NIC.
az network nic show --name nic-pep-ccc-uat-rsv-euw --resource-group RG-CCC-UAT-RSV-EUW
This command will let you know if the NIC actually exists or not?
2.If you find that a NIC with the same name exists, consider using a different name for your new NIC to avoid the conflict.
3.Sometimes, transient issues can cause such errors. After verifying the above steps, try to create the Private Endpoint again.
I hope this has been helpful!
If the above is unclear or you are unsure about something, please add a comment below.