Skip to content

Commit 0e208e9

Browse files
authored
Merge pull request #219853 from v-jbasden/jbasden-update-private-link-screenshots
Update screenshots for Connect to a private endpoint
2 parents c3d963a + 1eabb13 commit 0e208e9

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed
-53 KB
Loading
-52.4 KB
Loading
-65.9 KB
Loading
22.5 KB
Loading

articles/azure-monitor/logs/private-link-configure.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,38 +51,38 @@ Now that you have resources connected to your AMPLS, create a private endpoint t
5151

5252
1. In your scope resource, select **Private Endpoint connections** in the left-hand resource menu. Select **Private Endpoint** to start the endpoint create process. You can also approve connections that were started in the Private Link center here by selecting them and selecting **Approve**.
5353

54-
![Screenshot of Private Endpoint Connections UX](./media/private-link-security/ampls-select-private-endpoint-connect-3.png)
54+
:::image type="content" source="./media/private-link-security/ampls-select-private-endpoint-connect-3.png" alt-text="Screenshot of Private Endpoint Connections UX." lightbox="./media/private-link-security/ampls-select-private-endpoint-connect-3.png":::
5555

5656
2. Pick the subscription, resource group, and name of the endpoint, and the region it should live in. The region needs to be the same region as the VNet you connect it to.
5757

5858
3. Select **Next: Resource**.
5959

60-
4. In the Resource screen,
60+
4. In the Resource tab:
61+
1. Pick the **Subscription** that contains your Azure Monitor Private Scope resource.
62+
1. For **resource type**, choose **Microsoft.insights/privateLinkScopes**.
63+
1. From the **resource** drop-down, choose your Private Link scope you created earlier.
64+
1. Select **Next: Virtual Network >**.
6165

62-
a. Pick the **Subscription** that contains your Azure Monitor Private Scope resource.
66+
:::image type="content" source="./media/private-link-security/ampls-select-private-endpoint-create-4.png" alt-text="Screenshot of the Create a private endpoint page in the Azure portal with the Resource tab selected." lightbox="./media/private-link-security/ampls-select-private-endpoint-create-4.png":::
6367

64-
b. For **resource type**, choose **Microsoft.insights/privateLinkScopes**.
68+
5. On the Virtual Network tab:
69+
1. Choose the **virtual network** and **subnet** that you want to connect to your Azure Monitor resources.
70+
1. Select **Next: DNS >**.
71+
72+
:::image type="content" source="./media/private-link-security/ampls-select-private-endpoint-create-5.png" alt-text="Screenshot of the Create a private endpoint page in the Azure portal with the Virtual Network tab selected." lightbox="./media/private-link-security/ampls-select-private-endpoint-create-5.png":::
6573

66-
c. From the **resource** drop-down, choose your Private Link scope you created earlier.
67-
68-
d. Select **Next: Configuration >**.
69-
![Screenshot of select Create Private Endpoint](./media/private-link-security/ampls-select-private-endpoint-create-4.png)
70-
71-
5. On the configuration pane,
72-
73-
a. Choose the **virtual network** and **subnet** that you want to connect to your Azure Monitor resources.
74-
75-
b. Choose **Yes** for **Integrate with private DNS zone**, and let it automatically create a new Private DNS Zone. The actual DNS zones may be different from what is shown in the screenshot below.
76-
> [!NOTE]
77-
> If you choose **No** and prefer to manage DNS records manually, first complete setting up your Private Link - including this Private Endpoint and the AMPLS configuration. Then, configure your DNS according to the instructions in [Azure Private Endpoint DNS configuration](../../private-link/private-endpoint-dns.md). Make sure not to create empty records as preparation for your Private Link setup. The DNS records you create can override existing settings and impact your connectivity with Azure Monitor.
7874

79-
c. Select **Review + create**.
80-
81-
d. Let validation pass.
82-
83-
e. Select **Create**.
75+
6. On the DNS tab:
76+
1. Choose **Yes** for **Integrate with private DNS zone**, and let it automatically create a new Private DNS Zone. The actual DNS zones may be different from what is shown in the screenshot below.
77+
> [!NOTE]
78+
> If you choose **No** and prefer to manage DNS records manually, first complete setting up your Private Link - including this Private Endpoint and the AMPLS configuration. Then, configure your DNS according to the instructions in [Azure Private Endpoint DNS configuration](../../private-link/private-endpoint-dns.md). Make sure not to create empty records as preparation for your Private Link setup. The DNS records you create can override existing settings and impact your connectivity with Azure Monitor.
79+
1. Select **Review + create**.
80+
81+
:::image type="content" source="./media/private-link-security/ampls-select-private-endpoint-create-6.png" alt-text="Screenshot of the Create a private endpoint page in the Azure portal with the DNS tab selected." lightbox="./media/private-link-security/ampls-select-private-endpoint-create-6.png":::
8482

85-
![Screenshot of select Private Endpoint details.](./media/private-link-security/ampls-select-private-endpoint-create-5.png)
83+
7. On the Review + create tab:
84+
1. Let validation pass.
85+
1. Select **Create**.
8686

8787
You've now created a new private endpoint that is connected to this AMPLS.
8888

@@ -266,7 +266,7 @@ This zone covers the global endpoints used by Azure Monitor, meaning endpoints t
266266
* **live** - Application Insights live metrics endpoint
267267
* **profiler** - Application Insights profiler endpoint
268268
* **snapshot** - Application Insights snapshots endpoint
269-
* **diagservices-query** - Application Insights Profiler and Snapshot Debugger (used when accessing profiler/debugger results in the Azure Portal)
269+
* **diagservices-query** - Application Insights Profiler and Snapshot Debugger (used when accessing profiler/debugger results in the Azure portal)
270270

271271
This zone also covers the resource specific endpoints for [Data Collection Endpoints](../essentials/data-collection-endpoint-overview.md):
272272
* `<unique-dce-identifier>.<regionname>.handler.control` - Private configuration endpoint, part of a Data Collection Endpoint (DCE) resource

0 commit comments

Comments
 (0)