Skip to content

Commit 36c710b

Browse files
authored
Merge pull request #238970 from vsneha973/working_branch
Private Links during instance provisioning
2 parents b3e76cc + 4e171a7 commit 36c710b

8 files changed

+58
-2
lines changed

articles/energy-data-services/how-to-set-up-private-links.md

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,61 @@ This article describes how to set up a private endpoint for Azure Data Manager f
2626
2727
## Prerequisites
2828

29-
[Create a virtual network](../virtual-network/quick-create-portal.md) in the same subscription as the Azure Data Manager for Energy Preview instance. This virtual network will allow automatic approval of the Private Link endpoint.
29+
[Create a virtual network](../virtual-network/quick-create-portal.md) in the same subscription as the Azure Data Manager for Energy Preview instance. This virtual network allows automatic approval of the Private Link endpoint.
3030

31-
## Create a private endpoint by using the Azure portal
31+
## Create a private endpoint during instance provisioning by using the Azure portal
32+
33+
Use the following steps to create a private endpoint while provisioning Azure Data Manager for Energy resource:
34+
35+
1. During the creation of Azure Data Manager for Energy instance, select the **Networking** tab.
36+
37+
[![Screenshot of the Networking tab during provisioning.](media/how-to-manage-private-links/private-links-11-networking-tab.png)](media/how-to-manage-private-links/private-links-11-networking-tab.png#lightbox)
38+
39+
1. In the Networking tab, select **Disable public access and use private access** and then choose **Add** under Private endpoint.
40+
41+
[![Screenshot of choosing add private endpoint.](media/how-to-manage-private-links/private-links-12-add-private-endpoint.png)](media/how-to-manage-private-links/private-links-12-add-private-endpoint.png#lightbox)
42+
43+
1. In **Create private endpoint**, enter or select the following information and select **OK**:
44+
45+
|Setting| Value|
46+
|--------|-----|
47+
|Subscription| Select your subscription|
48+
|Resource group| Select a resource group|
49+
|Location| Select the region where you want to deploy the private endpoint|
50+
|Name| Enter a name for your private endpoint. The name must be unique|
51+
|Target sub-resource| **Azure Data Manager for Energy** by default|
52+
53+
**Networking:**
54+
55+
|Setting| Value|
56+
|--------|-----|
57+
|Virtual network| Select the virtual network in which you want to deploy your private endpoint|
58+
|Subnet| Select the subnet|
59+
60+
**Private DNS integration:**
61+
62+
|Setting| Value|
63+
|--------|-----|
64+
|Integrate with private DNS zone| Leave the default value - **Yes**|
65+
|Private DNS zone| Leave the default value|
66+
67+
[![Screenshot of the Create private endpoint tab - 1.](media/how-to-manage-private-links/private-links-13-create-private-endpoint.png)](media/how-to-manage-private-links/private-links-13-create-private-endpoint.png#lightbox)
68+
69+
[![Screenshot of the Create private endpoint tab - 2.](media/how-to-manage-private-links/private-links-14-private-dns.png)](media/how-to-manage-private-links/private-links-14-private-dns.png#lightbox)
70+
71+
72+
1. Verify the private endpoint details in the Networking tab and next, select **Review+Create** after completing other tabs.
73+
74+
[![Screenshot of the Private endpoint details.](media/how-to-manage-private-links/private-links-15-review-private-endpoint.png)](media/how-to-manage-private-links/private-links-15-review-private-endpoint.png#lightbox)
75+
76+
1. On the Review + create page, Azure validates your configurations.
77+
When you see Validation passed, select the **Create** button.
78+
1. An Azure Data Manager for Energy instance is created with private link.
79+
1. You can navigate to Networking post instance provisioning and see the private endpoint created under **Private access** tab.
80+
81+
[![Screenshot of the private endpoint created.](media/how-to-manage-private-links/private-links-16-validate-private-endpoint.png)](media/how-to-manage-private-links/private-links-16-validate-private-endpoint.png#lightbox)
82+
83+
## Create a private endpoint post instance provisioning by using the Azure portal
3284

3385
Use the following steps to create a private endpoint for an existing Azure Data Manager for Energy Preview instance by using the Azure portal:
3486

372 KB
Loading
364 KB
Loading
525 KB
Loading
622 KB
Loading
378 KB
Loading
423 KB
Loading

articles/energy-data-services/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This page will be updated with the details about the upcoming release approximat
2727

2828
## April 2023
2929

30+
### Support for Private Links during instance provisioning
31+
32+
Azure Private link enables access to Azure Data Manager for Energy instance over a private endpoint in your virtual network, which ensures restricted access to the service. With this feature, you can now configure private endpoints to your Azure Data Manager for Energy instance during the instance creation. Your service instance can now have private connectivity from the very beginning. Learn more about [how to set up private links](how-to-set-up-private-links.md).
33+
3034
### Enabled Monitoring of OSDU Service Logs
3135

3236
Now you can configure diagnostic settings of your Azure Data Manager for Energy Preview to export OSDU Service Logs to Azure Monitor. You can access, query, & analyze the logs in a Log Analytics Workspace. You can archive them in a storage account for later use. Learn more about [how to integrate OSDU service logs with Azure Monitor](how-to-integrate-osdu-service-logs-with-azure-monitor.md)

0 commit comments

Comments
 (0)