We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e17c4f3 + ab549d0 commit 6aa7b20Copy full SHA for 6aa7b20
1 file changed
articles/network-watcher/vnet-flow-logs-managed-identity.md
@@ -69,7 +69,7 @@ Set-AzNetworkWatcherFlowLog -Enabled $true -Name <FLOW LOG NAME> -NetworkWatcher
69
70
```azurepowershell-interactive
71
# Dissociate a user-assigned managed identity from an existing flow log
72
-Set-AzNetworkWatcherFlowLog -Enabled $true -Name <FLOW LOG NAME> -NetworkWatcherName NetworkWatcher_<REGION> -ResourceGroupName NetworkWatcherRG -StorageId <STORAGE ID> -TargetResourceId <VNET ID> -UserAssignedIdentityId <USER ASSIGNED MANAGED IDENTITY ID>
+Set-AzNetworkWatcherFlowLog -Enabled $true -Name <FLOW LOG NAME> -NetworkWatcherName NetworkWatcher_<REGION> -ResourceGroupName NetworkWatcherRG -StorageId <STORAGE ID> -TargetResourceId <VNET ID> -UserAssignedIdentityId {None}
73
```
74
75
## Related content
0 commit comments