Azure Classroom Series – 02/Jul/2020

Azure functions C#

  • Install visual studio with Azure Developement Option Preview
  • Launch visual studio Preview
  • Select File=>New Project and select azure functions Preview
  • Select the next set of options Preview
  • Make necessary changes in the code and publish using the following options Preview
  • Once the azure function is published you can call the url
http://<APP_NAME>.azurewebsites.net/api/LearningExample?name=<value>

Preview

  • 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

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About learningthoughtsadmin