Skip to content

Commit b6e50cb

Browse files
committed
tweak
1 parent acb57db commit b6e50cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/network-watcher/vnet-flow-logs-manage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ Set-AzNetworkWatcherFlowLog -Enabled $true -Name 'myVNetFlowLog' -NetworkWatcher
295295
To enable traffic analytics on a flow log resource, use [az network watcher flow-log update](/cli/azure/network/watcher/flow-log#az-network-watcher-flow-log-update) command.
296296

297297
```azurecli-interactive
298-
299298
# Update the VNet flow log.
300299
az network watcher flow-log update --location 'eastus' --name 'myVNetFlowLog' --resource-group 'myResourceGroup' --vnet 'myVNet' --storage-account 'myStorageAccount' --traffic-analytics true --workspace 'myWorkspace' --interval 10
301300
```

0 commit comments

Comments
 (0)