Questions tagged [fileshare]

252 questions
0
votes
1 answer

What is my current storage account and file share?

How do I figure out what storage account and file share is currently being used by my cloud shell? Get-AzStorageAccount just gives a list of all the storage accounts...
user2736158
  • 389
  • 1
  • 6
  • 14
0
votes
2 answers

Backup using Recovery Service vault of Azure file shares : ARM templates or inbuilt Policy

Could you please assist me to take Backup using Recovery Service vault of Azure file shares. If there is an ARM template to achieve the same , that will also work. This links states that in future we'll have this however no update later…
0
votes
1 answer

Uploading large files to Azure fileshare

I am able to upload small files to fileshare using below code but large files are not getting transferred. There are methods like blob.PutBlock available to upload files to Blob, but can't find anything for fileshare. Can you please guide…
Sharon
  • 93
  • 1
  • 13
0
votes
1 answer

Powershell script and outputting to file share

I have a powershell script that is converting CSV to XLSX. It works as intended when outputting to local disk. It runs for a few seconds and then an XLSX file is generated in $files path. $files = Get-ChildItem c:\test\*.csv Write "Loading…
alexherm
  • 1,362
  • 2
  • 18
  • 31
0
votes
1 answer

Windows 10 .bat script for mapping a file share that contains a folder the same name as their A.D. username

I have a network file share for each user: \\network_share\users\jdoe where "jdoe" is their active directory account username. Is there an environment variable that would work for this? I attempted: net use H:…
t0dd
  • 84
  • 8
0
votes
1 answer

Using Azure Automation Account, Copy files from one Fileshare to another Fileshare across Storage

I am trying to copy one file (x) from a fileshare (y) of storage (z), to a fileshare (a) of storage (b). $StorageAccountName = "z" $StorageAccessKey =…
0
votes
0 answers

How to move internal package / custom made package in R on local machine to R Studio Server Pro

I recently moved to R and I have to solve an issue where I need to move a customized R package from one server to another server which is Rstudio Pro. Is there any file share method which could help, Please let me know. Thanks in Advance
0
votes
2 answers

I'm trying to create a file share in azure cli but its giving me error

I'm trying to create a file share in Azure CLI command: az storage share create --account-name storeactjan --name filesharejan --account-key key1 but having below error: The server failed to authenticate the request. Make sure the value…
janina
  • 13
  • 1
  • 3
0
votes
0 answers

Task scheduler returns 0x1 error code for running bat file

I have created a batch file to copy files from file share to system local driver. The batch file runs fine when I trigger it manually, but it fails to run when I trigger through the task scheduler. Can anyone help me resolve this issue? I have made…
nisha rao
  • 1
  • 1
  • 2
0
votes
0 answers

Accessing fileshare using java code, getting 503 service unavailable error

I am trying to access a fileshare to upload to and download files from it, using the java code example given on the azure docs site here: https://learn.microsoft.com/en-us/azure/java/java-sdk-azure-get-started I have a microsoft azure storage…
0
votes
1 answer

can we access file on azure vm via azure express route from on premises

I have a batch file on azure VM, which needs to be called from on-premises scheduler. Is it possible for us to access a file , on azure VM from on-premises machine Please help
MSTechnie
  • 175
  • 10
0
votes
0 answers

Using Azure's FileShare programmatically as a drive on an API?

Struggling to get my head round this one, I basically have a licence for software that I need to run on my REST API, and this software comes with an SDK containing a method to retrieve Licence from a path. For example:…
0
votes
0 answers

gsutil doesn't run in the mounted drive directory

I'm trying to run gsutil in the shared environment and I see a really weird behaviour. When I run it being in the root of the filesystem, as well as anywhere else - everything is fine, but when I open the shared drive mounted directory it fails with…
Anton
  • 1
  • 1
0
votes
1 answer

Authentication Failed for get file using file service REST API Azure

I am trying to get a file using the shared key. I already get a list of files and directories by the shared key, but when I request to receive a specific file, I encounter this problem. Code to generate shared key: using System; using…
0
votes
1 answer

Connecting to shared network resources doesn't always work

I am working with the code from this tutorial to access files remotely C# NetworkConnection for file share or other remote communication I can connect to the remote directory and access the files which are just .jpg images. This is the code for…
arianit ax
  • 187
  • 1
  • 3
  • 13