az network nsg show
command to retrieve the details of the Network Security Group (NSG) associated with the affected resources.az network nsg rule list
command and identify any rule violations.az network nsg rule delete
or az network nsg rule update
commands respectively.az network vnet-gateway show
command to get information about the virtual network gateway associated with the affected resources.az network vnet-gateway show-bgp-peer-status
command.az network vnet-gateway reset
command to reset the gateway.az network private-dns record-set a list
command to list the DNS records associated with the affected resources.az network private-dns record-set a add-record
or az network private-dns record-set a update
commands respectively.azure.mgmt.network
package to retrieve the NSG resource.enable_flow_logs
property to True
.network_client.network_security_groups.create_or_update
method.azure.mgmt.network
package to retrieve the NSG resource.security_rules
list.network_client.network_security_groups.create_or_update
method.azure.mgmt.network
package to retrieve the NSG resource.network_client.network_security_groups.create_or_update
method.