Skip to content

Commit 1fda1b1

Browse files
author
Bharathi Selvaraj
committed
Fix review comments
1 parent cfebdd5 commit 1fda1b1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

articles/energy-data-services/how-to-enable-eds.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@ ms.date: 03/14/2024
1515

1616
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.
1717

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.
1919

2020
> [!NOTE]
2121
> OSDU community shipped EDS as a preview feature in M18 Release
2222
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+
2328
## Prerequisites
2429

2530
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
3338
1. In the **Access configuration** tab, under **Permission model** select **Vault access policy**:
3439
[![Screenshot of create a key vault.](media/how-to-enable-eds/create-a-key-vault.jpg)](media/how-to-enable-eds/create-a-key-vault.jpg#lightbox)
3540
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:
3742
1. In the Permissions tab, select the permissions:
3843
[![Screenshot of select permissions.](media/how-to-enable-eds/select-permissions.jpg)](media/how-to-enable-eds/select-permissions.jpg#lightbox)
3944
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
4449
To enable External Data Source Preview on your Azure Data Manager for Energy, create an Azure support ticket with the following information:
4550
- Subscription ID
4651
- 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)
4853
- Key Vault name (created in [Prerequisites](#prerequisites))
4954

5055
> [!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+
>
5158
> EDS Preview will be enabled only on the Developer Tier.
5259
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.
5463

5564
> [!div class="nextstepaction"]
5665
> [How to register an external data source with Azure Data Manager for Energy?](how-to-register-eds.md)

0 commit comments

Comments
 (0)