Hi @Jay ,
By using the Azure Functions CLI, you can just copy a directory, then publish using func azure functionapp publish.
----------
(If the reply was helpful please don't forget to upvote or accept as answer, thank you)
Best regards,
Leon
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to Clone a Function like you can clone a pipeline in Data Factory?
I just want to copy an existing function and rename
Hi @Jay ,
By using the Azure Functions CLI, you can just copy a directory, then publish using func azure functionapp publish.
----------
(If the reply was helpful please don't forget to upvote or accept as answer, thank you)
Best regards,
Leon
Copying an azure function can be really helpful in some cases. Below like will guide you to do the same.
https://raskarovblog.wordpress.com/2017/05/24/how-to-copy-an-azure-function/