Provide "remove additional files at destination"
See original GitHub issueAfter going through documentations I found no information about it, so I’m raising this issue.
Remove additional files at destination
as in https://github.com/Azure/Azure-Functions/issues/564 is not available as a publish option.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Publish with Remove additional files at destination option
To enable the Remove additional files at destination setting, click Edit on the Publish Profile within Visual Studio. Fix .NET Core HTTP Error ......
Read more >Web Deploy "Remove additional files at destination" with ...
Basically I want to leave the "Remove additional files at destination" option on to remove some of the outdated files while preserving all ......
Read more >NET Publish and Delete Existing Files from App Service
Under File Publish Options , turn on the Remove additional files at destination. Click on Save .
Read more >How can I delete additional files from Azure functions?
This will create a publish package in bin\release\<framework>publish folder. Zip the content of the publish folder. This should clear the files ...
Read more >Remove Additional Files at Destination feature for with Azure ...
Remove Additional Files at Destination feature for with Azure Web App Deploy on Linux web app.. XLXiao Liu. - Reported Feb 08, 2020....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@AmrutaKawade According to the updated doc
so I think that your comment https://github.com/Azure/functions-action/issues/33#issuecomment-677675018 might not be applicable. As far as I see it, it makes this issue valid again, because it intent was not to have a documentation updated, but rather address the lack of functionality.
So @N-Usha, how do we delete old functions?
The Azure portal shows
And there’s no obvious way to get a yaml deployment with
azure/azure-functions
to clear them out? And by not clearing them out, I see a bunch of ERROR noise in my logs at app startup regarding bad bindings for functions that I’ve already deleted in my source.