© Rahul Sawhney 2019
Rahul SawhneyBeginning Azure Functions https://doi.org/10.1007/978-1-4842-4444-9_6

6. Deploying Functions to Azure

Rahul Sawhney1 
(1)
Hyderabad, India
 
In this chapter, I will cover following topics:
  • Deploying functions to Azure using continuous deployment

  • Deploying functions to Azure using ARM templates

This chapter will walk you through the ways to deploy functions to Azure. By the end of this chapter, you should be able to deploy your functions in two different ways.

Deploying Functions Using Continuous Deployment

Azure Functions integrates seamlessly with continuous integration/continuous deployment (CI/CD) and the Azure pipeline, which allows you to continuously deploy your functions to production. Continuous deployment makes ...

Get Beginning Azure Functions: Building Scalable and Serverless Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.