Skip to content

Commit 12f44a2

Browse files
committed
Improve sesimic ddms doc
1 parent a8b1e10 commit 12f44a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: template-tutorial
1616

1717
This tutorial demonstrates how to utilize Seismic Domain Data Management Services (DDMS) APIs with cURL to manage seismic data within an Azure Data Manager for Energy instance.
1818

19-
In this tutorial, you will learn how to:
19+
In this tutorial, you learn how to:
2020

2121
> [!div class="checklist"]
2222
>
@@ -39,16 +39,16 @@ To proceed, gather the following details from your [Azure Data Manager for Energ
3939
| ------------------ | -------------------------- |-------------------------------------- |-------------------------------------- |
4040
| `client_id` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444`| You use this app or client ID when registering the application with the Microsoft identity platform. See [Register an application](../active-directory/develop/quickstart-register-app.md#register-an-application)|
4141
| `client_secret` | Client secret | `_fl******************` |Sometimes called an *application password*, a client secret is a string value that your app can use in place of a certificate to identity itself. See [Add a client secret](../active-directory/develop/quickstart-register-app.md#add-a-client-secret).|
42-
| `tenant_id` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx`|Hover over your account name in the Azure portal to get the directory or tenant ID. Alternately, search for and select **Microsoft Entra ID** > **Properties** > **Tenant ID** in the Azure portal. |
43-
| `base_url` | Instance URL | `https://<instance>.energy.azure.com` |Find this value on the overview page of the Azure Data Manager for Energy instance.|
44-
| `data_partition_id`| Data partition name | `opendes` |Find this value on the overview page of the Azure Data Manager for Energy instance.|
45-
| `access_token` | Access token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........`|Follow [How to generate auth token](how-to-generate-auth-token.md) to create a access token and save it.|
42+
| `tenant_id` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx`| Hover over your account name in the Azure portal to get the directory or tenant ID. Alternatively, search for and select **Microsoft Entra ID** > **Properties** > **Tenant ID** in the Azure portal. |
43+
| `base_url` | Instance URL | `https://<instance>.energy.azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
44+
| `data_partition_id`| Data partition name | `opendes` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
45+
| `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.|
4646

4747
## Use Seismic DDMS APIs to store and retrieve seismic data
4848

4949
### Create a legal tag
5050

51-
Create a legal tag that's automatically added to your Seismic DDMS environment for data compliance.
51+
Create a legal tag that is automatically added to the Seismic DDMS environment for data compliance.
5252

5353
API: **Setup** > **Create Legal Tag for SDMS**
5454

0 commit comments

Comments
 (0)