Azure Classroom Series – 02/Jul/2020

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

Leave a ReplyCancel reply

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

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%