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 list
command to list all the virtual networks in your Azure subscription.az network vnet show
to retrieve its details.az network vnet subnet list
command and ensure they are properly configured.az network vnet subnet update
command.az network vnet list
command to list all the virtual networks in your Azure subscription.az network vnet show
to retrieve its details.az network vnet show
command.az network vnet update
command to point to the correct DNS server.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 virtual network resource.subnets
list.network_client.virtual_networks.create_or_update
method.