Azure Files: SMB over Quic - support for DFS-N
Reading up on SMB over Quic to be used with Azure files and wondering how this would integrate with DFS-N in a work from home. Reading a blog with the following statement:"Since the client cannot reach a Key Distribution Center (KDC) over the…
Migrate from NetApp to Azure Files
First of all, thank you for any help that comes our way. Sharing is caring. We have a NetApp with about 12TB in shared resources and we want to move to the cloud and use Azure Files. We are not sure about the cost of maintaining the data in Azure, and…
Error when Creating Backup Policies: Invalid NO_PARAM Value
Encountering the following error during Bicep deployment for creating Backup Policies: "details": [ { "code": "UserErrorInvalidRequestParameter", "message": "Parameter NO_PARAM in request…
Possible to run MARS agent on same server running Azure File Sync?
Hi All, I have consulted the documentation and resources online and I can't seem to find a concrete answer regarding this. If I were to plan to setup an Azure File Sync on a server to sync fileshares on-premise with Azure Files, would it still be…
Azure File Share with Microsoft Entra Domain Services
I want to create file sharing using azure file shares, previously I have setup identity source using microsoft entra domain services. I want to be able to access fileshares using entraid,but after we setup, and we map, we can't login using the entra…
Copy activity failed because you have multiple concurrent copy activities runs writing to the same file
Hi All, I am migrating 1000 of SQL tables from on premise SQL server to Azure Blob storage. I am using ADF for each and copy activity to do so. However, while processing the tables in parallel/concurrent, I am getting below error - Failure happened…
Is there a way to get webhooks or events to fire on file change events in Azure Files
Sharepoint has a very good webhook system. I was hoping to find the same for azure files, but it does not look like that API exists? If it does not, is there anyway to use a service like event grid or some other azure service to broadcast when file…
Windows 11 24H2 / Azure file share broken
We've started using Azure Files share with Microsoft Entra Kerberos authentication. Following the 24H2 update our machines cannot access the Azure file share - if I run the "net use" to connect I am prompted for a username and password - this…
StorageAccountAccessKeyServiceImpl - AttemptAADAppAttachWorkflowAsync: Failed to retrieve access keys for storage accounts.
I keep getting this error every time I attempt to load an MSIX package via app attach for azure virtual desktop. Please help. Error expanding msix app attach package. The MSIX Application metadata expand request failed on all Session Hosts that it was…
Azure File Sync - change enumeration job interval?
Per documentation - "Azure File Sync has a cloud change enumeration job that runs every 24 hours to detect changes made directly in the Azure file share" Is there any way to change scan frequency to more than 24 hours or to stop it…
Whay are all my files gone
I Tried To log into my cloudpc account and all My Files Where Gone, Why and How Can I get them back?
Error 413 - File upload >2MB blocked by Nginx on Azure despite adjusted PHP configuration
Hello, I am facing an issue with file uploads to SharePoint through a PHP application using GraphAPI. Locally, I can upload files up to 20MB without any issues after modifying upload_max_filesize and post_max_size to 50M and 60M, respectively. However,…
Azure File Share Access Off-Prem via P2S
I have configured Azure File Shares that are available publicly currently. I have P2S VPN access for home users where port 445 is blocked, however I'm having issues with them being able to connect to the shares. I quickly figured out the issue was DNS…
Built-In File Connector & Dynamic Connection Settings
Greetings, We have a need to list, read, & write files from within Azure from/to external Windows shares. I'm able to accomplish this using standard Logic Apps and built-in file connectors, however, I have quite a number of different external…
How to edit "change detection job"'s scheduling in Azure File Sync on-premise endpoint?
Hello everyone, I have an on-premise Windows Server 2012 R2 machine where I’m caching Azure file shares using Azure File Sync. On Azure synchronization service I enabled cloud tiering with 1 day policy (file are kept in local cache only if edited…
Azure File Share Upload file 403 Error
Hello, I have an azure file share and want wo upload files to it via a powershell in a runbook. I have a managed identity of this automation with storage blob data contributor and storage file data smb share contributor access on the file share. When I…
Can't manage to acces mounted storage with docker-compose app
I have made a file share and mounted it like this: (not sure if i should censor anything but i did just to be safe) but whenever i try to access the /outdata file like this: services: mongo_db: container_name: db_container image: mongo: …
File Explorer Not Responding - Mapped Network Drive to Deleted Azure File Share Freezes and Prevents logins for All Users in Win 10 Multi-session
I'm posting this to make other community members aware of the issue until File/Windows Explorer can be patched. This does look like a bug with Windows/File Explorer that will cause instability in an AVD environment for all users on the session host.…
Azure File Sync - Repeated Transient Errors
After updating to version 18.0 of the Azure File Sync agent, we are seeing frequent transient errors preventing the local server from downloading the new file versions. We are not using any tiering. Use case: An automated process generates files in…
Attaching Azure File Share to NGINX Container app using only the portal and NOT az cli
I have a Container App Environment, with Azure File Shares already configured. I create a Container App in the environment using image nginx:latest. I want to mount the /etc/nginx path to the storage volume. I have done this so many times, and…