Skip to content

Commit 53d72c9

Browse files
Merge pull request #211770 from dprakash-sivakumar/well-delivery-tutorial
Modified well delivery tutorial as per feedback
2 parents b7c4df5 + 35a0eaa commit 53d72c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 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: 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' \
@@ -67,8 +67,9 @@ In this tutorial, you'll learn how to:
6767
:::image type="content" source="media/tutorial-well-delivery/screenshot-of-the-well-delivery-generate-token.png" alt-text="Screenshot of the well delivery generate token." lightbox="media/tutorial-well-delivery/screenshot-of-the-well-delivery-generate-token.png":::
6868

6969

70-
## Utilize Well Delivery DDMS API's to store and retrieve well data
70+
## Store and retrieve well data with Well Delivery ddms APIs
7171

72+
1. **Create a Legal Tag** - Create a legal tag that will be added automatically to the environment for data compliance purpose.
7273
1. **Create Well** - Creates the well record.
7374
:::image type="content" source="media/tutorial-well-delivery/screenshot-of-the-well-delivery-create-well.png" alt-text="Screenshot of the well delivery - create well." lightbox="media/tutorial-well-delivery/screenshot-of-the-well-delivery-create-well.png":::
7475
1. **Create Wellbore** - Creates the wellbore record.

0 commit comments

Comments
 (0)