You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/energy-data-services/tutorial-well-delivery-ddms.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 07/28/2022
9
9
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
10
10
---
11
11
12
-
# Tutorial: Steps to interact with Well Delivery DDMS
12
+
# Tutorial: Sample steps to interact with Well Delivery ddms
13
13
14
14
Well Delivery DDMS provides the capability to manage well related data in the Microsoft Energy Data Services Preview instance.
15
15
@@ -55,7 +55,7 @@ In this tutorial, you'll learn how to:
55
55
56
56
### Generate a token
57
57
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.
59
59
```bash
60
60
curl --location --request POST 'https://login.microsoftonline.com/{{TENANT_ID}}/oauth2/v2.0/token' \
@@ -67,8 +67,9 @@ In this tutorial, you'll learn how to:
67
67
:::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":::
68
68
69
69
70
-
## Utilize Well Delivery DDMS API's to store and retrieve well data
70
+
## Store and retrieve well data with Well Delivery ddms APIs
71
71
72
+
1. **Create a Legal Tag** - Create a legal tag that will be added automatically to the environment for data compliance purpose.
72
73
1. **Create Well** - Creates the well record.
73
74
:::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":::
74
75
1. **Create Wellbore** - Creates the wellbore record.
0 commit comments