Questions tagged [azure-files]

16 questions
3
votes
0 answers

Options to improve container volume mount's SMB metadata operations performance

Question Are there any ways to improve metadata operation performance between a Linux based container running under Azure App Service and a mounted volume hosted in Azure Files? Context I recently migrated a solution which had everything on one…
2
votes
1 answer

How to renew storage access policy for azure shared file storage using terraform?

Let's assume this simple example of creating shared file storage on Azure using Terraform and azurerm provider. resource "azurerm_resource_group" "example" { name = "azuretest" location = "West Europe" } resource "azurerm_storage_account"…
Darko Miletic
  • 195
  • 1
  • 1
  • 8
1
vote
0 answers

Access Azure File Share via CNAME Alias

I am trying to setup hybrid access to a new FileShare in Azure. We are using On Prem AD with sync to AAD. We are also running 2 DCs on prem and 2 DCs in the Hub VNET in Azure There is a conditional forwarder on the 2 On Prem DCs for core.windows.net…
Shushud
  • 11
  • 3
0
votes
0 answers

"Invalid drive specification" when copying files

Currently using XCOPY via a BATCH file which I created, in order to copy files over from a client computer to a mounted drive created in Azure. I have been using the XCOPY function for some time, which as worked perfectly. However, I have created an…
0
votes
0 answers

How do I seed an Azure File Share from an Azure Blob (classic)?

We want to use Azure File Shares and File Sync as a backup system for our file server. We already have 1:1 file backups a week old sitting in a blob in Azure. Is there any way to copy that data including modify and creation date to the file share?…
naps1saps
  • 168
  • 2
  • 12
0
votes
2 answers

Unable to serve images from wordpress site - response is malformed

I'm trying to deploy Wordpress behind Traefik on Azure, using a PersistentVolume backed by Azure Files. For the most part, it works. I could set up wordpress, configure it, access it externally, make content edits, etc. The docker image is the…
IanJ
  • 1
  • 1
0
votes
1 answer

Azure File Share mount with AAD Credentials

How can I log in to an Azure File Share (Azure Storage account with file sharing) with Azure AD credentials? I would not like to deploy an Azure Domain Service. Regards Stefan
0
votes
0 answers

stale NFS file handle

Our Azure file share mounted on pods using like this We are a seeing stale NFS file-handle on one specific file can we every time we ask our program to create and write that file we are seeing the program terminate reporting us stale NFS file…
Viren
  • 171
  • 1
  • 2
  • 10
0
votes
1 answer

Why would blocking NetBios packets impact SMB3?

Question Why should NetBios filtering impact SMB3 / the ability to connect to port 445? Context Some users (including myself) were having issues accessing file shares hosted in Azure Files from their home connections, receiving the below…
JohnLBevan
  • 1,134
  • 7
  • 20
  • 44
0
votes
1 answer

How can I mount a user-specific file share on an Azure Container Instance without incurring per-transaction costs?

We host a web-based IDE that runs in a container. I'm using ACI to host the container instances. I need to mount the user's files in the container, and make sure the user cannot access other users' files. An individual user is not expected to go…
Ben Davis
  • 250
  • 1
  • 4
  • 16
0
votes
1 answer

Where can I see amount of Azure Storage Accounts File Share burst IOPS spent or left?

Where can I see amount of Azure Storage Accounts File Share burst IOPS spent or left? I went through service Monitoring > Insights, but was not able to find such metric.
0
votes
1 answer

how to Get the CRUD Level Access logs for Azure Files

how to Get the CRUD Level Access logs for Azure Files , if any one has used it to check on who has accessed the file , any update they did or deleted the file on Azure Files . Please let me know if you can help
0
votes
1 answer

Error mounting azurefile PVC "could not resolve host address"

While setting up a new cluster I removed an Azure storage account expecting the controller to re-create it, however, now when I try to use an azurefile PVC I get an error that says it can't resolve the file share address. kind:…
Ben Davis
  • 250
  • 1
  • 4
  • 16
0
votes
1 answer

Azure Roles - Explicit access on storage service - file share

I need to configure a custom azure role which will give a user an explicit access to a file share ((with File Explorer). But the user shouldn't have access to the other services of the Storage service like blob storage, queue or tables. Currently…
Nintox
  • 21
  • 2
0
votes
1 answer

Solution for file server migration to Azure cloud

I have a file server(2008 R2) running on my on-prem environment. I have around 400 users in my environment. I want to migrate this server to the Azure cloud with all SMB permissions. At the same time, I want users to access it over the public…
1
2