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-enable-eds.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,16 @@ ms.date: 03/14/2024
15
15
16
16
External Data Sources (EDS) is a capability in [OSDU™](https://osduforum.org/) that allows data from an [OSDU™](https://osduforum.org/) compliant external data source to be shared with an Azure Data Manager for Energy resource. EDS is designed to pull specified data (metadata) from OSDU-compliant data sources via scheduled jobs while leaving associated dataset files (LAS, SEG-Y, etc.) stored at the external source for retrieval on demand.
17
17
18
-
See [The OSDU Forum 2Q 2022 Newsletter - EDS](https://osduforum.org/wp-content/uploads/2022/06/The-OSDU-Forum-2Q-2022-Newsletter.pdf) for additional details
18
+
See [The OSDU Forum 2Q 2022 Newsletter - EDS](https://osduforum.org/wp-content/uploads/2022/06/The-OSDU-Forum-2Q-2022-Newsletter.pdf) for additional details.
19
19
20
20
> [!NOTE]
21
21
> OSDU community shipped EDS as a preview feature in M18 Release
22
22
23
+
> [!IMPORTANT]
24
+
> Limit your Identity Provider (IdP) token to read operations only.
25
+
>
26
+
> Protect your search and delivery wrapper APIs from unauthorized access. As a best practice, ensure only Azure Data Manager for Energy can access data through your wrapper APIs. This helps with data discovery and delivery for EDS Preview.
27
+
23
28
## Prerequisites
24
29
25
30
1. Create a new or use an existing key vault to store secrets managed by [OSDU™](https://osduforum.org/) secret service. To learn how to create a key vault with the Azure portal, see [Quickstart: Create a key vault using the Azure portal](../key-vault/general/quick-create-portal.md).
@@ -33,7 +38,7 @@ See [The OSDU Forum 2Q 2022 Newsletter - EDS](https://osduforum.org/wp-content/u
33
38
1. In the **Access configuration** tab, under **Permission model** select **Vault access policy**:
34
39
[](media/how-to-enable-eds/create-a-key-vault.jpg#lightbox)
35
40
1. Give permission to Azure Data Manager for Energy Service Principal (SPN) on key vault (existing or new). How to give access to Azure Data Manager for Energy SPN - [Assign an Azure Key Vault access policy (CLI) | Microsoft Learn](../key-vault/general/assign-access-policy.md?tabs=azure-portal).
36
-
1. Under **Access Policies**, select **+ Create** to create an access policy:
41
+
1. Under **Access Policies**, select **Create** to create an access policy:
37
42
1. In the Permissions tab, select the permissions:
38
43
[](media/how-to-enable-eds/select-permissions.jpg#lightbox)
39
44
1. Under the Principal selection pane, enter `AzureEnergyRpaaSAppProd`.
@@ -44,13 +49,17 @@ See [The OSDU Forum 2Q 2022 Newsletter - EDS](https://osduforum.org/wp-content/u
44
49
To enable External Data Source Preview on your Azure Data Manager for Energy, create an Azure support ticket with the following information:
45
50
- Subscription ID
46
51
- Azure Data Manager for Energy developer tier resource name
47
-
- Data partition name (the data partition in which EDS needs to be enabled)
52
+
- Data partition name (the data partition in which EDS needs to be enabled)
48
53
- Key Vault name (created in [Prerequisites](#prerequisites))
49
54
50
55
> [!NOTE]
56
+
> EDS ingest does not have [multi data partition support](https://community.opengroup.org/osdu/platform/data-flow/ingestion/external-data-sources/core-external-data-workflow/-/issues/51)
57
+
>
51
58
> EDS Preview will be enabled only on the Developer Tier.
52
59
53
-
We notify you once EDS preview is enabled in your subscription.
60
+
61
+
62
+
We notify you once EDS preview is enabled in your Azure Data Manager for Energy resource.
54
63
55
64
> [!div class="nextstepaction"]
56
65
> [How to register an external data source with Azure Data Manager for Energy?](how-to-register-eds.md)
0 commit comments