simnova / ownercommunity

MIT License
2 stars 1 forks source link

Make cors setting optional in storage-account.bicep #124

Closed ikeem07 closed 1 month ago

ikeem07 commented 1 month ago

This pull request makes the cors setting optional in the storage-account.bicep file. It introduces a check to see if there are cors settings to include, and only includes them if there are. This change improves flexibility and allows for more granular control over cors configurations.