Questions tagged [storage-file-share]

40 questions
4
votes
0 answers

How to mount a NFS file share inside a Windows Docker Container

I am running Docker on a Windows Server 2022. I need to start a Windows Container - must be a windows container because I am porting a Net Framework App that cannot run on Linux. My Windows Container needs to write uploaded files to a network…
4
votes
1 answer

Life Cycle Management for Azure File Share

I just found that there is not Life Cycle Management support for a file share in a blob storage. What is a good way to regularly delete files from a file share? Logic App? Azure function? It should be also cost sensitive.
Kai
  • 41
  • 1
  • 3
2
votes
2 answers

Java, Codename One: Exporting and -most importantly- importing files between users

Here the problem: my app will generate some files, and I want to give to the users the opportunity to exchange these files between them. This requires 3 steps: Saving the data: easily done in Storage implementing the functions required by the…
DrHell
  • 461
  • 3
  • 17
1
vote
2 answers

how to check if the azure storage account is domain joined? because need to access files share from the account as shared path from domain joined VM

I am not sure weather azure storage account is domain joined or not. I want to access files from the azure file share storage as shared path without mounting this file share.
Mukeem Ahmed
  • 93
  • 1
  • 2
  • 11
1
vote
1 answer

How to recover the specific file which got accidentally deleted in azure file share

What is the exact process for recovering only the deleted file/s in Azure fileshare on the azure storage adls gen2
1
vote
1 answer

Failed to find configured root that contains /storage/708A-1A0F/-

I am trying to send a list of files using tcp socket but i get this file provider error. please help if anyone can. Thanks Caused by: java.lang.IllegalArgumentException: Failed to find configured root that contains >/storage/708A-1A0F/- CHAIN YE…
1
vote
1 answer

Azure FileShare - FileShareClient.UploadAsync(stream) - Resource Not Found Error

Web API receives a pdf document, afterwards it should store the pdf document in the Azure File Share (Storage). However when the method ShareFileClient.UploadAsync(stream) is executed, the following exception is raised : "ResourceNotFound - The…
1
vote
0 answers

File sharing token retrieval using SharedStorageAccessManager.AddFile fails for temporary files

I am writing an UWP application. I am trying to generate a file sharing token for an email attachment opened with my App. However, this is raising an exception "Access denied" //App.xaml protected override void…
gunturu mahesh
  • 113
  • 4
  • 9
1
vote
2 answers

Get Azure File from snapshot with php

Is there any documentation to get a SAS URL to download a file from a Snapshot of a Azure Share File? Using this is easy to download a direct Azure File with SAS, but not any snapshot: GenerateFileDownloadLinkWithSAS…
karrtojal
  • 796
  • 7
  • 16
1
vote
1 answer

Write a file to Azure Blob File Share line by line with ShareFileClient in C# Azure Function

I want to upload / create a file in an Azure Blob File Share step by step as I don't know the total amount of data to write (reading from a database line by line): ShareClient share = new ShareClient(targetBlobStorageConnectionString,…
Konrad
  • 4,329
  • 10
  • 54
  • 88
1
vote
0 answers

Copy txt file from Azure Files to Blob Storage using Databricks

I want to read a file from Azure Files (which is succeeded by using ShareClient) and export this file to Azure blob storage. First I mount the container in Databricks with the following code: def mount(container, account_name): """Mount a…
1
vote
0 answers

Azure app service windows container - File share storage mount read/write access

I am trying to create a file inside of the mounted folder in the Azure app service windows container. But I get an error as "parameter incorrect". Once the Azure Fileshare mounted, the running container should have full access? Console Error…
0
votes
0 answers

How to share documents with other applications in Flutter with Android SDK 33?

My goal is to have a capability in my application to generate a PDF file from a template, and to open it with an external application (Adobe Acrobat Reader for instance) from my application. Once the PDF file is opened in Acrobat Reader, it may be…
0
votes
0 answers

Looking for a reputable open dataset for BitTorrent or other p2p file sharing networks

Hi StackOverflow community, I'm looking for a reputable open dataset for p2p file sharing networks(e.g., BitTorrent) for research and experiments. Appreciate any suggestions. Thanks! This one looks fine but the problem is that I can't find anyone…
0
votes
0 answers

Mounting azure storage account file share to VM

I was using azure cli command to run RunPowerShellScript to execute powershell script on the targetted VM. My powershell script was executing properly to mount the file share to VM. But in VM after mounting drive is showing like Disconnected Network…
G.A
  • 11
  • 5
1
2 3