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 https://www.bitdefender.com/consumer/support/help

    Select, How to's & Troubleshooting Bitdefender productsTroubleshootingI don't knowContact Support→ You will get the option of chatcall or email.

    Regards

    Life happens, Coffee helps!

    Show your Attitude, when you reach that Altitude!

    Bitdefender Ultimate Security Plus (user)

  • Rather than others repeatedly waste the support desk's time, here is their response, which worked.

    1. Open the Bitdefender interface on your computer.
    2. Click on Protection from the left-hand menu.
    3. In the FIREWALL pane, click on Settings.
    4. Go to the Rules tab and click on Add rule.
    5. In the new window that appears, ensure you:
      • Select all the network types available (Home/Office, Public, etc.).
      • In the Permission section, select Allow.
    6. Click on Advanced Settings.
    7. In the Custom Remote Address box, type the IP address or address range of the Azure filestore.
    8. Ensure the rule is applied to all applications by turning on the Apply this rule to all applications option.
    9. Click Save to confirm the new firewall rule.