Skip to content

Commit 4a3807b

Browse files
authored
Update tutorial-petrel-ddms.md
1 parent eb1c754 commit 4a3807b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The first step is to get the following information from your [Microsoft Energy D
3737

3838
| Parameter | Value | Example |
3939
| ------------------ | ------------------------ |-------------------------------------- |
40-
| CLIENT_ID | Application (client) ID | 3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx |
40+
| CLIENT_ID | Application (client) ID | 3dfxxxxxxxxxxxxxxxxxxxxxx |
4141
| CLIENT_SECRET | Client secrets | _fl****************** |
42-
| TENANT_ID | Directory (tenant) ID | 72f988bf-86f1-41af-91ab-xxxxxxxxxxxx |
43-
| SCOPE | Application (client) ID | 3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx |
42+
| TENANT_ID | Directory (tenant) ID | 72fxxxxxxxxxxxx |
43+
| SCOPE | Application (client) ID | 3dfxxxxxxxxxxxxxxxxxxxxxxx |
4444
| HOSTNAME | URI | `<instance>.energy.azure.com` |
4545
| DATA_PARTITION_ID | Data Partition(s) | `<instance>-<data-partition-name>` |
4646

@@ -107,7 +107,7 @@ For more information, see [Manage legal tags](how-to-manage-legal-tags.md).
107107

108108
In order to ensure the user has the proper permissions to make the Petrel DDMS API calls, the user must be apart of the `users.datalake.admins@{data-partition-id}.dataservices.energy` entitlements group. This call adds the user to the proper groups.
109109

110-
The **USER** in this case is the Client ID/OID contained in the token used for authentication. For example, if I generate my token using a client ID of `8cd97786-0e29-4304-8c78-xxxxxxxxxxxx`, I must add `8cd97786-0e29-4304-8c78-xxxxxxxxxxxx` to the **users.datalake.admins** group.
110+
The **USER** in this case is the Client ID/OID contained in the token used for authentication. For example, if I generate my token using a client ID of `8cdxxxxxxxxxxxx`, I must add `8cdxxxxxxxxxxxx` to the **users.datalake.admins** group.
111111

112112
API: **Setup** > **Add User to DATALAKE Admins**
113113

0 commit comments

Comments
 (0)