azure-docs-sdk-java
azure-docs-sdk-java copied to clipboard
CORS settings is reset when deployed
I have "Enable Access-Control-Allow-Credentials" selected in the CORS settings for the function app. When I run mvn azure-functions:deploy this setting is reseted and I have to update this setting manually every time I do deploy. The allowed origins in the CORS settings are not changed, however. How can I avoid this ?