azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Linux Consumption functionapp should support WEBSITE_CONTENTSHARE
Since we implement a work around to disable WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING for Linux Consumption functionapp creation (https://github.com/Azure/azure-cli/issues/9027), we may still want to re-enable it when the backend is fixed.
Once the backend is fixed, we should
- Stop removing WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING appsettings when running "--build remote"
- Stop removing WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING appsettings in https://github.com/Azure/azure-cli
@ahmedelnably