Skip to content

Commit 9657b22

Browse files
author
Preeti Singh
committed
review comments
1 parent fc7a0c3 commit 9657b22

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/energy-data-services/tutorial-manifest-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial, you learn how to:
2828
* An Azure subscription
2929
* An instance of [Azure Data Manager for Energy](quickstart-create-microsoft-energy-data-services-instance.md) created in your Azure subscription
3030
* cURL command-line tool installed on your machine
31-
* Generate the service principal access token to call the Seismic APIs. See [How to generate auth token](how-to-generate-auth-token.md).
31+
* Generate the service principal access token to call the Ingestion APIs. See [How to generate auth token](how-to-generate-auth-token.md).
3232

3333
### Get details for the Azure Data Manager for Energy instance
3434

@@ -37,7 +37,7 @@ In this tutorial, you learn how to:
3737
| Parameter | Value to use | Example | Where to find this value |
3838
|----|----|----|----|
3939
| `DNS` | URI | `<instance>.energy.azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance. |
40-
| `data-partition-id` | Data partitions | `<data-partition-id>` | Find this value on the Data Partitions section within the Azure Data Manager for Energy instance. |
40+
| `data-partition-id` | Data partition | `<data-partition-id>` | Find this value on the Data Partition section within the Azure Data Manager for Energy instance. |
4141
| `access_token` | Access token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........`| Follow [How to generate auth token](how-to-generate-auth-token.md) to create an access token and save it.|
4242

4343
Follow the [Manage users](how-to-manage-users.md) guide to add appropriate entitlements for the user who's running this tutorial.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
2929
* An Azure subscription
3030
* An instance of [Azure Data Manager for Energy](quickstart-create-microsoft-energy-data-services-instance.md) created in your Azure subscription
3131
* cURL command-line tool installed on your machine
32-
* Generate the service principal access token to call the Seismic APIs. See [How to generate auth token](how-to-generate-auth-token.md).
32+
* Generate the service principal access token to call the Petrel APIs. See [How to generate auth token](how-to-generate-auth-token.md).
3333

3434
### Get details for the Azure Data Manager for Energy instance
3535

@@ -38,7 +38,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
3838
| Parameter | Value to use | Example | Where to find this value |
3939
|----|----|----|----|
4040
| `DNS` | URI | `<instance>.energy.azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance. |
41-
| `data-partition-id` | Data partitions | `<data-partition-id>` | Find this value on the Data Partitions section within the Azure Data Manager for Energy instance. |
41+
| `data-partition-id` | Data partition | `<data-partition-id>` | Find this value on the Data Partition section within the Azure Data Manager for Energy instance. |
4242
| `access_token` | Access token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........`| Follow [How to generate auth token](how-to-generate-auth-token.md) to create an access token and save it.|
4343

4444
Follow the [Manage users](how-to-manage-users.md) guide to add appropriate entitlements for the user who's running this tutorial.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
2828
* An Azure subscription
2929
* An instance of [Azure Data Manager for Energy](quickstart-create-microsoft-energy-data-services-instance.md) created in your Azure subscription
3030
* cURL command-line tool installed on your machine
31-
* Generate the service principal access token to call the Seismic APIs. See [How to generate auth token](how-to-generate-auth-token.md).
31+
* Generate the service principal access token to call the Wellbore APIs. See [How to generate auth token](how-to-generate-auth-token.md).
3232

3333
### Get details for the Azure Data Manager for Energy instance
3434

@@ -37,7 +37,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
3737
| Parameter | Value to use | Example | Where to find this value |
3838
|----|----|----|----|
3939
| `DNS` | URI | `<instance>.energy.azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance. |
40-
| `data-partition-id` | Data partitions | `<data-partition-id>` | Find this value on the Data Partitions section within the Azure Data Manager for Energy instance. |
40+
| `data-partition-id` | Data partition | `<data-partition-id>` | Find this value on the Data Partition section within the Azure Data Manager for Energy instance. |
4141
| `access_token` | Access token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........`| Follow [How to generate auth token](how-to-generate-auth-token.md) to create an access token and save it.|
4242

4343
Follow the [Manage users](how-to-manage-users.md) guide to add appropriate entitlements for the user who's running this tutorial.

0 commit comments

Comments
 (0)