Questions tagged [fileshare]

252 questions
1
vote
3 answers

How to copy files from azure Devops to Azure file share storage account

I have a build pipeline which builds *.p12 files and been published a artifacts in the build pipeline How to copy files from azure Devops pipeline workspace or from published artifacts to Azure storage account (Fileshare) path
1
vote
1 answer

Check the existance of path with .zip in the path

Is there any possible solutions for C# how to check if the file exists even if the file is located in the .zip directory? A possible path would be: "\\127.0.0.1\ZIP-Bug-Study\TestResultMap\market_coupling_ntc_preoptimization\temp.zip\file.csv" I…
Ostap Filipenko
  • 235
  • 5
  • 21
1
vote
1 answer

Cannot connect file share from azure to windows laptop, port 445 is blocked

When I tried to connect file share to my windows laptop, it said that port 445 is blocking. Please help me to solve this problem. Thank you for your kind help. Error: if ($connectTestResult.TcpTestSucceeded) { # Save the password so the drive…
Jennie
  • 45
  • 1
  • 9
1
vote
2 answers

Is it possible to connect Azure File share (Storage account) from C# console code using Managed Identity

I was trying to upload a file to Azure file share using my C# code. using the Managed identity. The code will be deploying to an azure VM which has managed identity with the Storge account. how to connect using a console app via…
1
vote
1 answer

Set up data factory to copy files from Fileshare to blob, and creating landing folders

--UPDATE--Issue sorted out following the link in the comments from another post Im new to ADF and even though I have created some simple pipelines before, this one is proving very tricky.. I have a Fileshare with files and pictures from jobs with…
1
vote
1 answer

How to delete from files from azure file share periodically after say x days?

Azure Storage Contains 4 main data storage components: Containers, File Shares, Queues and Tables. To periodically delete files in Containers: We have (Storage Life Cycle management for Blobs(Containers))…
mozilla-firefox
  • 864
  • 1
  • 15
  • 23
1
vote
0 answers

Refreshing a mounted volume on Docker periodically

So I have a docker container up which needs to access a few Shared drive on Windows. These mounts keep expiring after some time and we need to restart the docker containers to make sure we have them mounted again. volumes: shared-drive: …
vkandvia
  • 85
  • 12
1
vote
2 answers

How to generate SAS Token to connect to Azure Storage Account - File Share?

In order to connect to Azure Shared Storage(in particularly File Share) to perform tasks like copying/removing/modifying files from remote to azure storage, we need either SAS(Shared Access Signature) or Active Directory Settings Enabled (and then…
mozilla-firefox
  • 864
  • 1
  • 15
  • 23
1
vote
1 answer

To implement an trigger If any file is dropped in file share(Windows) ,My ADF pipeline is triggered.Pipeline 3 and 2 run after pipe 1 done

We need to start our pipeline once a (file or multiple file) is dropped in fileshare.This trigger will run first line and once executed successfully ,needs to run second and then third sequentially. Any of Pipeline fails the process stops . We…
1
vote
1 answer

How to open ShareFileClient write stream with specific encoding type?

I would like to create new blob on FileShareClient in Azure FileShare resource with .NET api. Is there any way to specify it's encoding while doing this operation? To open write files I use something like this: public Stream…
Jack n J
  • 206
  • 3
  • 14
1
vote
1 answer

Kubernetes - how to reference file share in order to mount volume?

we plan to use Azure Kubernetes Service for K8S. We have our Azure File Share. Is it possible to reference somehow Azure File Share within the Pod or Deployment yaml definition so that volume can be mounted on the container (Pod) level? Is this…
vel
  • 1,000
  • 1
  • 13
  • 35
1
vote
1 answer

Powershell Citrix ShareFile API Upload

My code as below: $ShareFileHomeFolder = (Send-SfRequest $sfClient -Entity Items).Url New-PSDrive -Name sfDrive -PSProvider ShareFile -Client $sfClient -Root "\" -RootUri $ShareFileHomeFolder Copy-SfItem -Path $File.FullName -Destination…
Micheale
  • 65
  • 1
  • 1
  • 7
1
vote
1 answer

Simultaneous uploading of a file to Azure File share using portal and downloading it using ShareClient libraries as WebJob

I have a scheduled WebJob which is triggered every 5 minutes. It checks if there are any files in Azure File Share using ShareClient libraries. If files are available then the WebJob downloads the file and deletes the original file. So when there…
baalu
  • 73
  • 5
1
vote
0 answers

unable to access Azure file share from a windows service running in Azure VM

I created a Azure File Share. Created a Azure Domain Service and made my Azure VM as a member of this AD Service. I am able to mount the File share in windows by mapping a drive. But the same file share is inaccessible from a Windows service running…
1
vote
0 answers

Python Watchdog PollingObserverVFS Performance enhancement

I am running PollingObserverVFS on a directory that is on Dell ISILON Storage that has over 2 million files and it takes around 2 hours 30 min to detect changes. Is there a way to improve performance to detect changes faster like parallel processing…
Vaibav
  • 77
  • 1
  • 7