rules/conditions/Azure/appServices/isAppServiceDeploymentSlot.json
|
{
filter: [ { conditions : [ [ "kind", "match", "^(app|app,linux)$" ], [ "type", "match", "^Microsoft\\.Web/sites/slots(/.*)?$" ] ], "operator":"and" } ] } |