Skip to content

Instantly share code, notes, and snippets.

@ScottHutchinson
Created April 15, 2018 19:32
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 ScottHutchinson/5a1ab5044124770a8626003a43429f3c to your computer and use it in GitHub Desktop.
Save ScottHutchinson/5a1ab5044124770a8626003a43429f3c to your computer and use it in GitHub Desktop.
Error occurred when checking the version of 'Azure Functions Core Tools': Command "npm ls azure-functions-core-tools -g" failed with exit code "1":
'npm' is not recognized as an internal or external command,
operable program or batch file.
12:31:02 PM functions-scotthutchinson: Creating zip package...
12:31:02 PM functions-scotthutchinson: Starting deployment...
12:31:03 PM functions-scotthutchinson: Updating submodules.
12:31:03 PM functions-scotthutchinson: Preparing deployment for commit id '7ba53a1313'.
12:31:05 PM functions-scotthutchinson: Generating deployment script.
12:31:05 PM functions-scotthutchinson: Using the following command to generate deployment script: 'azure site deploymentscript -y --no-dot-deployment -r "D:\local\Temp\zipdeploy\extracted" -o "D:\home\site\deployments\tools" --basic --sitePath "D:\local\Temp\zipdeploy\extracted"'.
12:31:07 PM functions-scotthutchinson: Running deployment command...
12:31:07 PM functions-scotthutchinson: Command: "D:\home\site\deployments\tools\deploy.cmd"
12:31:09 PM functions-scotthutchinson: Handling Basic Web Site deployment.
12:31:10 PM functions-scotthutchinson: KuduSync.NET from: 'D:\local\Temp\zipdeploy\extracted' to: 'D:\home\site\wwwroot'
12:31:10 PM functions-scotthutchinson: Copying file: '.gitignore'
12:31:10 PM functions-scotthutchinson: Copying file: 'host.json'
12:31:10 PM functions-scotthutchinson: Copying file: 'local.settings.json'
12:31:10 PM functions-scotthutchinson: Copying file: '.vscode\extensions.json'
12:31:10 PM functions-scotthutchinson: Copying file: '.vscode\launch.json'
12:31:10 PM functions-scotthutchinson: Copying file: '.vscode\settings.json'
12:31:10 PM functions-scotthutchinson: Copying file: '.vscode\tasks.json'
12:31:10 PM functions-scotthutchinson: Copying file: 'HelloYou\function.json'
12:31:10 PM functions-scotthutchinson: Copying file: 'HelloYou\run.fsx'
12:31:10 PM functions-scotthutchinson: Copying file: 'HelloYou\sample.dat'
12:31:10 PM functions-scotthutchinson: Finished successfully.
12:31:10 PM functions-scotthutchinson: Running post deployment command(s)...
>>>>>> Deployment to "functions-scotthutchinson" completed. <<<<<<
HTTP Trigger Urls:
HttpTriggerFSharp1: https://functions-scotthutchinson.azurewebsites.net/api/HttpTriggerFSharp1
WARNING: Some http trigger urls cannot be displayed in the output window because they require an authentication token. Instead, you may copy them from the Azure Functions explorer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment