An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
@FunMum ,
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
To address your question,
- No
- You should attach an NSG to a Subnet and enable Flow Logs for the platform to log the traffic flows.
Wrt the Rule you shared,
- From the naming convention you shared, I believe this is an outbound rule.
- And this Allows Any to Any
- So, this should not block any traffic and in fact, allow all outbound traffic
- If your VMs only required outbound access and not any inbound access, this rule should not cause any service disruption
- However, note that if your VMs require inbound traffic, you should also have a Any-to-Any Inbound Rule.
Note:
- Traffic Analytics requires you to have already enabled Flow Logs
- See : Traffic Analytics Prerequisites
- Once done, you can use Traffic Analytics to understand the pattern
- Post which, you can fine tune the NSG Rules to match your requirements
Please let us know if we can be of any further assistance here.
Thanks,
Kapil
Please Accept an answer if correct.
Original posters help the community find answers faster by identifying the correct answer.