Skip to content

Commit 58063eb

Browse files
authored
Merge pull request #294669 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 2/14
2 parents a72209a + 39a9c92 commit 58063eb

8 files changed

+44
-28
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Microsoft Azure Data Manager for Energy - How to enable Reservoir DDMS
3+
description: "This article describes how to enable Reservoir DDMS in Azure Data Manager for Energy."
4+
author: bharathim
5+
ms.author: bselvaraj
6+
ms.service: azure-data-manager-energy
7+
ms.topic: how-to #Don't change
8+
ms.date: 02/08/2025
9+
10+
#customer intent: As a Data Manager, I want to enable Reservoir DDMS for storing data related to seismic and well intepretation, structural modeling, geological modeling and reservoir modeling including reservoir simulation input.
11+
---
12+
13+
# How to enable Reservoir DDMS (Preview)
14+
The Reservoir Domain Data Management Service (Reservoir DDMS) is a group of services that provides storage associated with seismic and well interpretation, structural modeling, geological modeling, and reservoir modeling including reservoir simulation input.
15+
16+
[OSDU® Reservoir DDMS](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/reservoir/home) is now available as a preview on the Azure Data Manager for Energy Developer tier only. This preview currently supports features in OSDU® milestone M23 - v0.26.
17+
18+
The DDMS is fully integrated with all other OSDU® services on Azure Data Manager for Energy. However, during the preview phase, it isn't be enabled for all Azure Data Manager for Energy resources by default. Interested customers should submit a support request on the Azure portal providing the following details:
19+
- Subscription ID
20+
- Azure Data Manager for Energy developer tier resource name
21+
- Azure Data Manager for Energy developer tier resource group name
22+
- Region where the instance is deployed
23+
- Data partition name for which Reservoir DDMS needs to be enabled
24+
25+
You're informed via support channels once your request is processed.
26+
27+
> [!NOTE]
28+
> The deployment of Reservoir DDMS is associated with a data partition of the Azure Data Manager for Energy resource, and all API calls must reference this specific data partition.
29+
30+
> [!IMPORTANT]
31+
> During this preview period, the deployment of Reservoir DDMS is limited to a single data partition per developer tier resource.

articles/energy-data-services/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ landingContent:
9090
url: how-to-register-external-data-sources.md
9191
- text: How to enable legal tags restricted COO (Country of Origin)
9292
url: how-to-enable-legal-tags-restricted-country-of-origin.md
93+
- text: How to enable Reservoir DDMS
94+
url: how-to-enable-reservoir-ddms.md
9395
- title: Administration
9496
linkLists:
9597
- linkListType: how-to-guide

articles/energy-data-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ items:
8585
href: how-to-register-external-data-sources.md
8686
- name: How to enable legal tags restricted COO (Country of Origin)
8787
href: how-to-enable-legal-tags-restricted-country-of-origin.md
88+
- name: How to enable Reservoir DDMS
89+
href: how-to-enable-reservoir-ddms.md
8890
- name: Monitoring
8991
items:
9092
- name: Airflow task logs integration with Azure Monitor

articles/hdinsight/enable-private-link-on-kafka-rest-proxy-hdi-cluster.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Enable Private Link on an Azure HDInsight Kafka Rest Proxy cluster
33
description: Learn how to Enable Private Link on an Azure HDInsight Kafka Rest Proxy cluster.
44
ms.service: azure-hdinsight
55
ms.topic: conceptual
6-
ms.author: piyushgupta
7-
author: piyush-gupta1999
8-
ms.date: 09/06/2024
6+
ms.date: 02/14/2025
97
---
108

119
# Enable Private Link on an HDInsight Kafka Rest Proxy cluster

articles/hdinsight/hdinsight-private-link.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Enable Private Link on an Azure HDInsight cluster
33
description: Learn how to connect to an outside HDInsight cluster by using Azure Private Link.
44
ms.service: azure-hdinsight
55
ms.topic: conceptual
6-
ms.author: piyushgupta
7-
author: piyush-gupta1999
8-
ms.date: 04/11/2024
6+
ms.date: 02/14/2024
97
---
108

119
# Enable Private Link on an HDInsight cluster
@@ -36,7 +34,7 @@ To start, deploy the following resources if you haven't created them already. Yo
3634
|Network security group|hdi-privlink-cluster-vnet-nsg|Default NSG as required for cluster deployment|
3735

