Skip to content

Commit 2852716

Browse files
authored
Merge pull request #232335 from sharad4u/patch-4
Rename MEDS to ADME - fixing other instances
2 parents 1f35039 + 0778d02 commit 2852716

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/energy-data-services/faq-energy-data-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sections:
2222
questions:
2323
- question: How can I get access to Azure Data Manager for Energy Preview?
2424
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".
2626
2727
2828
- name: Data Residency

articles/energy-data-services/how-to-enable-cors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can set CORS rules for each Azure Data Manager for Energy Preview instance.
2121

2222
1. Create an **Azure Data Manager for Energy Preview** instance.
2323
2. Select the **Resource Sharing(CORS)** tab.
24-
[![Screenshot of Resource Sharing(CORS) tab while creating Microsoft Energy Data Services.](media/how-to-enable-cors/enable-cors-1.png)](media/how-to-enable-cors/enable-cors-1.png#lightbox)
24+
[![Screenshot of Resource Sharing(CORS) tab while creating Azure Data Manager for Energy.](media/how-to-enable-cors/enable-cors-1.png)](media/how-to-enable-cors/enable-cors-1.png#lightbox)
2525

2626
3. In the Resource Sharing(CORS) tab, select **Allowed Origins**.
2727
4. There can be upto 5 **Allowed Origins** added for a given instance.

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
3131
- An Azure subscription
3232
- An instance of [Azure Data Manager for Energy Preview](quickstart-create-microsoft-energy-data-services-instance.md) created in your Azure subscription.
3333

34-
## Get your Azure Data Manager for Energy Services instance details
34+
## Get your Azure Data Manager for Energy Preview instance details
3535

3636
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):
3737

@@ -64,7 +64,7 @@ Next, set up Postman:
6464

6565
## Generate a token to use in APIs
6666

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.
6868

6969
1. In Postman, in the left menu, select **Collections**, and then select **Petrel DDMS**. Under **Setup**, select **Get Token**.
7070

@@ -74,7 +74,7 @@ The Postman collection for Petrel DDMS contains requests you can use to interact
7474

7575
This request will generate an access token and assign it as the authorization method for future requests.
7676

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.
7878

7979
```bash
8080
curl --location --request POST 'https://login.microsoftonline.com/{{TENANT_ID}}/oauth2/v2.0/token' \
@@ -117,7 +117,7 @@ Method: POST
117117

118118
### Get Project
119119

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.
121121

122122
API: **Project** > **Get Project**.
123123

@@ -127,7 +127,7 @@ Method: GET
127127

128128
### Delete Project
129129

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.
131131

132132
API: **Project** > **Delete Project**
133133

@@ -137,7 +137,7 @@ Method: DELETE
137137

138138
### Get Project Version
139139

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.
141141

142142
API: **Project** > **Project Version**
143143

@@ -147,7 +147,7 @@ Method: GET
147147

148148
### Get a Project Download URL
149149

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.
151151

152152
API: **Project** > **Download URL**
153153

@@ -157,7 +157,7 @@ Method: GET
157157

158158
### Get a Project Upload URL
159159

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.
161161

162162
API: **Project** > **Upload URL**
163163

@@ -178,7 +178,7 @@ Making a PUT call to this URL uploads the contents of the `body` to the blob sto
178178

179179
### Update Project
180180

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.
182182

183183
API: **Project** > **Update Project**
184184

0 commit comments

Comments
 (0)