Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raouche authored Mar 19, 2018
1 parent a8a877e commit ac408c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
Azure Automation solution for managing packet capture using Azure Network Watcher.

[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FStratusOn%2FNetworkWatcherAutomation%2Fmaster%2FNetworkWatcherDeployment%2Fazuredeploy.json)

## Limitations:

* Lack of support for VMs across multiple resource groups or subscriptions. Only VMs in a single resource group can be specified.
* Packet captures are limited to 5 hours. This is a Network Watcher limitation.
* Only 10 packet capture sessions can be available at any time (also a Network Watcher limitation). Older sessions can be deleted which does not impact the corresponding packet capture logs.
* No individual VM filters. The same packet capture filter should be applicable to all VMs specified.

0 comments on commit ac408c0

Please sign in to comment.