Azure Functions – Dev environment in 120 seconds

VS Code and containers hugely accelerate and simplify development process. Let’s take a quick look at zero to hero dev environment set up.

Assumptions and prep work

This walkthrough assumes you’ve got Docker and VS Code installed. If you ha…


This content originally appeared on DEV Community and was authored by Timur Khadimullin

VS Code and containers hugely accelerate and simplify development process. Let's take a quick look at zero to hero dev environment set up.

Assumptions and prep work

This walkthrough assumes you've got Docker and VS Code installed. If you happen to have choco, run

choco install docker-desktop vscode -y

Next, we'll use VS Code's built-in dev container library to pick our environment of choice. Then we'll build up and switch into our container and create a function app. Finally, we'd run the code to verify environment set up correctly.

See it in action

With a bit of editing to eliminate wait time, I arrived at 1 minute 43-second-long screen capture of me bootstrapping a new environment and running the code:

image

Happy coding!


This content originally appeared on DEV Community and was authored by Timur Khadimullin


Print Share Comment Cite Upload Translate Updates
APA

Timur Khadimullin | Sciencx (2021-09-20T12:14:57+00:00) Azure Functions – Dev environment in 120 seconds. Retrieved from https://www.scien.cx/2021/09/20/azure-functions-dev-environment-in-120-seconds/

MLA
" » Azure Functions – Dev environment in 120 seconds." Timur Khadimullin | Sciencx - Monday September 20, 2021, https://www.scien.cx/2021/09/20/azure-functions-dev-environment-in-120-seconds/
HARVARD
Timur Khadimullin | Sciencx Monday September 20, 2021 » Azure Functions – Dev environment in 120 seconds., viewed ,<https://www.scien.cx/2021/09/20/azure-functions-dev-environment-in-120-seconds/>
VANCOUVER
Timur Khadimullin | Sciencx - » Azure Functions – Dev environment in 120 seconds. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/09/20/azure-functions-dev-environment-in-120-seconds/
CHICAGO
" » Azure Functions – Dev environment in 120 seconds." Timur Khadimullin | Sciencx - Accessed . https://www.scien.cx/2021/09/20/azure-functions-dev-environment-in-120-seconds/
IEEE
" » Azure Functions – Dev environment in 120 seconds." Timur Khadimullin | Sciencx [Online]. Available: https://www.scien.cx/2021/09/20/azure-functions-dev-environment-in-120-seconds/. [Accessed: ]
rf:citation
» Azure Functions – Dev environment in 120 seconds | Timur Khadimullin | Sciencx | https://www.scien.cx/2021/09/20/azure-functions-dev-environment-in-120-seconds/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.