How To Create Private Endpoint In Azure

Note that creating a private endpoint in Azure is crucial to securing access to Azure resources. In this article, I will walk you through the complete steps.

Create Private Endpoint Azure

To create Private Endpoint in Azure, follow the steps below.

1. Log in to the Azure Portal.

2. Search for Private endpoint and click on the search result “Private endpoints,” as shown in the screenshot below.

How To Create Private Endpoint In Azure

3. Click on the Private endpoints from the left navigation and then click on the + Create button from the right side, as shown in the screenshot below.

how to create a private endpoint in azure

4. Provide the details below on the Create a Private Endpoint page.

  • Subscription: Select a valid Azure subscription. If you haven’t till now, you can create an Azure free account now.
  • Resource Group: Select an existing Resource group or create a new Resource group by clicking the create new link.
  • Name: Provide a name for the private endpoint.
  • Network Interface Name: Enter a name for the network interface, or leave the default name unchanged.
  • Region: Choose the region or location.

Then, click the Next: Resource > button, as shown in the screenshot below.

create private endpoint in azure

5. On the Resource tab, provide the following details.

  • Subscription: Choose the subscription.
  • Resource type: Select the Resource type based on your requirements. For me, it is a storage account.
  • Resource: Select the resource based on the Resource type you selected. I have chosen the storage account name.
  • Target Sub-Resource: Based on the selected resource, select the corresponding target sub-resource. To me, it’s a blob.

Then, click the Network: Virtual Network > button, as shown in the screenshot below.

create private endpoint in azure

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

6. On the Virtual Network page, choose the virtual network and subnet as shown in the screenshot below.

create private endpoint azure

Then click the Next: DNS > button.

On the DNS page, no need to change anything; keep the default value as it is. Now, click on the Next: Tags > button as shown in the screenshot below.

create private endpoint azure sql

On the Tags tab, no need to change anything, and click on the Next: Review + Create button.

create private endpoint azure

7. Finally, on the next screen, the system will validate all the information you provided and display a confirmation that the validation has passed. Then click on the Create button, as shown in the screenshot below.

create private endpoint azure storage

Now, you can check out the screenshot below to see that the deployment has been completed successfully. Click the Go to Resource button to navigate to your created private endpoint.

how to create private endpoint for azure sql database

Here is the Azure private endpoint that we have created.

create private endpoint azure storage

You can also delete the private endpoint in Azure after use if you no longer want it.

Conclusion

To access your Azure resources securely, you must know how to create a private endpoint in Azure. You can use the Azure Portal to achieve this task.

You may also like the following 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!