Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 643 Bytes

functions-cors.md

File metadata and controls

9 lines (8 loc) · 643 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
05/06/2020
glenga

Azure Functions supports cross-origin resource sharing (CORS). CORS is configured in the portal and through the Azure CLI. The CORS allowed origins list applies at the function app level. With CORS enabled, responses include the Access-Control-Allow-Origin header. For more information, see Cross-origin resource sharing.