Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
monkey365
0.98
rules/conditions/Azure/appServices/isFunctionApp.json
{
filter: [
{
conditions : [
[
"kind",
"match",
"^(functionapp)(,linux)?$"
],
[
"type",
"match",
"^Microsoft\\.Web/sites$"
]
],
"operator":"and"
}
]
}