3836
> [!NOTE]
39-
> The network security group (NSG) can simply be deployed, we do not need to modify any NSG rules for cluster deployment.
37+
> The network security group (NSG) can be deployed, we don't need to modify any NSG rules for cluster deployment.
4038
4139

4240
## <a name="DisableNetworkPolicy"></a>Step 2: Configure HDInsight subnet
@@ -136,7 +134,7 @@ To create the private endpoints:
136134
| Subnet | default |
137135

138136
> [!IMPORTANT]
139-
> If you're using KafkaRestProxy HDInsight cluster, then follow this extra steps to [Enable Private Endpoints](./enable-private-link-on-kafka-rest-proxy-hdi-cluster.md#create-private-endpoints).
137+
> If you're using KafkaRestProxy HDInsight cluster, then follow this extra step to [Enable Private Endpoints](./enable-private-link-on-kafka-rest-proxy-hdi-cluster.md#create-private-endpoints).
140138
>
141139
142140
Once the private endpoints are created, you’re done with this phase of the setup. If you didn’t make a note of the private IP addresses assigned to the endpoints, follow the steps below:
@@ -145,7 +143,7 @@ Once the private endpoints are created, you’re done with this phase of the set
145143
1. Click on 'Private endpoints' tab.
146144
1. You should see both the Ambari and ssh Network interfaces listed.
147145
1. Click on each one and navigate to the ‘DNS configuration’ blade to see the private IP address.
148-
1. Make a note of these IP addresses because they are required to connect to the cluster and properly configure DNS.
146+
1. Make a note of these IP addresses because they're required to connect to the cluster and properly configure DNS.
149147

150148
## <a name="ConfigureDNS"></a>Step 6: Configure DNS to connect over private endpoints
151149

@@ -195,7 +193,7 @@ To configure DNS resolution through a Private DNS zone:
195193
:::image type="content" source="media/hdinsight-private-link/private-dns-zone-add-ssh-record.png" alt-text="Diagram of private link dns zone add ssh record.":::
196194

