Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active December 27, 2016 19:10
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 guitarrapc/f4c3650cb9785c49fd9704c21707a806 to your computer and use it in GitHub Desktop.
Save guitarrapc/f4c3650cb9785c49fd9704c21707a806 to your computer and use it in GitHub Desktop.
Run on Kudu PowerShell Console to obtain current Azure functions Version : https://<YourAppName>.scm.azurewebsites.net/DebugConsole/?shell=powershell
(Select-String -Path "d:\local\config\applicationhost.config" -Pattern "virtualDirectory.+Functions.+").Line.Split("\") | Select -Last 1 | %{$_.Split("""")} | Select -First 1
@guitarrapc
Copy link
Author

guitarrapc commented Dec 27, 2016

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment