Skip to content

Commit ab549d0

Browse files
Update user-assigned identity parameter in flow log
1 parent b64acbc commit ab549d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/network-watcher/vnet-flow-logs-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Set-AzNetworkWatcherFlowLog -Enabled $true -Name <FLOW LOG NAME> -NetworkWatcher
6969

7070
```azurepowershell-interactive
7171
# 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>
72+
Set-AzNetworkWatcherFlowLog -Enabled $true -Name <FLOW LOG NAME> -NetworkWatcherName NetworkWatcher_<REGION> -ResourceGroupName NetworkWatcherRG -StorageId <STORAGE ID> -TargetResourceId <VNET ID> -UserAssignedIdentityId {None}
7373
```
7474

7575
## Related content

0 commit comments

Comments
 (0)