Skip to content

Commit fa589c1

Browse files
author
Bharathi Selvaraj
committed
Rename external data services to external data sources
1 parent edb3a28 commit fa589c1

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

articles/energy-data-services/faq-energy-data-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sections:
2424
answer: >
2525
Azure Data Manager for Energy is available to all customers and partners who have a valid Azure subscription. You can create an instance by going to Azure Marketplace and searching for **Azure Data Manager for Energy**.
2626
27-
- name: External Data Services
27+
- name: External Data Sources
2828
questions:
2929
- question: What is the impact of data sharing across tenancy boundaries on security, privacy, and compliance?
3030
answer: >

articles/energy-data-services/how-to-enable-external-data-services.md renamed to articles/energy-data-services/how-to-enable-external-data-sources.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: "Microsoft Azure Data Manager for Energy - How to enable External Data Services (EDS)"
3-
description: "This article describes how to enable external data services in Azure Data Manager for Energy."
2+
title: "Microsoft Azure Data Manager for Energy - How to enable External Data Sources (EDS)"
3+
description: "This article describes how to enable external data sources in Azure Data Manager for Energy."
44
author: bharathim
55
ms.author: bselvaraj
66
ms.service: energy-data-services
77
ms.topic: how-to #Don't change
88
ms.date: 03/14/2024
99

10-
#customer intent: As a Data Manager in Operating company, I want to enable external data services so that I pull metadata at scheduled intervals into Azure Data Manager for Energy and retrieve bulk data on demand.
10+
#customer intent: As a Data Manager in Operating company, I want to enable external data sources so that I pull metadata at scheduled intervals into Azure Data Manager for Energy and retrieve bulk data on demand.
1111

1212
---
1313

14-
# How to enable External Data Services (EDS) Preview?
14+
# How to enable External Data Sources (EDS) Preview?
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-
For more information about External Data Services (EDS), see [The OSDU Forum 2Q 2022 Newsletter - EDS](https://osduforum.org/wp-content/uploads/2022/06/The-OSDU-Forum-2Q-2022-Newsletter.pdf).
18+
For more information about External Data Sources (EDS), see [The OSDU Forum 2Q 2022 Newsletter - EDS](https://osduforum.org/wp-content/uploads/2022/06/The-OSDU-Forum-2Q-2022-Newsletter.pdf).
1919

2020
> [!NOTE]
2121
> OSDU community shipped EDS as a preview feature in M18 Release, and it is available as a preview feature on Azure Data Manager for Energy in Developer tier only.
@@ -36,17 +36,17 @@ For more information about External Data Services (EDS), see [The OSDU Forum 2Q
3636
> When you create the key vault, select [Enable purge protection (enforce a mandatory retention period for deleted vaults and vault objects)](../key-vault/general/key-vault-recovery.md?tabs=azure-portal#what-are-soft-delete-and-purge-protection).
3737
3838
1. In the **Access configuration** tab, under **Permission model** select **Vault access policy**.
39-
[![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)
39+
[![Screenshot of create a key vault.](media/how-to-enable-external-data-sources/create-a-key-vault.jpg)](media/how-to-enable-external-data-sources/create-a-key-vault.jpg#lightbox)
4040
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).
4141
1. Under **Access Policies**, select **Create** to create an access policy:
4242
1. In the Permissions tab, select the permissions.
43-
[![Screenshot of select permissions.](media/how-to-enable-eds/select-permissions.jpg)](media/how-to-enable-eds/select-permissions.jpg#lightbox)
43+
[![Screenshot of select permissions.](media/how-to-enable-external-data-sources/select-permissions.jpg)](media/how-to-enable-external-data-sources/select-permissions.jpg#lightbox)
4444
1. Under the Principal selection pane, enter `AzureEnergyRpaaSAppProd`.
45-
[![Screenshot of create an access policy.](media/how-to-enable-eds/create-an-access-policy.jpg)](media/how-to-enable-eds/create-an-access-policy.jpg#lightbox)
45+
[![Screenshot of create an access policy.](media/how-to-enable-external-data-sources/create-an-access-policy.jpg)](media/how-to-enable-external-data-sources/create-an-access-policy.jpg#lightbox)
4646
1. Review + Create the access policy.
4747

4848
## To enable EDS Preview, create an Azure support request
49-
To enable External Data Source Preview on your Azure Data Manager for Energy, create an Azure support ticket with the following information:
49+
To enable External Data Sources Preview on your Azure Data Manager for Energy, create an Azure support ticket with the following information:
5050
- Subscription ID
5151
- Azure Data Manager for Energy developer tier resource name
5252
- Data partition name (the data partition in which EDS needs to be enabled)
@@ -69,7 +69,7 @@ We notify you once EDS preview is enabled in your Azure Data Manager for Energy
6969
Some EDS capabilities like **Naturalization, Reverse Naturalization, Reference data mapping** are unavailable in the M18 [OSDU™](https://osduforum.org/) release (available in later releases), and hence unavailable in Azure Data Manager for Energy M18 release. These features are available once we upgrade to subsequent [OSDU™](https://osduforum.org/) milestone release.
7070

7171
## FAQ
72-
See [External data services FAQ.](faq-energy-data-services.yml#external-data-services)
72+
See [External data sources FAQ.](faq-energy-data-services.yml#external-data-sources)
7373

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

articles/energy-data-services/how-to-register-external-data-services.md renamed to articles/energy-data-services/how-to-register-external-data-sources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.date: 03/14/2024
1010
#customer intent: As a Data Manager in Operating company, I want to register external data sources with Azure Data Manager for Energy so that I could pull metadata at scheduled intervals and retrieve bulk data on demand.
1111

1212
---
13-
# How to register an external data source with Azure Data Manager for Energy?
14-
This article explains how to register an external data source with Azure Data Manager for energy. External data services allow you to fetch and ingest data (metadata) from external data sources. It also allows you to retrieve bulk data on demand.
13+
# How to register an External Data Sources (EDS) with Azure Data Manager for Energy?
14+
This article explains how to register an External Data Sources (EDS) with Azure Data Manager for energy. EDS allow you to fetch and ingest data (metadata) from external data sources. It also allows you to retrieve bulk data on demand.
1515

1616
## Prerequisites
1717
- Download and import API [collection](https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M20/QA_Artifacts_M20/eds_testing_doc/EDS_Ingest_M20_Pre-Shipping_Setup_and_Testing.postman_collection.json?ref_type=heads) and [environment](https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M20/QA_Artifacts_M20/envFilesAndCollections/envFiles/OSDU%20R3%20M20%20RI%20Pre-ship.postman_environment.json?ref_type=heads) files into API test client (like Postman). Make appropriate modifications in environment based on your data source.
@@ -48,12 +48,12 @@ OEPAirFlowTask
4848
| where LogLevel == "ERROR" // ERROR/DEBUG/INFO/WARNING
4949
```
5050
## Retrieve bulk data on demand
51-
Use **getRetrievalInstructions** API in `005: Dataset Service collection` to retrieve bulk data from external data source on demand.
51+
Use **getRetrievalInstructions** API in `005: Dataset Service collection` to retrieve bulk data from external data sources on demand.
5252

5353
## References
54-
* [External data services FAQ](faq-energy-data-services.yml#external-data-services)
54+
* [External data sources FAQ](faq-energy-data-services.yml#external-data-sources)
5555
* [EDS documentation 1.0](https://gitlab.opengroup.org/osdu/subcommittees/ea/projects/extern-data/docs/-/blob/master/Design%20Documents/Training/EDS_Documentation-1.0.docx)
56-
* [EDS M18 release notes](https://community.opengroup.org/osdu/governance/project-management-committee/-/wikis/M18-Release-Notes#external-data-services-eds)
56+
* [EDS M18 release notes](https://community.opengroup.org/osdu/governance/project-management-committee/-/wikis/M18-Release-Notes#external-data-sources-eds)
5757
* [EDS Postman collection](https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M20/QA_Artifacts_M20/eds_testing_doc/EDS_Ingest_M20_Pre-Shipping_Setup_and_Testing.postman_collection.json?ref_type=heads)
5858
* [EDS supplier enablement guide](https://gitlab.opengroup.org/osdu/r3-program-activities/docs/-/raw/master/R3%20Document%20Snapshot/23-osdu-eds-data-supplier-enablement-guide.pdf)
5959
* [EDS issues](https://community.opengroup.org/osdu/platform/data-flow/ingestion/external-data-sources/core-external-data-workflow/-/issues)

0 commit comments

Comments
 (0)