How to Use Azure Functions With Python
Vonage provides APIs that need to be integrated with servers to handle calls, but Microsoft Azure Functions can simplify this process by allowing developers to write small, standalone functions in Python and deploy them easily to the cloud. This tutorial shows how to build a simple Vonage app with two webhooks hosted on Azure Functions, using the Vonage CLI tool and Ngrok to tunnel requests from the development machine to the Azure Function. The app allows users to enter their mood, which is then processed by the Azure Function and sent back to the user as an NCCO response. After completing this tutorial, developers can deploy their code to Azure Functions and integrate it with other APIs to build more complex applications.
Company
Vonage
Date published
Nov. 9, 2020
Author(s)
Mark Smith
Word count
2069
Language
English
Hacker News points
None found.