Troubleshooting Access Issues with Azure Files: Net Use Command vs Azure Portal Script

Accessing Azure File Shares can sometimes result in errors, especially when using the mount script copied from the Azure Portal. A common issue is the “Access Denied” error, which may occur when configuring Azure Files as part of an Azure Virtual Desktop (AVD) environment. This guide explores the root cause of the issue and provides a resolution, comparing the Net … Read more

How to Add a Virtual Network to Azure Storage Account Firewall Across Regions and Tenants

Adding a virtual network from another tenant to an Azure Storage account firewall is a common scenario for testing connectivity, sharing files securely, or enabling collaboration between partners. This ensures data access is restricted to specific networks without exposing the storage account to all networks. In this guide, we’ll focus on achieving this goal using PowerShell and Azure … Read more