Network Security Group

Azure – How to remotely connect to Azure virtual machines

When running workloads on cloud services ones of the challenges is to manage them in a secure way; this especially true when you have to manage virtual machines. Accessing and managing virtual machines in an on-premises environment is usually done either using Remote Desktop Protocol (RDP) for Windows machines or Secure Shell (SSH) for Linux […]

Azure – How to remotely connect to Azure virtual machines Read More »

Azure – It is now easier to manage well-known ports (service) in your NSG

As you know you should protect your resources running on Azure connected to a virtual network (vNet) using Network Security Group (NSG). Well, it now easier to manage well-known communication ports (or services) to allow/disallow traffic. When editing inbound or outbound rule to add new communication port you no longer have to manually enter the

Azure – It is now easier to manage well-known ports (service) in your NSG Read More »

Azure – Automatically block IP’s in Network Security Group when brute force attack is detected

As you know Azure Security Center is your one stop shop to help you stay on top of your security posture for your resources hosted in Azure. As there is more and more resources hosted on cloud services, security and protection against attack is more important than ever. As you know you can protect your

Azure – Automatically block IP’s in Network Security Group when brute force attack is detected Read More »

Azure – You can now configure your NSG with ICMP

It has been a long awaited capability: being able to use Internet Control Message Protocol (ICMP) protocol when configuring Azure Network Security Groups (NSG). Well, now you can define ICMP protocol in your NSG; in addition of the TCP or UDP ones. Until now, if you had to allow/deny ICMP protocols you had to use

Azure – You can now configure your NSG with ICMP Read More »

Azure – You can choose Basic or Advanced options for NSG when creating a virtual machine

When you create a virtual machine on Azure using the Azure portal, you can now choose between Basic or Advanced when setting up the Network Security Group (NSG). The Basic option let you select which default ports (HTTP, HTTPS, RDP, SQL…) to allow (keeping in mind that this/these port(s) will be exposed to the internet)

Azure – You can choose Basic or Advanced options for NSG when creating a virtual machine Read More »