Skip to content

Commit 5525721

Browse files
committed
addressing comments from #213364
1 parent 6b550f1 commit 5525721

14 files changed

+51
-41
lines changed

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

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -23,92 +23,92 @@ This article describes how to set up private endpoints for Microsoft Energy Data
2323

2424
## Pre-requisites
2525

26-
1. Create a virtual network in the same subscription as the Microsoft Energy Data Services instance. [Learn more](../virtual-network/quick-create-portal.md). This will allow auto-approval of the private link endpoint.
26+
Create a virtual network in the same subscription as the Microsoft Energy Data Services instance. [Learn more](../virtual-network/quick-create-portal.md). This will allow auto-approval of the private link endpoint.
2727

2828
## Create a private endpoint by using the Azure portal
2929

3030
Use the following steps to create a private endpoint for an existing Microsoft Energy Data Services instance by using the Azure portal:
3131
1. From the **All resources** pane, choose a Microsoft Energy Data Services Preview instance.
3232
2. Select **Networking** from the list of settings.
3333

34-
[![Screenshot of public access under Networking tab for Private Links](media/how-to-manage-private-links/private-links-1-Networking.png)](media/how-to-manage-private-links/private-links-1-Networking.png#lightbox)
34+
[![Screenshot of public access under Networking tab for Private Links.](media/how-to-manage-private-links/private-links-1-Networking.png)](media/how-to-manage-private-links/private-links-1-Networking.png#lightbox)
3535

3636

3737
3. Select **Public Access** and select **Enabled from all networks** to allow traffic from all networks.
3838
4. To block traffic from all networks, select **Disabled**.
3939
5. Select **Private access** tab and select **Create a private endpoint**, to create a Private Endpoint Connection.
4040

41-
[![Screenshot of private access for Private Links](media/how-to-manage-private-links/private-links-2-create-private-endpoint.png)](media/how-to-manage-private-links/private-links-2-create-private-endpoint.png#lightbox)
41+
[![Screenshot of private access for Private Links.](media/how-to-manage-private-links/private-links-2-create-private-endpoint.png)](media/how-to-manage-private-links/private-links-2-create-private-endpoint.png#lightbox)
4242

4343
6. In the Create a private endpoint - **Basics pane**, enter or select the following details:
4444

45-
46-
|Setting| Value|
47-
|--------|-----|
48-
|Project details|
49-
|Subscription| Select your subscription.|
50-
|Resource group| Select a resource group.|
51-
|Instance details|
52-
|Name| Enter any name for your private endpoint. If this name is taken, create a unique one.|
53-
|Region| Select the region where you want to deploy Private Link. |
45+
|Setting| Value|
46+
|--------|-----|
47+
|Project details|
48+
|Subscription| Select your subscription.|
49+
|Resource group| Select a resource group.|
50+
|Instance details|
51+
|Name| Enter any name for your private endpoint. If this name is taken, create a unique one.|
52+
|Region| Select the region where you want to deploy Private Link. |
5453

55-
[!NOTE]
56-
Auto-approval only happens when the Microsoft Energy Data Services Preview instance and the vnet for the private link are in the same subscription.
54+
> [!NOTE]
55+
> Auto-approval only happens when the Microsoft Energy Data Services Preview instance and the vnet for the private link are in the same subscription.
56+
5757

58-
[![Screenshot of creating a MEDS instance with private link](media/how-to-manage-private-links/private-links-3-basics.png)](media/how-to-manage-private-links/private-links-3-basics.png#lightbox)
58+
[![Screenshot of creating a MEDS instance with private link.](media/how-to-manage-private-links/private-links-3-basics.png)](media/how-to-manage-private-links/private-links-3-basics.png#lightbox)
5959

6060
7. Select **Next: Resource.**
6161
8. In **Create a private endpoint - Resource**, the following information should be selected or available:
6262

63-
|Setting | Value |
64-
|--------|--------|
65-
|Subscription| Your subscription.|
66-
|Resource type| Microsoft.OpenEnergyPlatform/energyServices|
67-
|Resource |Your Microsoft Energy Data Services instance.|
68-
|Target sub-resource| This defaults to MEDS. |
63+
|Setting | Value |
64+
|--------|--------|
65+
|Subscription| Your subscription.|
66+
|Resource type| Microsoft.OpenEnergyPlatform/energyServices|
67+
|Resource |Your Microsoft Energy Data Services instance.|
68+
|Target sub-resource| This defaults to MEDS. |
6969

70-
[![Screenshot of resource tab for private link during a MEDS instance creation](media/how-to-manage-private-links/private-links-4-resource.png)](media/how-to-manage-private-links/private-links-4-resource.png#lightbox)
70+
[![Screenshot of resource tab for private link during a MEDS instance creation.](media/how-to-manage-private-links/private-links-4-resource.png)](media/how-to-manage-private-links/private-links-4-resource.png#lightbox)
7171

7272

7373
9. Select **Next: Virtual Network.**
74-
10. In the Virtual Network screen, you can:
74+
10. In the Virtual Network screen, you can:
7575

76-
* Configure Networking and Private IP Configuration settings. [Learn more](../private-link/create-private-endpoint-portal.md#create-a-private-endpoint)
76+
* Configure Networking and Private IP Configuration settings. [Learn more](../private-link/create-private-endpoint-portal.md#create-a-private-endpoint)
7777

78-
* Configure private endpoint with ASG. [Learn more](../private-link/configure-asg-private-endpoint.md#create-private-endpoint-with-an-asg)
78+
* Configure private endpoint with ASG. [Learn more](../private-link/configure-asg-private-endpoint.md#create-private-endpoint-with-an-asg)
7979

80-
[![Screenshot of virtual network tab for private link during a MEDS instance creation](media/how-to-manage-private-links/private-links-4-virtual-network.png)](media/how-to-manage-private-links/private-links-4-virtual-network.png#lightbox)
80+
[![Screenshot of virtual network tab for private link during a MEDS instance creation.](media/how-to-manage-private-links/private-links-4-virtual-network.png)](media/how-to-manage-private-links/private-links-4-virtual-network.png#lightbox)
8181

8282

83-
11. Select **Next: DNS**. You can leave the default settings or learn more about DNS configuration. [Learn more](../private-link/private-endpoint-overview.md#dns-configuration)
83+
11. Select **Next: DNS**. You can leave the default settings or learn more about DNS configuration. [Learn more](../private-link/private-endpoint-overview.md#dns-configuration)
8484

8585

86-
[![Screenshot of DNS tab for private link during a MEDS instance creation](media/how-to-manage-private-links/private-links-5-dns.png)](media/how-to-manage-private-links/private-links-5-dns.png#lightbox)
86+
[![Screenshot of DNS tab for private link during a MEDS instance creation.](media/how-to-manage-private-links/private-links-5-dns.png)](media/how-to-manage-private-links/private-links-5-dns.png#lightbox)
8787

88-
12. Select **Next: Tags** and add tags to categorize resources.
89-
13. Select **Review + create**. On the Review + create page, Azure validates your configuration.
90-
14. When you see the Validation passed message, select **Create**.
88+
12. Select **Next: Tags** and add tags to categorize resources.
89+
13. Select **Review + create**. On the Review + create page, Azure validates your configuration.
90+
14. When you see the Validation passed message, select **Create**.
9191

92-
[![Screenshot of summary screen while creating MEDS instance](media/how-to-manage-private-links/private-links-6-review.png)](media/how-to-manage-private-links/private-links-6-review.png#lightbox)
92+
[![Screenshot of summary screen while creating MEDS instance.](media/how-to-manage-private-links/private-links-6-review.png)](media/how-to-manage-private-links/private-links-6-review.png#lightbox)
9393

9494

95-
15. Once the deployment is complete, select **Go to resource**.
95+
15. Once the deployment is complete, select **Go to resource**.
9696

97-
[![Screenshot of MEDS resource created](media/how-to-manage-private-links/private-links-7-deploy.png)](media/how-to-manage-private-links/private-links-7-deploy.png#lightbox)
97+
[![Screenshot of MEDS resource created.](media/how-to-manage-private-links/private-links-7-deploy.png)](media/how-to-manage-private-links/private-links-7-deploy.png#lightbox)
9898

9999

100-
16. The Private Endpoint created is **Auto-approved**.
100+
16. The Private Endpoint created is **Auto-approved**.
101101

102-
[![Screenshot of private link created with auto-approval](media/how-to-manage-private-links/private-links-8-request-response.png)](media/how-to-manage-private-links/private-links-8-request-response.png#lightbox)
102+
[![Screenshot of private link created with auto-approval.](media/how-to-manage-private-links/private-links-8-request-response.png)](media/how-to-manage-private-links/private-links-8-request-response.png#lightbox)
103103

104-
17. Select the **Microsoft Energy Data Services** instance and navigate to the **Networking** tab to see the Private Endpoint created.
104+
17. Select the **Microsoft Energy Data Services** instance and navigate to the **Networking** tab to see the Private Endpoint created.
105105

106-
[![Screenshot of private link showing connection state as auto-approved](media/how-to-manage-private-links/private-links-9-auto-approved.png)](media/how-to-manage-private-links/private-links-9-auto-approved.png#lightbox)
106+
[![Screenshot of private link showing connection state as auto-approved.](media/how-to-manage-private-links/private-links-9-auto-approved.png)](media/how-to-manage-private-links/private-links-9-auto-approved.png#lightbox)
107107

108108

109-
18. When the Microsoft Energy Data Services and vnet are in different tenants or subscriptions, you will be required to **Approve** or **Reject** the **Private Endpoint** creation request.
109+
18. When the Microsoft Energy Data Services and vnet are in different tenants or subscriptions, you will be required to **Approve** or **Reject** the **Private Endpoint** creation request.
110110

111-
[![Screenshot of private link showing approve or reject option](media/how-to-manage-private-links/private-links-10-awaiting-approval.png)](media/how-to-manage-private-links/private-links-10-awaiting-approval.png#lightbox)
111+
[![Screenshot of private link showing approve or reject option.](media/how-to-manage-private-links/private-links-10-awaiting-approval.png)](media/how-to-manage-private-links/private-links-10-awaiting-approval.png#lightbox)
112112

113113

114114
## Next steps

articles/energy-data-services/index.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,10 @@ landingContent:
9595
- text: How to integrate airflow logs with Azure Monitor
9696
url: how-to-integrate-airflow-logs-with-azure-monitor.md
9797
- text: How to integrate elastic logs with Azure Monitor
98-
url: how-to-integrate-elastic-logs-with-azure-monitor.md
98+
url: how-to-integrate-elastic-logs-with-azure-monitor.md
99+
- title: Security
100+
linkLists:
101+
- linkListType: how-to-guide
102+
links:
103+
- text: Set up Private Links
104+
url: how-to-set-up-private-links.md
34.8 KB
Loading
-9.65 KB
Loading
-9.72 KB
Loading
-15.3 KB
Loading
-11.2 KB
Loading
-19.2 KB
Loading
-25.4 KB
Loading
-28.6 KB
Loading

0 commit comments

Comments
 (0)