azure-docs-sdk-java icon indicating copy to clipboard operation
azure-docs-sdk-java copied to clipboard

CORS settings is reset when deployed

Open pmlido opened this issue 5 years ago • 0 comments

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 ?

pmlido avatar Aug 12 '19 09:08 pmlido