Skip to content

Commit b2b1860

Browse files
updates
1 parent 4aca385 commit b2b1860

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/container-apps/cors.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 04/21/2023
9+
ms.date: 04/11/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: container-apps-portal-or-cli
1212
---
1313

1414
# Configure cross-origin resource sharing (CORS) for Azure Container Apps
1515

16-
By default, requests made through the browser to a domain that doesn't match the page's origin domain are blocked. To avoid this restriction for services deployed to Container Apps, you can enable [CORS](https://developer.mozilla.org/docs/Web/HTTP/CORS).
17-
18-
This article shows you how to enable and configure CORS in your container app.
16+
This article shows you how to enable and configure [CORS](https://developer.mozilla.org/docs/Web/HTTP/CORS) in your container app running in one domain to access resources from a server in a different domain. By default, browsers block such cross-origin requests as a security measure. When you need to allow client applications hosted on different domains to access your container app, you can configure CORS to explicitly permit these requests.
1917

2018
As you enable CORS, you can configure the following settings:
2119

@@ -53,7 +51,7 @@ For more information, see the Web Hypertext Application Technology Working Group
5351

5452
1. Go to your container app in the Azure portal.
5553

56-
1. Under the settings menu, select *CORS*.
54+
1. From the settings menu, under *Networking*, select **CORS**.
5755

5856
:::image type="content" source="media/cors/azure-container-apps-enable-cors.png" alt-text="Screenshot showing how to enable CORS in the Azure portal.":::
5957

9.19 KB
Loading

0 commit comments

Comments
 (0)