Azure functions C#
- Install visual studio with Azure Developement Option
- Launch visual studio
- Select File=>New Project and select azure functions
- Select the next set of options
- Make necessary changes in the code and publish using the following options
- Once the azure function is published you can call the url
http://<APP_NAME>.azurewebsites.net/api/LearningExample?name=<value>
- Azure functions with Python using Visual studio code Refer Here
- If you want to try deploying the azure function from any language using visual studio code Refer Here
- Exercise: Try creating one azure function from visual studio code in any programming language
- C#
- Java
- Javascript
- Powershell
- Python
- If you want the Azure function communication to Reliable then use Event Hub trigger
Next Steps
- What are options provided by Azure for managing the APIs
- What is Azure logic APPS
- Azure Service Fabric