Questions tagged [azure-file-share]
67 questions
0
votes
1 answer
Microsoft File Share Storage Sync
Is there a way to sync files that are saved either locally or in GitLab to the Microsoft File Shares storage? So I want it to be unidirectional local -> File Shares storage.
I did not find anything yet. I know there is a way to do it when using a…

Georgios
- 861
- 2
- 12
- 30
0
votes
0 answers
Connect to On-Prem Network share drive from Azure
I have user credential and folder path such as the following:
User: UserName
Password: Password
FilePath: \website.com\Private\ClientServices\
Using this, I can map this as a network drive on my local windows explorer. However, I have a Logic App in…

TTT
- 13
- 3
0
votes
1 answer
Azure: Logic App, Container , and mounting an Azure File Share
I am trying to run a container instance using logic apps and I need to mount an azure file share.
I am using a container with azure file share. This article is very clear on how to do this with command line.…

jlo-gmail
- 4,453
- 3
- 37
- 64
0
votes
1 answer
How to map Azure share on Raspberry Pi
I'm trying to map an Azure share to my Raspberry Pi. I use the script provided with no modification:
sudo mkdir /mnt/sharename
if [ ! -d "/etc/smbcredentials" ]; then
sudo mkdir /etc/smbcredentials
fi
if [ ! -f…

Xuti
- 89
- 1
- 10
0
votes
1 answer
App service plan File system storage quotas
Azure function on the consumption plan has 1 GB storage for File system storage. Currently, the storage gets filled up when we run all the master data from the source. It gets filled up by log files.
What does this mean? Will the logs be deleted…

Aram Yako
- 41
- 1
- 5
0
votes
1 answer
Access Azure cloud File Shares in Azure App Service
We have created an ASP.Net Web API project and deployed it into the Azure App service. We have an Azure storage account and File Shares.
Can we mount this File share to App Service?

Rajesh
- 1
- 1
0
votes
0 answers
Airflow 2.4.1 Helm - Dags from PVC not visible in Web UI
I'm trying to setup Airflow 2.4.1 on AKS using official Helm, I've managed to standup pods for scheduler, triggerer, external Postgres(using separate helm). After installing airflow helm, db migrations are run successfully as relevant tables are…

S N
- 540
- 1
- 6
- 18
0
votes
1 answer
unable to update zip file in Azure File Share/Blob
I am using Azure File share I want to create zip file only once but wants to update it multiple times (upload multiple files after once created).
is it possible to create .zip file only once and add more files in it later without **overriding…
0
votes
0 answers
Apache Airflow 2.1.2 dags are not refreshing after I restarted my vm where airflow is hosted
Airflow is not able to refresh the dags.
Airflow is hosted on azure vm and filestorage is mounted and added those mounts in env file.
Eearlier things were working file. as soon as I uplaod an updated script, changes would show up. But now it…

Manthan Gajjar
- 1
- 1
0
votes
1 answer
Unable to Add Users/Groups in file security permissions on Azure File share
looking for help!
I have created an Azure VM & a file share(R) under storage account and mounted it to my local and VM , Now when I'm trying to add users or groups in file permissions(security tab)
Getting two error popups as mentioned in the below…

Raghava Akula
- 41
- 6
0
votes
1 answer
Uploading File to Azure Storage
I am trying to upload a byte array or binary file to Azure File Storage. Might be silly, but I am wondering how to pass in the http request body using clean architecture.
UploadToAzureApi.cs
[FunctionName("UploadToAzureApi")]
public Task Run(
…

Deryn
- 11
- 2
- 3
- 8
0
votes
1 answer
Azure File Share Check if multiple files exits
We are using Azure File Shares (File shares, not GPV2, meaning we're not using blobs or queues, just File Shares) to store our files.
We need to check if a list of file paths exist of not.
Is there a "bulk" version of ShareFileClient.ExistsAsync…

Abdelhakim
- 815
- 1
- 5
- 19
0
votes
1 answer
Account storage files azure, error connection-azure.core.exceptions.ServiceRequestError
I have an app that connects to account storage files in azure.
I am using Python to connect account storage resource.
One of the functions I use is 'create_directory()' from class 'from azure.storage.fileshare import…

noa mendelovich
- 1
- 1
0
votes
1 answer
net use command asking for a username and password
Azure Files SMB Access On-premises with private endpoints, But when I used the net use command to mount the drive.
c:>net use Z: \myshare.file.core.windows.net\testshare
its keep asking username passowrd
Enter the user name for…
0
votes
1 answer
How to remove a file ending in a dot . from a Azure File Share?
We somehow managed to create a file in an Azure File Share whose name ends in a . (dot) (the file name ends in . not the share name :) ).
We now cannot retrieve, remove, edit that file. Whenever we try to perform any action we…

Adrian Anghel
- 29
- 4