From ac408c02e9a47799ce33c22eb1f29714e88ab7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raouch=C3=A9?= Date: Sun, 18 Mar 2018 21:16:57 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index af6719f..77f07db 100644 --- a/README.md +++ b/README.md @@ -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.