Skip to content

Commit 789c7d7

Browse files
authored
Merge pull request #231679 from Azure/week3
Private Links Update
2 parents df8a432 + 2c1823e commit 789c7d7

File tree

9 files changed

+66
-0
lines changed

9 files changed

+66
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Creating a private endpoint for Azure Data Manager for Agriculture
3+
description: Learn how to use private links in Azure Data Manager for Agriculture
4+
author: gourdsay #Required; your GitHub user alias, with correct capitalization.
5+
ms.author: angour
6+
ms.service: data-manager-for-agri
7+
ms.topic: how-to #Required; leave this attribute/value as-is.
8+
ms.date: 03/22/2023
9+
ms.custom: template-how-to #Required; leave this attribute/value as-is.
10+
---
11+
12+
# Create a private endpoint for Azure Data Manager for Agriculture
13+
14+
[Azure Private Link](../private-link/private-link-overview.md) provides private connectivity from a virtual network to Azure platform as a service (PaaS). It simplifies the network architecture and secures the connection between endpoints in Azure by eliminating data exposure to the public internet.
15+
16+
By using Azure Private Link, you can connect to an Azure Data Manager for Agriculture service from your virtual network via a private endpoint, which is a set of private IP addresses in a subnet within the virtual network. You can then limit access to your Azure Data Manager for Agriculture Preview instance over these private IP addresses.
17+
18+
This article describes how to create a private endpoint and approval process for Azure Data Manager for Agriculture Preview.
19+
20+
## How to set up a private endpoint
21+
Private Endpoints can be created using the Azure portal, PowerShell, or the Azure CLI:
22+
23+
* [Azure portal](../private-link/create-private-endpoint-portal.md)
24+
* [PowerShell](../private-link/create-private-endpoint-powershell.md)
25+
* [CLI](../private-link/create-private-endpoint-cli.md)
26+
27+
### Approval process for a private endpoint
28+
Once the network admin creates the private endpoint, the Data Manager for Agriculture admin can manage the private endpoint connection to Data Manager for Agriculture resource.
29+
30+
1. Navigate to the Data Manager for Agriculture resource in Azure portal. Select the Networking tab in the left pane, this will show a list of all Private Endpoint Connections and Corresponding Private Endpoint created.
31+
:::image type="content" source="./media/how-to-set-up-private-links/pec-data-manager-agriculture.png" alt-text="Screenshot showing list of private endpoint connections in Azure portal.":::
32+
33+
2. Select an individual private endpoint connection from the list.
34+
:::image type="content" source="./media/how-to-set-up-private-links/pec-select.png" alt-text="Screenshot showing how to select a private endpoint.":::
35+
36+
3. The Data Manager for Agriculture administrator can choose to approve or reject a private endpoint connection and can optionally add a short text response also.
37+
:::image type="content" source="./media/how-to-set-up-private-links/pec-approve.png" alt-text="Screenshot showing how to approve a private endpoint connection.":::
38+
39+
4. After approval or rejection, the list will reflect the appropriate state along with the response text.
40+
:::image type="content" source="./media/how-to-set-up-private-links/pec-list-after.png" alt-text="Screenshot showing private endpoint connection status.":::
41+
42+
5. Finally click on the private endpoint name to see the network interface details and IP address of your private endpoint.
43+
:::image type="content" source="./media/how-to-set-up-private-links/pec-click.png" alt-text="Screenshot showing where to click to get network interface details.":::
44+
:::image type="content" source="./media/how-to-set-up-private-links/pec-list-after.png" alt-text="Screenshot showing private endpoint connection status.":::
45+
:::image type="content" source="./media/how-to-set-up-private-links/pec-ip-display-new.png" alt-text="Screenshot showing private endpoint IP address.":::
46+
47+
## Disable public access to your Data Manager for Agriculture resource
48+
If you want to disable all public access to your Data Manager for Agriculture resource and allow connections only from your virtual network then you need to ensure that your private endpoint connections are enabled and configured. To disable public access to your Data Manager for Agriculture resource:
49+
50+
1. Go to the Networking page of your Data Manager for Agriculture resource.
51+
2. Select the Deny public network access checkbox.
52+
53+
54+
## Next steps
55+
56+
* See the Hierarchy Model and learn how to create and organize your agriculture data [here](./concepts-hierarchy-model.md).
57+
* Understand our APIs [here](/rest/api/data-manager-for-agri).
58+

articles/data-manager-for-agri/index.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,9 @@ landingContent:
5959
url: how-to-set-up-sensors-partner.md
6060
- text: Set up sensors as a customer
6161
url: how-to-set-up-sensors-customer.md
62+
- title: Security
63+
linkLists:
64+
- linkListType: how-to-guide
65+
links:
66+
- text: Set up Private Links
67+
url: how-to-set-up-private-links.md
15.2 KB
Loading
11.2 KB
Loading
178 KB
Loading
42.4 KB
Loading
31.1 KB
Loading
24.6 KB
Loading

articles/data-manager-for-agri/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
href: how-to-set-up-sensors-partner.md
3131
- name: Use tissue sampling APIs
3232
href: how-to-use-nutrient-apis.md
33+
- name: Set up Private Links
34+
href: how-to-set-up-private-links.md
3335
- name: References
3436
items:
3537
- name: REST API

0 commit comments

Comments
 (0)