Skip to content

Commit 5d8666a

Browse files
committed
status
1 parent 5e2e635 commit 5d8666a

9 files changed

+23
-23
lines changed

articles/energy-data-services/how-to-convert-segy-to-ovds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The first step is to get the following information from your [Azure Data Manager
2828

2929
| Parameter | Value | Example |
3030
| ------------------ | ------------------------ |-------------------------------------- |
31-
| client_id | Application (client) ID | 3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx |
31+
| client_id | Application (client) ID | 00001111-aaaa-2222-bbbb-3333cccc4444 |
3232
| client_secret | Client secrets | _fl****************** |
33-
| tenant_id | Directory (tenant) ID | 72f988bf-86f1-41af-91ab-xxxxxxxxxxxx |
33+
| tenant_id | Directory (tenant) ID | aaaabbbb-0000-cccc-1111-dddd2222eeee |
3434
| base_url | URL | `https://<instance>.energy.azure.com` |
3535
| data-partition-id | Data Partition(s) | `<data-partition-name>` |
3636

articles/energy-data-services/how-to-convert-segy-to-zgy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The first step is to get the following information from your [Azure Data Manager
2828

2929
| Parameter | Value | Example |
3030
| ------------------ | ------------------------ |-------------------------------------- |
31-
| client_id | Application (client) ID | 3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx |
31+
| client_id | Application (client) ID | 00001111-aaaa-2222-bbbb-3333cccc4444 |
3232
| client_secret | Client secrets | _fl****************** |
33-
| tenant_id | Directory (tenant) ID | 72f988bf-86f1-41af-91ab-xxxxxxxxxxxx |
33+
| tenant_id | Directory (tenant) ID | aaaabbbb-0000-cccc-1111-dddd2222eeee |
3434
| base_url | URL | `https://<instance>.energy.azure.com` |
3535
| data-partition-id | Data Partition(s) | `<data-partition-name>` |
3636

articles/energy-data-services/how-to-deploy-osdu-admin-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
154154
"idp": {
155155
...
156156
"tenant_id": "<tenant_id>", // Entra ID tenant ID
157-
"client_id": "<client_id>", // App Registration ID to use for the admin UI, usually the same as the ADME App Registration ID, i.e. "6ee7e0d6-0641-4b29-a283-541c5d00655a"
157+
"client_id": "<client_id>", // App Registration ID to use for the admin UI, usually the same as the ADME App Registration ID, i.e. "00001111-aaaa-2222-bbbb-3333cccc4444"
158158
"redirect_uri": "<redirect_uri>", // This is the website URL ($REDIRECT_URI), i.e. "https://contoso.z1.web.core.windows.net"
159-
"scope": "<client_id>/.default" // Scope of the ADME instance, i.e. "6ee7e0d6-0641-4b29-a283-541c5d00655a/.default"
159+
"scope": "<client_id>/.default" // Scope of the ADME instance, i.e. "00001111-aaaa-2222-bbbb-3333cccc4444/.default"
160160
},
161161
"api_endpoints": { // Just replace contoso.energy.azure.com with your ADME_URL after removing https or wwww in all the API endpoints below.
162162
"entitlement_endpoint": "https://contoso.energy.azure.com/api/",

articles/energy-data-services/includes/how-to/how-to-deploy-gcz/deploy-gcz-on-aks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
4444
# Define the variables for Azure Data Manager for Energy
4545
AZURE_DNS_NAME="<instanceName>.energy.azure.com" # Example: demo.energy.azure.com
4646
DATA_PARTITION_ID="<dataPartitionId>" # Data partition ID. Example: opendes
47-
AZURE_TENANT_ID="<tenantId>" # Entra ID tenant ID. Example: 557963fb-ede7-4a88-9e3e-19ace7f1e36b
48-
AZURE_CLIENT_ID="<clientId>" # App Registration client ID. Example: b149dc73-ed8c-4ad3-bbaf-882a208f87eb
47+
AZURE_TENANT_ID="<tenantId>" # Entra ID tenant ID. Example: aaaabbbb-0000-cccc-1111-dddd2222eeee
48+
AZURE_CLIENT_ID="<clientId>" # App Registration client ID. Example: 00001111-aaaa-2222-bbbb-3333cccc4444
4949
AZURE_CLIENT_SECRET="<clientSecret>" # App Registration client secret.
5050
CALLBACK_URL="http://localhost:5050" #ie: http://localhost:8080
5151
@@ -65,8 +65,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
6565
# Define the variables for Azure Data Manager for Energy
6666
$ADME_DNS_NAME="<instanceName>.energy.azure.com" # Example: demo.energy.azure.com
6767
$DATA_PARTITION_ID="<dataPartitionId>" # Data partition ID. Example: opendes
68-
$AZURE_TENANT_ID="<tenantId>" # Entra ID tenant ID. Example: 557963fb-ede7-4a88-9e3e-19ace7f1e36b
69-
$AZURE_CLIENT_ID="<clientId>" # App Registration client ID. Example: b149dc73-ed8c-4ad3-bbaf-882a208f87eb
68+
$AZURE_TENANT_ID="<tenantId>" # Entra ID tenant ID. Example: aaaabbbb-0000-cccc-1111-dddd2222eeee
69+
$AZURE_CLIENT_ID="<clientId>" # App Registration client ID. Example: 00001111-aaaa-2222-bbbb-3333cccc4444
7070
$AZURE_CLIENT_SECRET="<clientSecret>" # App Registration client secret.
7171
$CALLBACK_URL="http://localhost:5050" #ie: http://localhost:8080
7272

articles/energy-data-services/tutorial-csv-ingestion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Before you start this tutorial, complete the following prerequisites.
3434

3535
| Parameter | Value to use | Example | Where to find this value |
3636
| ------------------ | ------------------------ |-------------------------------------- |-------------------------------------- |
37-
| `CLIENT_ID` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` | 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). |
37+
| `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). |
3838
| `CLIENT_SECRET` | Client secrets | `_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).|
39-
| `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. |
40-
| `SCOPE` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` | This value is the same as the app or client ID mentioned earlier. |
39+
| `TENANT_ID` | Directory (tenant) ID | `aaaabbbb-0000-cccc-1111-dddd2222eeee` | 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. |
40+
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` | This value is the same as the app or client ID mentioned earlier. |
4141
| `refresh_token` | Refresh token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........` | Follow [How to generate auth token](how-to-generate-auth-token.md) to create a refresh token and save it. You need this refresh token later to generate a user token. |
4242
| `DNS` | URI | `<instance>.energy.Azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
4343
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` | Find this value on the overview page of the Azure Data Manager for Energy instance.|

articles/energy-data-services/tutorial-manifest-ingestion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Before you start this tutorial, complete the following prerequisites.
3434

3535
| Parameter | Value to use | Example | Where to find this value |
3636
| ------------------ | ------------------------ |-------------------------------------- |-------------------------------------- |
37-
| `CLIENT_ID` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` | 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). |
37+
| `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). |
3838
| `CLIENT_SECRET` | Client secrets | `_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).|
39-
| `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. |
40-
| `SCOPE` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` | This value is the same as the app or client ID mentioned earlier. |
39+
| `TENANT_ID` | Directory (tenant) ID | `aaaabbbb-0000-cccc-1111-dddd2222eeee` | 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. |
40+
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` | This value is the same as the app or client ID mentioned earlier. |
4141
| `refresh_token` | Refresh token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........` | Follow [How to generate auth token](how-to-generate-auth-token.md) to create a refresh token and save it. You need this refresh token later to generate a user token. |
4242
| `DNS` | URI | `<instance>.energy.Azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
4343
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` | Find this value on the overview page of the Azure Data Manager for Energy instance.|

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The first step is to get the following information from your [Azure Data Manager
3636

3737
| Parameter | Value | Example |
3838
| ------------------ | ------------------------ |-------------------------------------- |
39-
| `client_id` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` |
39+
| `client_id` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4040
| `client_secret` | Client secrets | `_fl******************` |
41-
| `tenant_id` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` |
41+
| `tenant_id` | Directory (tenant) ID | `aaaabbbb-0000-cccc-1111-dddd2222eeee` |
4242
| `base_url` | URL | `https://<instance>.energy.azure.com` |
4343
| `data-partition-id` | Data partitions | `<data-partition-name>` |
4444

articles/energy-data-services/tutorial-well-delivery-ddms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ The first step is to get the following information from your [Azure Data Manager
3838

3939
| Parameter | Value | Example |
4040
| ------------------ | ------------------------ |-------------------------------------- |
41-
| `CLIENT_ID` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` |
41+
| `CLIENT_ID` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4242
| `CLIENT_SECRET` | Client secrets | `_fl******************` |
43-
| `TENANT_ID` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` |
44-
| `SCOPE` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` |
43+
| `TENANT_ID` | Directory (tenant) ID | `aaaabbbb-0000-cccc-1111-dddd2222eeee` |
44+
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4545
| `base_uri` | URI | `<instance>.energy.azure.com` |
4646
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` |
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The first step is to get the following information from your [Azure Data Manager
3939

4040
| Parameter | Value | Example |
4141
| ------------------ | ------------------------ |-------------------------------------- |
42-
| `client_id` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` |
42+
| `client_id` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4343
| `client_secret` | Client secrets | `_fl******************` |
44-
| `tenant_id` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` |
44+
| `tenant_id` | Directory (tenant) ID | `aaaabbbb-0000-cccc-1111-dddd2222eeee` |
4545
| `base_url` | URL | `https://<instance>.energy.azure.com` |
4646
| `data-partition-id` | Data partitions | `<data-partition-name>` |
4747

0 commit comments

Comments
 (0)