Skip to content

Easily bootstrap your ARM template deployments by running a few commands in an Azure Container Instance.

Notifications You must be signed in to change notification settings

tobyscales/azure-bootstrapper-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARM Template Bootstrapper

Sometimes you need to run some extra commands as part of your ARM template deployment. It might be creating a user, storing a secret, or any other random little "sidecar" action that, sure, you could do in a CI pipeline but wouldn't it be nicer to do it all within ARM?

Enter the ARM Template Bootstrapper. Use this code as a template, or just fork the repo and update the defaults in azuredeploy.json with your GitHub username and repo. The template automatically spins up an Azure Container Instance, pulls down your GitHub repo and runs the commands in /bootstrap/bootstrap.sh.

Optionally assign appropriate rights to the Container Instance prior to executing your script, and/or create a KeyVault to permanently store secrets generated in your sidecar. Currently supported roles are Owner, Contributor, Reader and Storage Data Owner, Storage Data Contributor and Storage Data Reader.

Connecting to a private Git repo is possible, but it requires a bit more configuration.

You can try it out in your subscription here:

Hopefully this makes your life a bit easier!

Tags: Azure Container Instances, Bootstrap, ARM

TODO:

  • Add support for just running an ad-hoc script (no git-mount); figure it out based on parameter set/Uri

About

Easily bootstrap your ARM template deployments by running a few commands in an Azure Container Instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages