I have an Azure Functions app working for development purposes, using a Table Storage account with test data. Now I want to have a separate environment (same Functions app with different storage config/conn-string) for production.
So, how can I "copy" my Azure Functions App in order to avoid manual recreation of it in the Azure portal?