# How to Create a REST API with Azure Functions and the Serverless Framework - Part 1

DevFeed: [How to Create a REST API with Azure Functions and the Serverless Framework - Part 1](<https://devfeed.tech/articles/how-to-create-a-rest-api-with-azure-functions-and-the-serverless-framework-part-1-14333.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-azure-functions-v1>)

Author: Tanner Barlow

Published: 2019-09-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [azure functions](<https://devfeed.tech/topics/azure-functions.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Azure](<https://devfeed.tech/topics/azure.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [azure](<https://devfeed.tech/tags/azure.md>), [azure-functions](<https://devfeed.tech/tags/azure-functions.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

## AI overview

A tutorial on creating, running, and deploying a simple REST API to Azure Functions using the Serverless Framework.

## Source excerpt

Learn how to create, run and deploy a simple REST API to Azure Functions with the Serverless Framework