Questions tagged [azure-files]
357 questions
0
votes
1 answer
Windows Azure File storage perfermance
Is there a solution to get the below informations of Window File Azure storage Account using Windows Azure Storage Client Library:
Azure Storage Account Capacity
Azure Storage Free and used Space
Azure Storage Account State (Active, Disable,…

Habib Ben Radhouene
- 11
- 2
0
votes
1 answer
How do I create a StorageController in Node js for Azure File Sync?
If i wish to create a StorageController to generate the SAS tokens inorder to make the Azure File Syncing work with Xamarin forms, is that possible ? All the documentation that I have seen only mention a way to do it in ASP.NET.
Reference…

Rishabh Saha
- 19
- 4
0
votes
1 answer
Viewing file share associated to App Service
Where can I find the file share associated with the App Service?
I can view the files from Kudo console, but I don't see the share on my Storage Account using either the portal or Storage Explorer.

Andy T
- 10,223
- 5
- 53
- 95
0
votes
1 answer
Do I need a Storage Controller for all my model classes in the app to use azure file sync?
Background:
Xamrin Forms Client App
Azure backend with Dot Net
Using Azure offline data sync
trying to use Azure offline File Sync
Related SO questions
there have been 2 more questions I asked here which are somewhat related
Getting a 404…

Supreet
- 831
- 1
- 9
- 30
0
votes
1 answer
Azure File Storage - File is corrupted once uploaded
I have this code which I'm using for uploading files in azure file storage container.
var originalFileName = GetDeserializedFileName(result.FileData.First());
var uploadedFileInfo = new…

Laziale
- 7,965
- 46
- 146
- 262
0
votes
2 answers
Getting "Resource not found error" while using Azure File Sync
Facing a very strange issue.
Following this guide https://azure.microsoft.com/en-in/documentation/articles/app-service-mobile-xamarin-forms-blob-storage/ to implement File Sync in Xamarin Forms app.
The Get method in my service (GetUser, default…

Supreet
- 831
- 1
- 9
- 30
0
votes
1 answer
Azure File Share REST API for Xamarin
In Xamarin client app, I want to access Azure Files using SAS token with Portable Class Library. It seems I can not do it using latest WindowAzure.Storage nuget package as it may only works with Blob, Table,... and it requires lots of…

Minh Nguyen
- 2,106
- 1
- 28
- 34
0
votes
1 answer
Mount my Storage account file service in a Web App
I need to mount my Storage account file service in a Web App. I tried to do that via scm cmd. But Access is denied. How Can I do this?
0
votes
1 answer
Not able to use command net use to mount Azure File as drive on my Windows 8 PC
I have created an Azure File service and I am using the following command to mount it as a drive on my Windows 8 system:
net use * \\smb3share.file.core.windows.net\myfileshare /u:smb3share KEY
I have disabled firewall and turned off antivirus…

Rahul
- 400
- 1
- 3
- 15
0
votes
2 answers
C# code to Copy Files From Azure File Share to Azure Blob
How to copy Files from Azure File share to Azure Blob using C#?

Anil Patel
- 71
- 1
- 10
0
votes
2 answers
Azure - Web Role Virtual Directory to other Web Role
I currently have a few websites that are running in IIS and they all have a virtual directory to another website called "Resources". On the resources website I have images, css, and other static type content that I share across multiple sites.
I…

Mike
- 37
- 6
0
votes
1 answer
How to get a file after uploading it to Azure Storage
I had uploaded files mostly media files to Azure's File Storage, which I am able to see in Azure's Explorer as well. But when I view the file as anonymous user, I am not able to view the file. Tried to check with Permissions setting as well, but…

Arun Selva Kumar
- 2,593
- 3
- 19
- 30
0
votes
1 answer
Access AzureFileStorage share from Worker Role?
I've created an Azure storage account and created a file share and put some files on a directory. I want to access these files from a WorkerRole. Is it possible to set this up so that it survives refreshes of the host cloud server and or worker…

Weej
- 1,012
- 2
- 8
- 24
0
votes
0 answers
Listing Files from Azure File Service
I have uploaded files to a folder on my Azure file service account. Now I would like to list those files. When the code reaches this line
FileResultSegment resultSegment = await dir.ListFilesAndDirectoriesSegmentedAsync(token);
It closes. No…

Nick
- 841
- 2
- 9
- 30
-1
votes
1 answer
My org wants to setup Azure Files and connect about 100 employees to it via SMB
What pre-requisite services/subscriptions do I need to get to that point?
Right now, we have Azure AD Connect. Can that be used to authenticate users' access to the network shares of Azure Files?
I had to setup an Azure subscription first to access…