Forum Discussion
saeedtalpur
Sep 12, 2020Copper Contributor
Enabled access to Azure public IP addresses on the outbound port 3260
Hi Guys, I am new to the Azure and just started to get the hands -on. I am trying to File Recovery, upon running the script I am getting 'Please make sure that you have enabled access to Azur...
TomWechsler
Sep 12, 2020MVP
Hi, you must configure an NSG (Network Security Group) in the Azure Portal either at the NIC or at the subnet where your VM (NIC) is assigned. An NSG is a simple form of firewall rules. So that you can establish communication through the port you mentioned. Please have a look:
https://docs.microsoft.com/en-us/azure/virtual-network/manage-network-security-group
I hope it helps! Regards, Tom Wechsler
saeedtalpur
Sep 14, 2020Copper Contributor
TomWechsler Thank You for the help. It was my bad that I was trying to restore on other PC/VM rather than on the VM which is being backed-up.
Thanks again.