Azure Clone a Function

Jay 561 Reputation points
2020-10-12T16:48:40.6+00:00

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

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} vote

Answer accepted by question author
  1. Leon Laude 86,091 Reputation points
    2020-10-12T16:59:23.523+00:00

    Hi @Jay ,

    By using the Azure Functions CLI, you can just copy a directory, then publish using func azure functionapp publish.

    Reference:
    https://feedback.azure.com/forums/355860-azure-functions/suggestions/15833932-create-new-function-by-cloning-copying-existing-fu

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Kokul Jose 321 Reputation points
    2021-04-16T16:52:45.027+00:00

    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/

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.