Questions tagged [azure-file-share]
67 questions
0
votes
3 answers
How to upload a file in a nested directory to Storage accounts File Share service using Python SDK?
I am trying to upload a file to the path, using ShareDirectoryClient Class of Azure Python SDK.I have attached below the code and errors that I am getting.
path = "users/user11/projects/assets/fbx"
directories =…

Avj Vaibhav
- 5
- 2
0
votes
0 answers
Upload Gigabytes of files to Storage Account from Django
I have a project setup with Django and ReactJs. The use case is, users will upload Gigabytes of files and those are to be stored to their respective folders in Azure Storage Account File Shares service (using Azure Python SDK).
How do I upload them…

Avj Vaibhav
- 5
- 2
0
votes
0 answers
Azure file share from others Azure files Shares
Is there a way to retrieve the content of several Azure Files Shares and store them in another Azure file Share?
I'm not talking about AzCopy.
The goal is that the copy is instantaneous and automatic.

Abdessalem MANAI
- 33
- 4
0
votes
1 answer
Azure docker container can only read azure file share volume mount when public access is on
I have an azure Docker container running nginx. It has an azure file share mounted as a volume. It all works well until I set network settings to "Enabled from selected virtual networks and IP addresses", after which it says Host is down.
It's…

ibeme99
- 1
- 2
0
votes
1 answer
Nlog in Azure File Share
I am using Nlog in my C# project and i want to save logs in Azure File Share.
I found this nuget and its Github "NLog.Extensions.AzureStorage". https://github.com/JDetmar/NLog.Extensions.AzureStorage
It contains Targets: AzureAccessToken,…

Abdessalem MANAI
- 33
- 4
0
votes
1 answer
Use pyspark to read data from azure fileshare
Hey guys does anyone have an idea how I can read qvd data from azure fileshare
I want to read these qvd convert to parquet then load the data using ADF to the container
But I am having trouble using synapse to read data from specified fileshare…

Adika Stadevant
- 45
- 8
0
votes
1 answer
mount error(13): Permission denied - when mounting azure storageaccount fileshare to redhat linux server
mount error(13): Permission denied - when mounting azure storageaccount fileshare to redhat linux server
I tried
sudo mount /// / -o username= -t cifs,vers=3.0
I need someone who can help…
user22224511
0
votes
2 answers
Use Azure File Share inside Azure AKS
I have several Linux containers in Azure AKS and I need to access some resource files (.NET 6)
I want to use Azure File Share as a shared path to store these resources, that will change more or less every week. Is it a good approach?
I'm not able to…

user1477747
- 39
- 9
0
votes
0 answers
Access Azure file share using DFS entry inside container
My On-premise windows server and Azure file share have same folder structure or hierarchy.
I have DFS entry which is pointing to on-premise server. I am using DFS entry to map using "net use" and CmdKey command inside windows container. When try to…

Jainav Surana
- 31
- 6
0
votes
1 answer
Cannot scale jira on aks
Trying to host Jira on AKS using helm repo https://atlassian.github.io/data-center-helm-charts and chart atlassian-data-center/jira, azure file share is used as Persistent Volume.
Below is values.yaml used in installation.
replicaCount:…

Sudama Tripathi
- 349
- 1
- 5
- 20
0
votes
0 answers
Why does a User having access on a specific file share in a Azure storage account able to mount and access another file share as well?
I'm currently working on an Azure scenario that involves three AD users: A, B, and C. I have set up a Storage account with three File Shares: F1, F2, and F3.
My intention was to grant User A access to all three file shares, so I assigned the…

SRP
- 999
- 4
- 21
- 39
0
votes
1 answer
how to import files from Local system to azure sql using Azure data factory
i'm trying to import files from My local system to azure sql database using file system in azure data factory. but i'm not able to import files.

Chinnu
- 5
- 4
0
votes
1 answer
What is a good use of Azure FileShare? Can it be a good solution to store the file in Azure vs storing the file in Blob storage
I need to evaluate the use of Azure FileShare and use the Fileshare storage to upload/download the files. The current functionality of the application is where user can upload a file from local machine and can also download the file from ISS root…

Jashvita
- 553
- 3
- 24
0
votes
1 answer
Map azure files path to Azure App Service and access with Path
I'm working on a project to move a dotnet application from Virtual Machine to App Service.
The code has been moved already using deployment center and the pages loads up. But in the backend there are alot of file transfers happening where the folder…

zeeka
- 3
- 2
0
votes
1 answer
How to Setup Azure File Sync for a VM without internet connectivity
I'm trying to build a POC for a solution to synchronize files between an Azure File Share using Azure File Sync and a VM that runs on-prem and does not have access to the internet.
I started following the Azure guide however, when I get to the…

milo9991
- 1