How to allow mount drive to Azure file store
I am trying to mount drives to my Azure file stores using:
New-PSDrive -Name Z -PSProvider FileSystem -Root "filestorename" -Persist
It is blocked and I can only do this if I take out the Firewall entirely. When I do this I then can't add a rule because it is diabled! (Developers, can we add rules even when Firewall not active?) So, I remove the drive, set the Firewall to on and now, what rules do I need to add please? Nothing is blocked by rules.
Answers
-
Kindly contact Bitdefender support by visiting
Select, How to's & Troubleshooting Bitdefender products→Troubleshooting→I don't know→Contact Support→ You will get the option of chat, call or email.
Regards
Life happens, Coffee helps!
Show your Attitude, when you reach that Altitude!
Bitdefender Ultimate Security Plus (user)
0 -
Rather than others repeatedly waste the support desk's time, here is their response, which worked.
- Open the Bitdefender interface on your computer.
- Click on Protection from the left-hand menu.
- In the FIREWALL pane, click on Settings.
- Go to the Rules tab and click on Add rule.
- In the new window that appears, ensure you:
- Select all the network types available (Home/Office, Public, etc.).
- In the Permission section, select Allow.
- Click on Advanced Settings.
- In the Custom Remote Address box, type the IP address or address range of the Azure filestore.
- Ensure the rule is applied to all applications by turning on the Apply this rule to all applications option.
- Click Save to confirm the new firewall rule.
0