Azure Classroom Series – 09/Jan/2020

Azure Functions Sample in Python

  • Ensure 64-bit Python is installed.
  • Create a new directory for azure functions mkdir azurefunctionssamples && cd azurefunctionssamples
  • Create an azure functions project
func init myazurefunctionssample --language python
  • Create a new function with Http Trigger
func new --name HttpTrigger --template "HTTP trigger"
  • To run azure function locally on your machine, open cmd or powershell as admin and execute func host start

Azure Functions Sample

  • C# : Directly Create from Visual Studio
  • Java: Maven archtype is supported for the functions project.

Leave a Reply

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

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube