Skip to content

Commit 34dcee5

Browse files
author
Bharathi Selvaraj
committed
Fixed Acrolinx score
1 parent df7f6db commit 34dcee5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 02/08/2025
1414
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
1515
[How to manage legal tags](how-to-manage-legal-tags.md).
1616

17-
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 does not apply using the parameter `typesNotApplyDataResidency`. Below is a sample configuration for data originating from Australia as an example:
17+
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
2020
{
@@ -26,9 +26,9 @@ The creation of legal tags is governed by a configuration hosted on each Azure D
2626
}
2727
```
2828

29-
The `residencyRisk` can take the values default’, ‘Not Assigned’, ‘Embargoed, and No restriction. For countries configured as No restriction, creating legal tags and subsequently data ingestion is allowed. However, for all other statuses, an attempt to create legal tags would fail.
29+
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. More details on this can be found here. As an example, Brazil’s default status does not 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 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:
3232

3333
```json
3434
{
@@ -66,7 +66,12 @@ To enable this change, you should raise a support ticket on the Azure portal usi
6666
> Multiple partition configuration changes can be submitted in the same request by clearly specifying the partition name and the associated country-specific configuration changes.
6767
6868
> [!NOTE]
69-
> The country-specific configuration can also be reversed to the original state of default or Not Assigned if the customer chooses.
69+
> The country-specific configuration can also be reversed to the original state of 'default' or 'Not Assigned' if the customer chooses.
7070
7171
> [!IMPORTANT]
72-
> Microsoft is neither responsible for, nor consults or recommends changes to the residencyRisk status of country-specific configurations. The customer, by making such a request to allow data from these countries of origin by changing the configuration, is doing so at their own risk and understanding.
72+
> Microsoft isn't responsible for, and consults not or recommends changes to the **residencyRisk** status of country-specific configurations. The customer, by making such a request to allow data from these countries of origin by changing the configuration, is doing so at their own risk and understanding.
73+
74+
## Related content
75+
76+
* [Legal service](https://osdu.pages.opengroup.org/platform/security-and-compliance/legal/)
77+
* [Allow data ingestion from specific country of origin](https://osdu.pages.opengroup.org/platform/security-and-compliance/legal/AllowDataIngestionFromCertainCOO/)

0 commit comments

Comments
 (0)