Skip to content

Commit 6aa7b20

Browse files
Merge pull request #309544 from Srijan-Chak012/patch-6
Update user-assigned identity cmdlet in flow log
2 parents e17c4f3 + ab549d0 commit 6aa7b20

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)