Edit existing Azure Function in Visual Studio Code

Once you have deployed the Azure Function in the Azure Portal from Visual Studio CodeYou can able to open that Azure Function again using Visual Studio Code or Visual Studio IDE, If you want to edit the Existing Azure Function again

Edit existing Azure Function in Visual Studio Code

You need to follow the below steps to do open existing Azure Function in Visual Studio Code.

Step-1: Login to Azure Portal (https://portal.azure.com/)

Step-2: Navigate to Function App that you have Deployed. Click on the one that you want open with Visual Studio Code or VisualStudio.

Open Existing Azure Function In Visual Studio Code

Step-3: Once you click on the Function App, Click on the Switch to classic experience and then click on the Continue to classic experience button.

How to Open Existing Azure Function In Visual Studio Code

Step-4: Now click on the Download app content button to download the your Function app content.

Open Existing Azure Function using Visual Studio Code

Step-5: Now on the Download app content project window, select the Content and Visual Studio project option, and then click on the Download button.

How to Open Existing Azure Function using Visual Studio Code

Step-6: It will prompt you to save the app content zip file in your local path. You can Unzip that file and try opening the folder in your Visual Studio Code or Visual Studio IDE.

Open Existing Azure Function in Visual Studio

You may also like following the below articles

Voila !! it is so easy to edit existing Azure Function in Visual Studio Code using the above information mentioned in this article. Thanks for reading this article !!!