Member-only story
Creating & Deploying Function App from VS Code to Azure Portal
Hello there!👋😁 Today, I created my first function app using VS Code and successfully deployed it to my Azure portal. Let’s go through the step-by-step process of how I did it.
All Non members can visit here : Creating & Deploying Function App from VS Code to Azure Portal
First, I installed VS Code and then added the ‘Azure Tools’ extension.
Then I logged into my Azure account through Visual Studio Code.
After I signed in, it displayed all my Azure subscriptions.
Inside the workspace, I selected the ‘Create Function Project’ folder, and it then prompted me to choose my folder.
I selected the language in which my function should run. I chose C#.