Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created August 15, 2018 20:52
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 johndowns/9a4506cabe1e3ad0299b604258add69c to your computer and use it in GitHub Desktop.
Save johndowns/9a4506cabe1e3ad0299b604258add69c to your computer and use it in GitHub Desktop.
# Read the contents of the function file and assemble deployment parameters
$functionFileContents = [System.IO.File]::ReadAllText($FunctionFilePath)
$templateParameters = @{}
$templateParameters.Add("functionFile", $functionFileContents)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment