Skip to content

Commit 17debdd

Browse files
author
Bharathi Selvaraj
committed
Add coo details to toc and index
1 parent efe7a2d commit 17debdd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

articles/energy-data-services/how-to-enable-legal-tags-restricted-country-of-origin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ ms.date: 02/08/2025
1010
#customer intent: As a data manager, I need an ability to create legal tag definitions for restricted country of origin data.
1111

1212
---
13-
# How to enable legal tag creation for OSDU® restricted country of origin data?
14-
Legal tag definitions represent the legal status of the data hosted on an Azure Data Manager for Energy resource. A valid legal tag is required for data ingestion and retrieval stored on the resource. See
15-
[How to manage legal tags](how-to-manage-legal-tags.md).
13+
# How to enable legal tag creation for OSDU® restricted COO(Country of Origin) data?
14+
Legal tag definitions represent the legal status of the data hosted on an Azure Data Manager for Energy resource. A valid legal tag is required for data ingestion and retrieval stored on the resource. See [How to manage legal tags](how-to-manage-legal-tags.md).
1615

16+
## COO (Country of Origin) configuration
1717
The creation of legal tags is governed by a configuration hosted on each Azure Data Manager for Energy resource, defined in OSDU® as the [legal service default configuration](https://community.opengroup.org/osdu/platform/security-and-compliance/legal/-/blob/master/legal-core/src/main/resources/DefaultCountryCode.json?ref_type=heads). This is a JSON configuration that defines data residency risk for data originating from these countries using the parameter **residencyRisk** and the data types to which this risk status doesn't apply using the parameter **typesNotApplyDataResidency**. Below is a sample configuration for data originating from Australia as an example:
1818

1919
```json
@@ -28,7 +28,7 @@ The creation of legal tags is governed by a configuration hosted on each Azure D
2828

2929
The **residencyRisk** can take the values `default`, `Not Assigned`, `Embargoed`, and `No restriction`. For countries configured as `No restriction`, creating legal tags and later data ingestion is allowed. However, for all other statuses, an attempt to create legal tags would fail.
3030

31-
For countries with status as `default` and `Not Assigned`, the default configuration can be overridden by changing the residencyRisk to `client consent required` in a legal service configuration maintained in `Legal_COO.json`. This change in configuration is the recommended method to enable legal tags for restricted country of origins. As an example, Brazil’s default status doesn't allow the creation of legal tags for data ingestion with Brazil as the country of origin:
31+
For countries with status as `default` and `Not Assigned`, the default configuration can be overridden by changing the residencyRisk to `client consent required` in a legal service configuration maintained in `Legal_COO.json`. This change in configuration is the recommended method to enable legal tags for restricted COO. As an example, Brazil’s default status doesn't allow the creation of legal tags for data ingestion with Brazil as the COO:
3232

3333
```json
3434
{

articles/energy-data-services/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ landingContent:
8686
url: how-to-enable-external-data-sources.md
8787
- text: How to register External Data Sources (EDS)
8888
url: how-to-register-external-data-sources.md
89+
- text: How to enable legal tags restricted COO (Country of Origin)
90+
url: how-to-enable-legal-tags-restricted-country-of-origin.md
8991
- title: Administration
9092
linkLists:
9193
- linkListType: how-to-guide

articles/energy-data-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ items:
8181
href: how-to-enable-external-data-sources.md
8282
- name: How to register External Data Sources (EDS)
8383
href: how-to-register-external-data-sources.md
84+
- name: How to enable legal tags restricted COO (Country of Origin)
85+
href: how-to-enable-legal-tags-restricted-country-of-origin.md
8486
- name: Monitoring
8587
items:
8688
- name: Airflow task logs integration with Azure Monitor

0 commit comments

Comments
 (0)