How To Delete Private Endpoint In Azure

Deleting a private endpoint in Azure is crucial when managing Azure network resources and security. In this article, I will walk you through the quick approaches to do this task.

Delete Private Endpoint Azure

Let us deep dive into 2 simple approaches to do this.

  • Approach-1: Using Azure Portal
  • Approach-2: Using PowerShell

Approach-1: Using Azure Portal

Follow the below steps

1. Log in to the Azure Portal.

2. Search for private endpoint and then click on the search result Private endpoints as shown below.

delete private endpoint in Azure

3. Click on the Private endpoints link from the left navigation. Then click on the name of the endpoint that you wish to delete.

How to delete a private endpoint in Azure

4. On the private endpoint page, click on the Delete button, as highlighted in the screenshot below.

How to delete private endpoint in Azure

Check out How To Create Private Endpoint For Storage Account In Azure

5. Click on the Yes button, as shown in the screenshot below, to confirm the deletion process, and you are done.

delete a private endpoint in Azure

Approach-2: Using PowerShell

You can use the Azure PowerShell command below to delete the private endpoint in Azure.

Remove-AzPrivateEndpoint -Name azurelessonspe -ResourceGroupName newresgroup -Force

After executing the above PowerShell command, I got the expected output, and the private endpoint was deleted successfully. Check out the screenshot below.

How to delete private endpoint in Azure using PowerShell

Then I verified in the Azure Portal, and you can see that the Resource is not found now and has been deleted successfully. you can see it below.

How to delete private endpoint in Azure PowerShell

Conclusion

Deleting private endpoints in Azure is important for developers to manage secure and well-managed cloud infrastructures. Using the information in this article, you can use Azure Portal and PowerShell to achieve this task.

You may also like following the articles below.

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

Download our free 25+ page Azure Virtual Machine guide and master cloud deployment today!