Skip to content

skarlekar/TwilioHelloFromAzure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions + Python HTTP

Azure Functions + Python HTTP Example Code

Example code and helper class for Azure Functions (written in Python).

This example code is designed to demonstrate how to use Azure Functions with Python for HTTP Triggers. It demonstrates:

  • Receiving GET (Query String) data
  • Receiving POST data
  • Sending HTTP Response Status Codes
  • Sending body response data
  • Sending arbitrary HTTP response headers
  • Viewing all system environmental variables

Included is a simple HTTP Helper Class to parse the input data. This should make code changes easier when the Azure Functions team introduce a new interface for Python.

See also: http://mediarealm.com.au/articles/2016/05/azure-functions-python-http-example-code/

About

Send SMS message from Azure through Twilio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages