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
Copy file name to clipboardExpand all lines: articles/energy-data-services/how-to-set-up-private-links.md
+54-2Lines changed: 54 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,61 @@ This article describes how to set up a private endpoint for Azure Data Manager f
26
26
27
27
## Prerequisites
28
28
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.
30
30
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
+
[](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
+
[](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
+
[](media/how-to-manage-private-links/private-links-13-create-private-endpoint.png#lightbox)
68
+
69
+
[](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
+
[](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
+
[](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
32
84
33
85
Use the following steps to create a private endpoint for an existing Azure Data Manager for Energy Preview instance by using the Azure portal:
Copy file name to clipboardExpand all lines: articles/energy-data-services/release-notes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ This page will be updated with the details about the upcoming release approximat
27
27
28
28
## April 2023
29
29
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
+
30
34
### Enabled Monitoring of OSDU Service Logs
31
35
32
36
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