farmer icon indicating copy to clipboard operation
farmer copied to clipboard

Deploying a function app overwrites the WEBSITE_CONTENTSHARE value

Open duncanworthy opened this issue 5 months ago • 1 comments

I'm attempting to use the add_slot and zip_deploy_slot on the functions builder, but when I deploy, the value of WEBSITE_CONTENTSHARE is being set to the function app name without any suffix.

Once the staging slot is swapped to production and another deployment to staging takes place, both slots have the same WEBSITE_CONTENTSHARE value, which means that the deployment supposedly to staging has actually overwritten the files running on the production slot, completely defeating the purpose of having a staging slot.

The behaviour regading the WEBSITE_CONTENTSHARE value should follow Azure's defaults which is to use the function app name suffixed with a hyphen and then a series of 8 or 12 random alphanumeric characters to ensure uniqueness between slots. Furthermore, the value should be set on resource creation and then never modified on subsequent deployment, otherwise it could cause new fileshares to be created in the storage account each time if the suffix value changed.

duncanworthy avatar Jan 23 '24 17:01 duncanworthy

@duncanworthy do you have a working example or a template that shows the issue and the expected behavior / template instead?

I believe the issue is here since it's not giving the share name any randomness.

ninjarobot avatar Jan 30 '24 01:01 ninjarobot