Open
Description
Currently, for the local scenario, we are downloading the function app to LocalApplicationData\AzureFunctions\FunctionAppName\ManagedDependencies. However, we should redesign this to behave more like a Nuget cache.
The proposed location could be:
LocalApplicationData\AzureFunctions<Feature><Language>, e.g.,
LocalApplicationData\AzureFunctions\ManagedDependencies\PowerShell
I