Skip to content

Commit 6ae47f5

Browse files
Update how-to-enable-cors.md
Updated
1 parent d336bc6 commit 6ae47f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ ms.topic: how-to #Required; leave this attribute/value as-is.
88
ms.date: 02/28/2023 #Required; mm/dd/yyyy format.
99
ms.custom: template-how-to-pattern #Required; leave this attribute/value as-is.
1010
---
11-
# Use CORS for resource sharing in Azure Data Manager for Energy
11+
# Use CORS for resource sharing in Azure Data Manager for Energy Preview
1212

1313
## What is CORS?
1414

1515
CORS (Cross Origin Resource Sharing) is an HTTP feature that enables a web application running under one domain to access resources in another domain. In order to reduce the possibility of cross-site scripting attacks, all modern web browsers implement a security restriction known as same-origin policy, which prevents a web page from calling APIs in a different domain. CORS provides a secure way to allow one origin (the origin domain) to call APIs in another origin.
16-
You can set CORS rules for each Microsoft Energy Data Services instance. When you set CORS rules for the instance it gets applied automatically across all the services and storage accounts linked with Microsoft Energy Data services. Once you set the CORS rules, then a properly authorized request made against the service evaluates from a different domain to determine whether it's allowed according to the rules you've specified.
16+
You can set CORS rules for each Azure Data Manager for Energy Preview instance. When you set CORS rules for the instance it gets applied automatically across all the services and storage accounts linked with Azure Data Manager for Energy Preview services. Once you set the CORS rules, then a properly authorized request made against the service evaluates from a different domain to determine whether it's allowed according to the rules you've specified.
1717

1818

19-
## Enabling CORS on Azure Data Manager for Energy instance
19+
## Enabling CORS on Azure Data Manager for Energy instance Preview
2020

21-
1. Create an **Azure Data Manager for Energy** instance.
21+
1. Create an **Azure Data Manager for Energy Preview** instance.
2222
2. Select the **Resource Sharing(CORS)** tab.
2323
[![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)
2424

@@ -30,7 +30,7 @@ You can set CORS rules for each Microsoft Energy Data Services instance. When yo
3030
7. The other values of CORS policy like **Allowed Methods**, **Allowed Headers**, **Exposed Headers**, **Max age in seconds** are set with default values displayed on the screen.
3131
7. Next, select “**Review+Create**” after completing other tabs.
3232
8. Select the "**Create**" button.
33-
9. An **Azure Data Manager for Energy** instance is created with CORS policy.
33+
9. An **Azure Data Manager for Energy Preview** instance is created with CORS policy.
3434
10. Next, once the instance is created the CORS policy set can be viewed in instance **overview** page.
3535
11. You can navigate to **Resource Sharing(CORS)** and see that CORS is enabled with required **Allowed Origins**.
3636

@@ -50,8 +50,8 @@ The following limitations apply to CORS rules:
5050

5151
## Next steps
5252
- CORS policy once set up during provisioning can be modified only through a Support request
53-
> [!div class="nextstepaction"]
54-
> [Create an Azure support request](../azure-portal/supportability/how-to-create-azure-support-request.md)
53+
> [!div class="nextstepaction"]
54+
> [Create an Azure support request](../azure-portal/supportability/how-to-create-azure-support-request.md)
5555
- To learn more about CORS
56-
> [!div class="nextstepaction"]
57-
> [CORS overview](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services)
56+
> [!div class="nextstepaction"]
57+
> [CORS overview](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services)

0 commit comments

Comments
 (0)