Azure / Azure/azure-powershell

Az.Functions cmdlets should support Manage Cross-Origin Resource Sharing (CORS).

Open
#14,942 7 comments 2 reactions 1 assignee Claimed by @Francisco-Gamino View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.