Other Essential SOPs
purpose
This SOP shows how to Whitelist IP on Azure. Please read thoroughly before executing the steps.
How to whitelist IP on Azure?
Here we are describing how to whitelist IP in NSG (Network Security Group) rules.
- Login to Azure Portal (portal.azure.com).
- Go to Virtual Machines.
- Select or search for the VM Machine (VM) for which IP needs to be allowed.
- Now click on Virtual Machine and it will open the VM’s Properties as shown below.
- Now click on Networking of the virtual machine as shown below.
- Now click on Add Inbound Port Rule for which rule needs to be created.
- Now enter the Source (Any – if needs to allow for all) else select IP Address (From Drop-Down if any specific IP needs to be allowed for source).
- After that same as source, select the Destination (Any- if needs to allow for all) else select IP Address (From Drop-Down if any specific IP needs to be allowed for source).
- Now enter the Destination port ranges i.e which is to be allowed.
- Keep the Protocol, Action, Priority tab as it is.
- Now give it a name in Name field & Description of the port.
- Save the rule by clicking Save button.
- Exit
Change History
Thank You