You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/energy-data-services/tutorial-seismic-ddms.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.custom: template-tutorial
16
16
17
17
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.
18
18
19
-
In this tutorial, you will learn how to:
19
+
In this tutorial, you learn how to:
20
20
21
21
> [!div class="checklist"]
22
22
>
@@ -39,16 +39,16 @@ To proceed, gather the following details from your [Azure Data Manager for Energ
|`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)|
41
41
|`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.|
46
46
47
47
## Use Seismic DDMS APIs to store and retrieve seismic data
48
48
49
49
### Create a legal tag
50
50
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.
0 commit comments