197195
> [!IMPORTANT]
198-
> If you are using KafkaRestProxy HDInsight cluster, then follow this extra steps to [Configure DNS to connect over private endpoint](./enable-private-link-on-kafka-rest-proxy-hdi-cluster.md#configure-dns-to-connect-over-private-endpoints).
196+
> If you're using KafkaRestProxy HDInsight cluster, then follow this extra step to [Configure DNS to connect over private endpoint](./enable-private-link-on-kafka-rest-proxy-hdi-cluster.md#configure-dns-to-connect-over-private-endpoints).
199197
>
200198
201199
4. Associate the private DNS zone with the client VNET by adding a Virtual Network Link.

articles/hdinsight/kafka/secure-spark-kafka-streaming-integration-scenario.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Secure Spark and Kafka – Spark streaming integration scenario - Azure H
33
description: Learn how to secure Spark and Kafka streaming integration.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.author: piyushgupta
7-
author: piyush-gupta1999
8-
ms.date: 11/25/2024
6+
ms.date: 02/14/2024
97
---
108

119
# Secure Spark and Kafka – Spark streaming integration scenario

articles/hdinsight/spark/ranger-policies-for-spark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Configure Apache Ranger policies for Spark SQL in HDInsight with Enterprise Security Package.
33
description: This article describes how to configure Ranger policies for Spark SQL with Enterprise Security Package.
4-
ms.service: azure-hdinsight-on-aks
4+
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.date: 03/07/2024
6+
ms.date: 02/14/2025
77
---
88

99
# Configure Apache Ranger policies for Spark SQL in HDInsight with Enterprise Security Package

docfx.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,6 @@
269269
"articles/governance/management-groups/**/*.md": "rthorn17",
270270
"articles/governance/policy/**/*.md": "davidsmatlak",
271271
"articles/governance/resource-graph/**/*.md": "daphnemamsft",
272-
"articles/hdinsight-aks/*.md": "sreekzz",
273-
"articles/hdinsight-aks/*.yml": "sreekzz",
274-
"articles/hdinsight-aks/**/*.md": "sreekzz",
275272
"articles/hdinsight/*.md": "sreekzz",
276273
"articles/hdinsight/*.yml": "sreekzz",
277274
"articles/hdinsight/**/*.md": "sreekzz",
@@ -398,7 +395,6 @@
398395
"articles/governance/**/*.md": "https://feedback.azure.com/d365community/forum/675ae472-f324-ec11-b6e6-000d3a4f0da0",
399396
"articles/guidance/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
400397
"articles/guides/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
401-
"articles/hdinsight-aks/**/*.md": "https://feedback.azure.com/d365community/forum/14770d6d-7626-ec11-b6e6-000d3a4f032c",
402398
"articles/hdinsight/**/*.md": "https://feedback.azure.com/d365community/forum/14770d6d-7626-ec11-b6e6-000d3a4f032c",
403399
"articles/industry/agriculture/**/*.md": "https://feedback.azure.com/d365community/forum/28494f0f-f224-ec11-b6e6-000d3a4f0da0",
404400
"articles/iot-central/**/*.md": "https://feedback.azure.com/d365community/forum/35b59d83-f424-ec11-b6e6-000d3a4f0da0",
@@ -561,7 +557,6 @@
561557
"articles/governance/NO-QA-TAG-USE-GLOBAL/": "",
562558
"articles/governance/policy/**/*": "https://learn.microsoft.com/answers/tags/228/azure-policy",
563559
"articles/governance/resource-graph/NO-QA-TAG-USE-GLOBAL/": "",
564-
"articles/hdinsight-aks/**/*": "https://learn.microsoft.com/answers/tags/453/azure-hdinsight-aks/",
565560
"articles/hdinsight/**/*": "https://learn.microsoft.com/answers/tags/168/azure-hdinsight/",
566561
"articles/healthcare-apis/**/*": "https://learn.microsoft.com/answers/tags/389/azure-health-data-services/",
567562
"articles/high-performance-computing/NO-QA-TAG-USE-GLOBAL/": "",
@@ -775,9 +770,6 @@
775770
"articles/governance/management-groups/**/*.md": "rithorn",
776771
"articles/governance/policy/**/*.md": "davidsmatlak",
777772
"articles/governance/resource-graph/**/*.md": "daphnema",
778-
"articles/hdinsight-aks/*.md": "v-sreeiyer",
779-
"articles/hdinsight-aks/*.yml": "v-sreeiyer",
780-
"articles/hdinsight-aks/**/*.md": "v-sreeiyer",
781773
"articles/hdinsight/*.md": "v-sreeiyer",
782774
"articles/hdinsight/*.yml": "v-sreeiyer",
783775
"articles/hdinsight/**/*.md": "v-sreeiyer",
@@ -908,7 +900,6 @@
908900
"articles/governance/management-groups/**/*.md": "azure",
909901
"articles/governance/policy/**/*.md": "azure-policy",
910902
"articles/governance/resource-graph/**/*.md": "azure-resource-graph",
911-
"articles/hdinsight-aks/**/*.md": "azure-hdinsight-on-aks",
912903
"articles/industry/**/*.md": "azure-industry",
913904
"articles/integration-environments/*.md": "azure-integration-environments",
914905
"articles/iot-operations/**/*.md": "azure-iot-operations",
@@ -1066,8 +1057,6 @@
10661057
"articles/governance/policy/**/*.yml": ["Azure","Azure Policy"],
10671058
"articles/governance/resource-graph/**/*.md": ["Azure","Azure Resource Graph"],
10681059
"articles/governance/resource-graph/**/*.yml": ["Azure","Azure Resource Graph"],
1069-
"articles/hdinsight-aks/**/*.md": ["Azure","Azure HDInsight", "Azure HDInsight on AKS"],
1070-
"articles/hdinsight-aks/**/*.yml": ["Azure","Azure HDInsight", "Azure HDInsight on AKS"],
10711060
"articles/hdinsight/**/*.md": ["Azure","Azure HDInsight"],
10721061
"articles/hdinsight/**/*.yml": ["Azure","Azure HDInsight"],
10731062
"articles/iot-central/**/*.md": ["Azure","IoT","Azure IoT Central"],
@@ -1168,8 +1157,6 @@
11681157
"articles/governance/management-groups/**/*.md": "Azure governance",
11691158
"articles/governance/policy/**/*.md": "Azure Policy",
11701159
"articles/governance/resource-graph/**/*.md": "Azure Resource Graph",
1171-
"articles/hdinsight-aks/**/*.md": "Azure HDInsight on AKS",
1172-
"articles/hdinsight-aks/**/*.yml": "Azure HDInsight on AKS",
11731160
"articles/industry/agriculture/**/*.md": "Azure for Industry: Agriculture",
11741161
"articles/integration-environments/*.md": "Azure Integration Environments",
11751162
"articles/integration-environments/*.yml": "Azure Integration Environments",

0 commit comments

Comments
 (0)