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/faq-energy-data-services.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ sections:
22
22
questions:
23
23
- question: How can I get access to Azure Data Manager for Energy Preview?
24
24
answer: >
25
-
Azure Data Manager for Energy Preview is available to all customers and partners with a valid subscription. Customers can create an instance by going directly to the Azure Marketplace and searching for "Microsoft Energy Data Services."
25
+
Azure Data Manager for Energy Preview is available to all customers and partners with a valid subscription. Customers can create an instance by going directly to the Azure Marketplace and searching for "Microsoft Energy Data Services".
Copy file name to clipboardExpand all lines: articles/energy-data-services/how-to-enable-cors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You can set CORS rules for each Azure Data Manager for Energy Preview instance.
21
21
22
22
1. Create an **Azure Data Manager for Energy Preview** instance.
23
23
2. Select the **Resource Sharing(CORS)** tab.
24
-
[](media/how-to-enable-cors/enable-cors-1.png#lightbox)
24
+
[](media/how-to-enable-cors/enable-cors-1.png#lightbox)
25
25
26
26
3. In the Resource Sharing(CORS) tab, select **Allowed Origins**.
27
27
4. There can be upto 5 **Allowed Origins** added for a given instance.
Copy file name to clipboardExpand all lines: articles/energy-data-services/tutorial-petrel-ddms.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
31
31
- An Azure subscription
32
32
- An instance of [Azure Data Manager for Energy Preview](quickstart-create-microsoft-energy-data-services-instance.md) created in your Azure subscription.
33
33
34
-
## Get your Azure Data Manager for Energy Services instance details
34
+
## Get your Azure Data Manager for Energy Preview instance details
35
35
36
36
The first step is to get the following information from your [Azure Data Manager for Energy Preview instance](quickstart-create-microsoft-energy-data-services-instance.md) in the [Azure portal](https://portal.azure.com/?microsoft_azure_marketplace_ItemHideKey=Microsoft_Azure_OpenEnergyPlatformHidden):
37
37
@@ -64,7 +64,7 @@ Next, set up Postman:
64
64
65
65
## Generate a token to use in APIs
66
66
67
-
The Postman collection for Petrel DDMS contains requests you can use to interact with your Petrel Projects. It also contains a request to query current Petrel projects and records in your Azure Data Manager for Energy instance.
67
+
The Postman collection for Petrel DDMS contains requests you can use to interact with your Petrel Projects. It also contains a request to query current Petrel projects and records in your Azure Data Manager for Energy Preview instance.
68
68
69
69
1. In Postman, in the left menu, select **Collections**, and then select **Petrel DDMS**. Under **Setup**, select **Get Token**.
70
70
@@ -74,7 +74,7 @@ The Postman collection for Petrel DDMS contains requests you can use to interact
74
74
75
75
This request will generate an access token and assign it as the authorization method for future requests.
76
76
77
-
You can also generate a token by using the cURL command in Postman or a terminal to generate a bearer token. Use the values from your Microsoft Energy Data Services instance.
77
+
You can also generate a token by using the cURL command in Postman or a terminal to generate a bearer token. Use the values from your Azure Data Manager for Energy Preview instance.
78
78
79
79
```bash
80
80
curl --location --request POST 'https://login.microsoftonline.com/{{TENANT_ID}}/oauth2/v2.0/token' \
@@ -117,7 +117,7 @@ Method: POST
117
117
118
118
### Get Project
119
119
120
-
Given a Project ID, returns the corresponding Petrel Project record in your Azure Data Manager for Energy instance.
120
+
Given a Project ID, returns the corresponding Petrel Project record in your Azure Data Manager for Energy Preview instance.
121
121
122
122
API: **Project** > **Get Project**.
123
123
@@ -127,7 +127,7 @@ Method: GET
127
127
128
128
### Delete Project
129
129
130
-
Given a Project ID, deletes the project and the associated Petrel Project record data in your Azure Data Manager for Energy instance.
130
+
Given a Project ID, deletes the project and the associated Petrel Project record data in your Azure Data Manager for Energy Preview instance.
131
131
132
132
API: **Project** > **Delete Project**
133
133
@@ -137,7 +137,7 @@ Method: DELETE
137
137
138
138
### Get Project Version
139
139
140
-
Given a `Project ID` and a `Version ID`, gets the Petrel Version record associated with that project/version ID in your Microsoft Energy Data Services instance.
140
+
Given a `Project ID` and a `Version ID`, gets the Petrel Version record associated with that project/version ID in your Azure Data Manager for Energy Preview instance.
141
141
142
142
API: **Project** > **Project Version**
143
143
@@ -147,7 +147,7 @@ Method: GET
147
147
148
148
### Get a Project Download URL
149
149
150
-
Given a Project ID, returns a SAS URL to download the data of the corresponding project from your Azure Data Manager for Energy instance.
150
+
Given a Project ID, returns a SAS URL to download the data of the corresponding project from your Azure Data Manager for Energy Preview instance.
151
151
152
152
API: **Project** > **Download URL**
153
153
@@ -157,7 +157,7 @@ Method: GET
157
157
158
158
### Get a Project Upload URL
159
159
160
-
Given a Project ID, returns two SAS URLs. One to upload data to and one to download data from the corresponding project in your Azure Data Manager for Energy instance.
160
+
Given a Project ID, returns two SAS URLs. One to upload data to and one to download data from the corresponding project in your Azure Data Manager for Energy Preview instance.
161
161
162
162
API: **Project** > **Upload URL**
163
163
@@ -178,7 +178,7 @@ Making a PUT call to this URL uploads the contents of the `body` to the blob sto
178
178
179
179
### Update Project
180
180
181
-
Given a Project ID, SAS upload URL, and a Petrel Project record, updates the Petrel Project record in your Microsoft Energy Data Services with the new values provided. Can also upload data to a given project but doesn't have to.
181
+
Given a Project ID, SAS upload URL, and a Petrel Project record, updates the Petrel Project record in your Azure Data Manager for Energy Preview with the new values provided. Can also upload data to a given project but doesn't have to.
0 commit comments