- Challenge 1 - Setup should be done successfuly.
Azure Functions are an integral part of a Serverless architecture. Azure Functions allows you to run small pieces of code (called "functions") without worrying about application infrastructure. With Azure Functions, the cloud infrastructure provides all the up-to-date servers you need to keep your application running at scale.
- In this exercise, you will create your first "Hello World" Azure Function in Visual Studio Code.
- You are able to open your function in a browser and pass your name in the query string. You should see a message like: Hello, YourName. This HTTP triggered function executed successfully.
Description | Links |
Functions Overview | https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview |