Skip to content

Commit 17081e7

Browse files
Merge pull request #213533 from bharathim/main
Update ddms to DDMS
2 parents 88ab92b + 9e3a650 commit 17081e7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/energy-data-services/concepts-ddms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ A DDMS meets the following requirements, further classified into capability, arc
8989
OSDU™ is a trademark of The Open Group.
9090

9191
## Next steps
92-
Advance to the seismic ddms sdutil tutorial to learn how to use sdutil to load seismic data into seismic store.
92+
Advance to the seismic DDMS sdutil tutorial to learn how to use sdutil to load seismic data into seismic store.
9393
> [!div class="nextstepaction"]
9494
> [Tutorial: Seismic store sdutil](tutorial-seismic-ddms-sdutil.md)

articles/energy-data-services/tutorial-seismic-ddms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 3/16/2022
99
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
1010
---
1111

12-
# Tutorial: Sample steps to interact with Seismic ddms
12+
# Tutorial: Sample steps to interact with Seismic DDMS
1313

1414
Seismic DDMS provides the capability to operate on seismic data in the Microsoft Energy Data Services instance.
1515

articles/energy-data-services/tutorial-well-delivery-ddms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 07/28/2022
99
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
1010
---
1111

12-
# Tutorial: Sample steps to interact with Well Delivery ddms
12+
# Tutorial: Sample steps to interact with Well Delivery DDMS
1313

1414
Well Delivery DDMS provides the capability to manage well related data in the Microsoft Energy Data Services Preview instance.
1515

@@ -55,7 +55,7 @@ In this tutorial, you'll learn how to:
5555

5656
### Generate a token
5757

58-
1. **Get a Token** - Import the CURL command in Postman to generate the bearer token. Update the bearerToken in well delivery ddms environment. Use Bearer Token as Authorization type in other API calls.
58+
1. **Get a Token** - Import the CURL command in Postman to generate the bearer token. Update the bearerToken in well delivery DDMS environment. Use Bearer Token as Authorization type in other API calls.
5959
```bash
6060
curl --location --request POST 'https://login.microsoftonline.com/{{TENANT_ID}}/oauth2/v2.0/token' \
6161
--header 'Content-Type: application/x-www-form-urlencoded' \
@@ -92,4 +92,4 @@ Completion of the above steps indicates successful creation and retrieval of wel
9292
## See also
9393
Advance to the next tutorial to learn how to use sdutil to load seismic data into seismic store
9494
> [!div class="nextstepaction"]
95-
> [Tutorial: Sample steps to interact with Wellbore ddms](tutorial-wellbore-ddms.md)
95+
> [Tutorial: Sample steps to interact with Wellbore DDMS](tutorial-wellbore-ddms.md)

articles/energy-data-services/tutorial-wellbore-ddms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.date: 09/07/2022
99
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
1010
---
1111

12-
# Tutorial: Sample steps to interact with Wellbore ddms
12+
# Tutorial: Sample steps to interact with Wellbore DDMS
1313

14-
Wellbore ddms provides the capability to operate on well data in the Microsoft Energy Data Services instance.
14+
Wellbore DDMS provides the capability to operate on well data in the Microsoft Energy Data Services instance.
1515

1616
In this tutorial, you'll learn how to:
1717
> [!div class="checklist"]
18-
> * Utilize Wellbore ddms APIs to store and retrieve Wellbore and well log data
18+
> * Utilize Wellbore DDMS APIs to store and retrieve Wellbore and well log data
1919
2020
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
2121

0 commit comments

Comments
 (0)