Skip to content

Instantly share code, notes, and snippets.

@dougbw
dougbw / Azure-Functions-Deployment.md
Last active April 11, 2019 10:53
How to deploy Azure functions using PowerShell

How to deploy Azure functions


The purpose of this document is to provide a high level guide on how to provision the required infrastructure resources and deploy an Azure Function based on a c# class library using PowerShell, following principals which align with a typical CI pipeline.

A sample project is located in the following repository: https://github.com/dougbrw/AzureFunctionExample which contains an arm template, azure function, and relevant deployment scripts.

Pre-Requisites:

  • Visual Studio