Azure / Azure/azure-powershell
Az.Functions cmdlets should support Manage Cross-Origin Resource Sharing (CORS).
Open
act-observability-squad
feature-request
Functions
Service Attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
To enable a similar functionality as the Az CLI, we need to have an equivalent to the following commands:
```
az functionapp cors add | Add allowed origins.
az functionapp cors remove | Remove allowed origins.
az functionapp cors show | Show allowed origins.
```
For more info, please see For more information, please see https://docs.microsoft.com/en-us/cli/azure/functionapp/cors?view=azure-cli-latest.
This will required adding 3 equivalent cmdlets.
Contributor guide
Assessment
This issue has not been assessed yet.