Questions tagged [fileshare]
252 questions
1
vote
2 answers
Using packer powershell provisioner to map an Azure file share to a service account
I'm trying to figure out how to map a file share to a particular user that I created using a Powershell script that is meant to be a service account. The end result is that my service account should be able to access the UNC path at…

Mike
- 826
- 11
- 31
1
vote
3 answers
Move files from azure file shares into blob storage by using c#
I downloaded a file from an FTP server using an azure function and save it in the target that I get from this code:
var target = Path.Combine(context.FunctionAppDirectory, "File.CSV");
Which will be somewhere in "File Shares" that we can see in…

sishanov
- 141
- 2
- 9
1
vote
1 answer
Does Azure File share support virus scan?
As per https://feedback.azure.com/forums/217298-storage/suggestions/32603164-virus-scanning-for-blob-storage link, Virus scan is not supported for Azure Blob.
Could you please confirm if Virus scan is supported for Azure File Share?
If not, what are…

Raghav G
- 25
- 5
1
vote
1 answer
Is it possible to use Azure Automation Runbook to delete another Runbook output (an Azure File share snapshot)?
I want to use the runbook to delete another runbook output (an Azure File Share snapshot).
Is it possible? If you know something, please write something at here
Runbook 1: Create an Azure File share snapshot
$context = New-AzureStorageContext…

Arthur
- 103
- 11
1
vote
2 answers
Accessing the file stored in Azure file storage without SAS token
Using Azure Cloud File share APIs, I am able to create a file share and the directories, folders, and files. They all saved correctly in the file share.
From the browser, I am able to view the content using URI + SAS token (generated for the file…

Balaji
- 127
- 13
1
vote
1 answer
How to set the retain period of Files Share snapshot with scheduler by Azure Automation?
I want to set the retention period of Files Share snapshot with scheduler by Azure Automation. 1, May I set the schedule of creating and deleting the snapshot at one runbook.…

Arthur
- 103
- 11
1
vote
1 answer
how to deploy Files share snapshot scheduler by Azure Automation?
I want to use Azure Automation to deploy Files Share snapshots scheduler, I create a runbook, but I can't find the cmdlet at the internet.
(there have some samples about how to create a snapshot from 0, but I want to create the existing Files share…

Arthur
- 103
- 11
1
vote
2 answers
How to read an non-shared file
I am making a data backup program. I need to copy files from one folder to another, while some files are still being used by a running process. It's OK when the running process shares file access. But I will get exception if files are not shared.…

user648912
- 63
- 1
- 3
1
vote
1 answer
How to query if a particular folder is shared or enumerate folders shared from the local machine on osx in C/C++ or Objective C
I'm currently developing on macOS High Sierra (not Windows) using Qt. Just using regular macOS rather than macOS server. I'm happy to write Mac-only code outside the Qt bubble to fix this problem, obviously.
I'm looking for a way to programmatically…

persiflage
- 1,154
- 12
- 22
1
vote
2 answers
How Can we share files between multiple Windows VMs in GCP?
I have 10 Windows VMs where I want to have PD with both read-write in all the VM's. But I came to know that we cannot mount a disk to multiple VMs with read-write. SO I am looking for option where I can access a disk from any of those VMs. For Linux…

Ram
- 655
- 2
- 7
- 27
1
vote
1 answer
Azure Function that allows browser User to Download a network file
We have an Azure function with html UI right inside the function. The Azure function app has VNET access to servers inside our firewall. Possible to build an Azure Function that authenticates into the server/file share and allows a browser user to…

Hell.Bent
- 1,667
- 9
- 38
- 73
1
vote
1 answer
How do git server hooks run on git server hosted on windows
Very new to GIT. This is more an educational question!
Our bare repo is hosted on windows server shared network folder(file:// protocol). We use eGit on our local machines to interact with it.
If we set up a pre-recieve or update hook on the server,…

PCash
- 53
- 7
1
vote
2 answers
Access file on a share(File server)
I want to access a file server that is not present in my network, but I have credentials of other domain that can be used to access the file.
How do I gain access to the file in share?
Is it possible to gain access to the file using a java…

Mistletoe
- 347
- 2
- 4
- 13
1
vote
3 answers
how to share a wiki
We have created a manual library (MediaWiki) for a system that we have, and we like to expose it to one of the customers.
I googled for a while and found many filesharing sites, but I don't know if that is a good idea, as it won't look "nice". We…

NewB
- 91
- 1
- 6
1
vote
1 answer
NativeCommandError when mounting a file share in an Azure VM using net use
I followed this document and was able to start up the VM.
Now I’m trying to mount a file share so that I can add files from the dashboard using this article.
I did the Connect command on the Windows virtual machine’s powershell:
net use c…

Jo Ko
- 7,225
- 15
- 62
- 120