Skip to content

Commit 0041c65

Browse files
author
Preeti Singh
committed
fixing pds
1 parent dc390fa commit 0041c65

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,13 @@ Follow the [Manage users](how-to-manage-users.md) guide to add appropriate entit
4646

4747
Ensure you have `cURL` installed on your system. You will use it to make API calls.
4848

49-
## Generate a token to use in APIs
50-
51-
You can also generate a token by using the cURL command to generate a bearer token. Use the values from your Azure Data Manager for Energy instance.
52-
53-
```bash
54-
curl --location --request POST 'https://login.microsoftonline.com/{{TENANT_ID}}/oauth2/v2.0/token' \
55-
--header 'Content-Type: application/x-www-form-urlencoded' \
56-
--data-urlencode 'grant_type=client_credentials' \
57-
--data-urlencode 'client_id={{CLIENT_ID}}' \
58-
--data-urlencode 'client_secret={{CLIENT_SECRET}}' \
59-
--data-urlencode 'scope={{SCOPE}}'
60-
```
61-
6249
## Use Petrel DDMS APIs to work with Petrel projects
6350

6451
Successfully completing the API calls that are Present in [swagger](https://microsoft.github.io/adme-samples/rest-apis/index.html?page=/adme-samples/rest-apis/M23/petrel_ddms_openapi.yaml) indicates successful interaction with your saved Petrel projects. Although the API provides a way to upload data, we recommend that you upload your projects via DELFI Petrel Project Explorer. All of the following API calls assume that you have a project uploaded to Petrel Project Explorer.
6552

6653
### Create a legal tag
6754

68-
Create a legal tag that's automatically added to your Wellbore DDMS environment for data compliance.
55+
Create a legal tag that you can use for data compliance.
6956

7057
Run the following `cURL` command to create a legal tag:
7158

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ Ensure you have `cURL` installed on your system. You will use it to make API cal
4848
## Use Wellbore DDMS APIs to work with well data records
4949

5050
Successfully completing the cURL requests that are described in the following Wellbore DDMS APIs indicates successful ingestion and retrieval of well records in your Azure Data Manager for Energy instance.
51+
If you are interested in checkoing out all the APIs, you can check our [swagger](https://microsoft.github.io/adme-samples/rest-apis/index.html?page=/adme-samples/rest-apis/M23/wellbore_ddms_openapi.yaml)
5152

5253
### Create a legal tag
5354

54-
Create a legal tag that's automatically added to your Wellbore DDMS environment for data compliance.
55+
Create a legal tag for data compliance.
5556

5657
Run the following `cURL` command to create a legal tag:
5758

0 commit comments

Comments
 (0)