Questions tagged [azure-file-share]
67 questions
0
votes
1 answer
Correct way to read and write files in Azure file share
I'm using Linux, I mounted a Azure file share named fileshare01.
Then I wrote a program to create a file in the fileshare01 using C++
Here is my code
`
#include
#include
#include
using namespace std;
int main() {
//…

Shivam Singh
- 1
- 1
0
votes
1 answer
Copying file from Azure File Share- The content of the file is getting appended with /r/n
we are writing the following command to copy the file from the Azure function app local to our file share i.e.; mounted in the VM:\
Command:
Set-AzStorageFileContent -Source 'C:/home/site/wwwroot/HttpTrigger2/demo.tfvars' -ShareName…

SANDEEP KUMAR
- 33
- 8
0
votes
0 answers
Garbled Text in log file on shared drive but no issue in VM local storage
We have a strange problem with our application logs getting written to a shared file storage in Azure. We write some deserialiszed object into a file using common-logging and log4j2 2.17.
The logs in shared drive sometime write few lines with NUL…

jsjunkie
- 559
- 3
- 7
0
votes
2 answers
Crop an Image from Azure FileShare
I have uploaded an image to Azure Fileshare using asp.net and vb.net. After uploading a file I am trying to crop the image by using dimensions. I got an error with Illegal characters in path. The code works when the image is in the application's…
0
votes
1 answer
Azure storage sync unable to create cloud endpoint
In azure storage sync while trying to create a cloud endpoint I am getting the below error message to enter image description here
I am getting the following error -
Cloud endpoint creation failed.
Code: Authorization failed.
Details: The client…

Fernandes Santosh
- 13
- 2
0
votes
0 answers
how to set SMB file locking in windows server 2019
I have attached the Azure fileshare that supports SMB and FileREST to a windows server 2019 virtual machine. I noticed that the files which are being written by the windows server is already available for other processes running in different…

techexplorer
- 79
- 2
- 2
- 8
0
votes
1 answer
MongoDB in Azure App Service, via Docker-Compose
I'll keep this very simple as I've gone back to basics for this - my container configuration is a little more complex, but this demonstrates the problem really quickly.
I have the following docker-compose for Azure App Service:
version:…

PoorbandTony
- 380
- 3
- 12
0
votes
1 answer
Mount Azure File Share on Databricks Cluster
I'm trying to mount an Azure File Share on a Databricks cluster and get a 'permission denied' error. mount: /mnt/test: permission denied. Adding the --verbose flag doesn't provide any additional information. Can someone please help troubleshoot?
The…

xuxu
- 418
- 5
- 15
0
votes
1 answer
Does Azure blob/file share storage NFS protocol support Windows machine mounting?
I was trying to connect with Azure blob storage as well as azure file share with different protocols. I am able to connect with SFTP, SMB protocols from my windows machine, but not able to connect via NFS protocol. Is it possible to connect to…

Aniket Karajgikar
- 245
- 2
- 13
0
votes
0 answers
Loading A BIG video file (64MB) from Azure File Share
I am trying to load a big video file which is stored in my Azure File Shares. This takes on average 40 seconds before I can even SEE the video element on my react component. How can I make this loading-time closer to non-existent, or at least…

Prash
- 21
- 2
0
votes
0 answers
Read a JSON file from Azure file share nested directory
I'm trying to read a json file(to a string in my C# code) from an Azure file share nested directory. I couldn't find an exact sample on looking around, but found the below as the closest. Please can you help with a better way of handling this…

anj
- 1
- 1
0
votes
2 answers
Azure.Storage.Files.Shares wont install on .Net MAUI using .Net 7
When trying to install Azure.Storage.Files.Shares on a empty .NET MAUI app (created directly from the VS 2022 17.4.4 wizard) I get a series off incompatibilities. If have tried a simple Console app and the problem is the same.
Restoring packages…

Brenden Jacobson
- 11
- 1
0
votes
1 answer
azure file share map to folder based on clients?
Hello Every azure file share map to folder based on clients ?
I have 300 clients and each have there own files to upload on ADFS.
I want to map drive but folder which is only associated with that client not root folder.
so will this be possible with…

Maulik Dave
- 81
- 9
0
votes
1 answer
Not able to copy file to Azure file share mounted drive when application hosted on IIS in windows VM
I have created windows virtual machine and mounted Azure file share drive as **Z:**.
My storage account name is onegbuploadfileshare and file share name is onefileshare.
I have written a code to write local folder file into Azure file share.
(Code…

Devanand Dhage
- 35
- 1
- 2