Skip to content

Commit 87b56fe

Browse files
author
Preeti Singh
committed
review comments
1 parent 9657b22 commit 87b56fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this tutorial, you learn how to:
3232

3333
### Get details for the Azure Data Manager for Energy instance
3434

35-
* For this tutorial, you need the following parameters:
35+
For this tutorial, you need the following parameters:
3636

3737
| Parameter | Value to use | Example | Where to find this value |
3838
|----|----|----|----|
@@ -50,7 +50,7 @@ Ensure you have `cURL` installed on your system. You will use it to make API cal
5050

5151
To ingest sample manifests into the Azure Data Manager for Energy instance, complete the following steps:
5252

53-
1. **Create a Legal Tag**: Use the following `cURL` command to create a legal tag that will be added to the manifest data for data compliance purposes:
53+
1. **Create a Legal Tag**: Use the following `cURL` command to create a legal tag for data compliance purposes:
5454

5555
```bash
5656
curl -X POST "https://<DNS>/api/legal/v1/legaltags" \
@@ -139,7 +139,7 @@ To ingest sample manifests into the Azure Data Manager for Energy instance, comp
139139
"message": "Workflow started successfully."
140140
}
141141
```
142-
Save the `runId` from the response for use as run_id in the next steps.
142+
Save the `runId` from the response for use as run_id in the next steps.
143143

144144
3. **Get Manifest Ingestion Workflow status**: Use the following `cURL` command to check the workflow status (replace `<run_id>` with the workflow run ID):
145145

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
3333

3434
### Get details for the Azure Data Manager for Energy instance
3535

36-
* For this tutorial, you need the following parameters:
36+
For this tutorial, you need the following parameters:
3737

3838
| Parameter | Value to use | Example | Where to find this value |
3939
|----|----|----|----|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
3232

3333
### Get details for the Azure Data Manager for Energy instance
3434

35-
* For this tutorial, you need the following parameters:
35+
For this tutorial, you need the following parameters:
3636

3737
| Parameter | Value to use | Example | Where to find this value |
3838
|----|----|----|----|

0 commit comments

Comments
 (0)