Skip to content

rcarmo/azure-functions-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-functions-bootstrap

This template deploys:

  • An Azure Functions App (Consumption/on-demand plan) with:
    • A supporting storage account (for WebJob storage and your own queues)
    • An Application Insights account
  • A Redis instance (C0) for managing live function state

Usage

Unlike typical Azure templates, this one's completely CLI centric, so there are no "click to deploy" links (sorry Windows folk!)

Grab bash, check out the Makefile and you'll be all set

Post-Deployment Checklist:

  • Check Application Insights activation
  • Get Git credentials from app

Requirements

To Do:

  • Deploy Azure Function environment
  • Deploy Storage Account for queues (already part of webjob requirements)
  • Configure Azure Function deployment settings
  • Deploy Redis
  • Retrieve/Set AppService local Git credentials programmatically
  • Provision default queues for my apps
  • Deploy Cognitive Services Account

About

An ARM template and additional boilerplate to build Azure Functions solutions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published