Skip to content

Commit 1cd66fa

Browse files
authored
Move CORS out of known issues
1 parent f21aa3d commit 1cd66fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -625,16 +625,16 @@ from os import listdir
625625

626626
We recommend that you maintain your tests in a folder separate from the project folder. This keeps you from deploying test code with your app.
627627

628-
## Known issues and FAQ
629-
630-
All known issues and feature requests are tracked using [GitHub issues](https://github.com/Azure/azure-functions-python-worker/issues) list. If you run into a problem and can't find the issue in GitHub, open a new issue and include a detailed description of the problem.
631-
632-
### Cross-origin resource sharing
628+
## Cross-origin resource sharing
633629

634630
Azure Functions supports cross-origin resource sharing (CORS). CORS is configured [in the portal](functions-how-to-use-azure-function-app-settings.md#cors) and through the [Azure CLI](/cli/azure/functionapp/cors). 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](functions-how-to-use-azure-function-app-settings.md#cors).
635631

636632
CORS is fully supported for Python function apps.
637633

634+
## Known issues and FAQ
635+
636+
All known issues and feature requests are tracked using [GitHub issues](https://github.com/Azure/azure-functions-python-worker/issues) list. If you run into a problem and can't find the issue in GitHub, open a new issue and include a detailed description of the problem.
637+
638638
## Next steps
639639

640640
For more information, see the following resources:

0 commit comments

Comments
 (0)