Skip to content

Instantly share code, notes, and snippets.

@MarkTiedemann
Created July 11, 2017 23:03
Show Gist options
  • Save MarkTiedemann/efefa5b674580a364bb150bd4472e1dc to your computer and use it in GitHub Desktop.
Save MarkTiedemann/efefa5b674580a364bb150bd4472e1dc to your computer and use it in GitHub Desktop.
List Azure Function Apps
$sites = az resource list --resource-type=Microsoft.Web/sites | convertfrom-json
$functionapps = $sites | where -property kind -eq functionapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment