Skip to content

Commit

Permalink
Diagnostic Settings for App Service & Function App (#136)
Browse files Browse the repository at this point in the history
* Additional support for linux and container scenarios for App Service and Functions

* Add branch config

* Remove branch config
  • Loading branch information
SenthuranSivananthan authored Jan 12, 2022
1 parent d494169 commit bfbd761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"field": "kind",
"equals": "app"
"in": ["app", "app,linux", "app,linux,container"]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"field": "kind",
"equals": "functionapp"
"in": ["functionapp", "functionapp,linux", "functionapp,linux,container"]
}
]
},
Expand Down

0 comments on commit bfbd761

Please sign in to comment.