Skip to content

Commit 5bb23d2

Browse files
Merge pull request #295414 from EirikHaughom/patch-8
Update tutorial-csv-ingestion.md
2 parents 17d952c + fb56883 commit 5bb23d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before you start this tutorial, complete the following prerequisites.
4040
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` | This value is the same as the app or client ID mentioned earlier. |
4141
| `refresh_token` | Refresh token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........` | Follow [How to generate auth token](how-to-generate-auth-token.md) to create a refresh token and save it. You need this refresh token later to generate a user token. |
4242
| `DNS` | URI | `<instance>.energy.Azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
43-
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
43+
| `data-partition-id` | Data partitions | `<data-partition-id>` | Find this value on the Data Partitions page of the Azure Data Manager for Energy instance.|
4444

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before you start this tutorial, complete the following prerequisites.
4040
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` | This value is the same as the app or client ID mentioned earlier. |
4141
| `refresh_token` | Refresh token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........` | Follow [How to generate auth token](how-to-generate-auth-token.md) to create a refresh token and save it. You need this refresh token later to generate a user token. |
4242
| `DNS` | URI | `<instance>.energy.Azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
43-
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
43+
| `data-partition-id` | Data partitions | `<data-partition-id>` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
4444

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The first step is to get the following information from your [Azure Data Manager
4444
| `TENANT_ID` | Directory (tenant) ID | `72fxxxxxxxxxxxx` |
4545
| `SCOPE` | Application (client) ID | `3dfxxxxxxxxxxxxxxxxxxxxxxx` |
4646
| `HOSTNAME` | URI | `<instance>.energy.azure.com` |
47-
| `DATA_PARTITION_ID` | Data partitions | `<instance>-<data-partition-name>` |
47+
| `DATA_PARTITION_ID` | Data partitions | `<data-partition-id>` |
4848

4949
You'll use this information later in the tutorial.
5050

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The first step is to get the following information from your [Azure Data Manager
4343
| `TENANT_ID` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` |
4444
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4545
| `base_uri` | URI | `<instance>.energy.azure.com` |
46-
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` |
46+
| `data-partition-id` | Data partitions | `<data-partition-id>` |
4747

4848
You'll use this information later in the tutorial.
4949

0 commit comments

Comments
 (0)