Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Sample code for a blog post detailing how to handle phone calls with Azure Functions & Python

Notifications You must be signed in to change notification settings

nexmo-community/python-azure-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handling Phone Calls with Azure Functions & Python

❗❗❗ This repo is now deprecated. Check the Vonage Developer Blog for more blog posts and tutorials. For more sample Vonage projects, check the Vonage Community GitHub repo.

This project contains sample code for the Nexmo Blog post "Handling Phone Calls with Azure Functions & Python"

I recommend you follow the blog post (which has not yet been published) to find out how to write and run this code! In the meantime, you can run the functions by installing Python 3.6, Azure Functions Core Tools and running the following command:

# Create a python3.6 virtualenv:
python3.6 -m venv venv

# Activate the venv:
source venv/bin/activate

# Install dependencies:
python -m pip install -r requirements.txt

# Start the local Azure Functions server:
func host start

About

Sample code for a blog post detailing how to handle phone calls with Azure Functions & Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages