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
+20-16Lines changed: 20 additions & 16 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
>
@@ -35,26 +35,27 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
35
35
36
36
To proceed, gather the following details from your [Azure Data Manager for Energy instance](quickstart-create-microsoft-energy-data-services-instance.md) via the [Azure portal](https://portal.azure.com/?microsoft_azure_marketplace_ItemHideKey=Microsoft_Azure_OpenEnergyPlatformHidden):
|`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
+
|`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. 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.|
45
46
46
47
## Use Seismic DDMS APIs to store and retrieve seismic data
47
48
48
49
### Create a legal tag
49
50
50
-
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.
@@ -281,3 +283,5 @@ As an alternative user experience to Postman, you can use the sdutil command-lin
281
283
282
284
> [!div class="nextstepaction"]
283
285
> [Use sdutil to load data into Seismic Store](./tutorial-seismic-ddms-sdutil.md)
286
+
287
+
For more information on the Seismic REST APIs in Azure Data Manager for Energy, see the OpenAPI specifications available in the [adme-samples](https://microsoft.github.io/adme-samples/) GitHub repository.
0 commit comments