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
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,14 @@ 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. 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.|
45
46
46
47
## Use Seismic DDMS APIs to store and retrieve seismic data
47
48
@@ -54,7 +55,7 @@ API: **Setup** > **Create Legal Tag for SDMS**
0 commit comments