This walk-through shows how to use Visual Studio to create and run an Azure Functions project.
The sample project includes two different types of Azure Functions and demonstrates:
The major steps in the tutorial are:
Start Azure Storage Emulator
Open Cloud Explorer in Visual Studio
Add queue to local storage account
Use the "Add Message" icon - 3rd from the right on queue toolbar
Enter text into message box: "Test message 1"
Message appears in queue explorer window in Visual Studio
Debug -> Step Over (F10)
New messages printed in Functions Terminal Window
Note: "Test message 1" appears printed on the console.
Debug -> Continue (F5)
Execution completes.
Debug -> Stop Debugging (Shift+F5)
Debug -> Start Debugging (F5)
Functions Terminal Window will start
Note the URL of the Http Function (HttpTriggerFunction) printed in the terminal window.
Eg. http://localhost:7071/api/HttpTriggerFunction
Open a web browser and enter the Http Function URL
Program runs and asks for a "name" parameter.
Append name parameter to URL query string
Eg. http://localhost:7071/api/HttpTriggerFunction?name=Harry
Program runs and outputs: "Hello Harry"
Debug -> Stop Debugging (Shift+F5)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4