Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created September 20, 2016 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarongustafson/7de56a2848f14e558cc10397c940aaba to your computer and use it in GitHub Desktop.
Save aarongustafson/7de56a2848f14e558cc10397c940aaba to your computer and use it in GitHub Desktop.
$TemplateFile = Join-Path (pwd) "templates/deployment.json"
$parameters = @{
"hostingPlanName" = "${siteName}-hostPlan";
"repo" = $repo;
"siteName" = $siteName;
"python" = $python;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment