Azure Clone a Function

Jay 556 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.
4,299 questions
0 comments No comments
{count} vote

Accepted answer
  1. Leon Laude 85,666 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.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Kokul Jose 311 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.