Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
22 views

We are building an Android app that uses Azure Storage (Azure File Share) through the Azure Java/Android SDK. Our HTTP layer uses a custom OkHttpClient passed into OkHttpAsyncHttpClientBuilder: ...
sopfl's user avatar
  • 1
0 votes
1 answer
225 views

I ran into this frustrating Azure error while trying to clean up resources: Delete resource group binnnarg failed. The resource group is locked and can't be deleted I created a fileshare in my ...
NURUDEEN ADEWALE's user avatar
0 votes
1 answer
128 views

I’ve enabled encryption at rest using a Customer-Managed Key (CMK) for an Azure Storage Account. Under this storage account, I have a File Share, and I’ve uploaded a test file to it. I’ve already ...
Kareline's user avatar
0 votes
1 answer
75 views

I was implementing Azure file share on my windows server (2012R2, IIS 8.5,SMB3.0). The drive is getting mounted, but when I am creating a virtual directory in IIS FTP Site its failing while ...
Sandeep Kumar's user avatar
0 votes
1 answer
136 views

Issue: When copying/syncing files from the Azure Files Share (storage account: A) to Blob (storage account: B) I get a 403 error. Steps to reproduce: Setup two storage accounts (A and B), each one in ...
Ties's user avatar
  • 11
1 vote
0 answers
52 views

I managed to build a Weaviate container and deploy it on Azure. I am now trying to add a file share so that the data persists on Azure. I added azure file share to my deployment script but the ...
RSale's user avatar
  • 510
0 votes
1 answer
54 views

am trying to upload a file from Jmeter to azure fileshare location but Jmeter throwing below error. 2025-02-07 12:27:22,939 INFO c.a.c.i.j.JacksonVersion: Package versions: jackson-core=2.17.2, ...
Renuka 's user avatar
0 votes
1 answer
533 views

We have a Azure Storage Account that contains several File Share with Standard Disk. Now we like to Monitor the IOPS and throughput of different Disks. We like to see that we e.g. reach 82% of the ...
user286974's user avatar
0 votes
1 answer
229 views

I'm using a managed identity to create and manage resources in an Azure Storage account. I've successfully created a file share without using an account key, but I'm encountering an issue when trying ...
rajath n's user avatar
0 votes
1 answer
210 views

I am trying to use the Azure ShareFile client to export data from a SQL Server table to an XLSX file through a function app. When I run the code in VSCode locally, the file is created successfully. I ...
anilcreates's user avatar
0 votes
1 answer
167 views

What is the best way to use Azure File Share to automatically copy files to a directory on Windows Virtual Machine Scale Set (VMSS) instances? I have successfully used the following command to execute ...
shdr's user avatar
  • 996
0 votes
2 answers
117 views

Hope someone can help me further. Im trying to delete files after file array which are older than 14 days. so far now, the script deletes all files in sharename and not just the ones in filearray ...
D. de W.'s user avatar
0 votes
1 answer
57 views

I connect to the same share via mounted disk and storage explorer app (and also python api). It could be important: files on the share were copied there from other drive using windows explorer. I ...
Tomasz's user avatar
  • 1,040
0 votes
1 answer
104 views

I have written the following Python code to generate a SAS token for a file placed in an Azure file share directory: def getParcelFilePath(webcountyval): filePath = rf"/plan/IN/{webcountyval}%...
anilcreates's user avatar
-1 votes
1 answer
230 views

I have a fileshare-only storage account that has been disabled from public networks, and only selected VNET and their subnets can mount the fileshare on their system. I already knew fileshare works on ...
needHelp's user avatar
  • 609
0 votes
1 answer
132 views

I have a url with a SAS token to upload a file. I have a base64 string of a previously defined content type that I need to upload. import { FileUploadStreamOptions, ShareFileClient } from "@azure/...
Pablo Higueros's user avatar
2 votes
1 answer
264 views

I can download all Files from Azure File share when there are no sub directories, but whenever subdirectory is within the directory, the code crashes to error: Azure.RequestFailedException: 'The ...
Preyasha Patel's user avatar
0 votes
2 answers
926 views

I'm trying to access an Azure File Share using the Azure SDK for JavaScript/TypeScript. My goal is to fetch the properties of a specific file. However, I'm encountering a MissingRequiredHeader error ...
Priyavart Rajain's user avatar
0 votes
1 answer
119 views

I have the two storage accounts in two different subscriptions and each storage account has only one fileshare. I don't want to give the fileshare names explicitly in the pipeline parameters with the ...
Vaishnavi Vaishu's user avatar
0 votes
1 answer
980 views

I have this error when trying to mount a volume in azure container apps with terraform. Everything looks configured properly as per the documentation, so I'm wondering if anyone has any ideas what ...
user3620514's user avatar
0 votes
1 answer
252 views

Following my previous Q&A, How to get the File Shares list in the metadata activity and copy all the file shares and inside data as-is to the destination storage account? Linked Service for Source ...
Vaishnavi Vaishu's user avatar
0 votes
1 answer
524 views

Is there an easy way, to synchronise an Azure file share to a blob store (ADLS gen2)? I thought about using AzCopy running on a VM, but I'm wondering whether there is an easier solution.
eztam's user avatar
  • 3,873
0 votes
1 answer
83 views

I have a json file, C:\temp\A.json: [ { "key": "value" } ] I save this file to an Azure file share using this command: Set-AzStorageFileContent -Context $SA....
Rudhan's user avatar
  • 25
0 votes
1 answer
74 views

I get "System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.' (on save) " when running private void SaveImage(string base64, string imageName) { using (...
kolek's user avatar
  • 719
1 vote
0 answers
111 views

We need to sync files between two Azure File Shares. We use SAS tokens to let azcopy access both sides. Out of 126 files at source, only 122 have been synced, for others we get following error: INFO: ...
Tomasz's user avatar
  • 1,040
0 votes
1 answer
217 views

I have an Azure Function that connects to an Azure File Storage account. The File Storage Account is structure like the following: ShareName ShareName/folder_1 ShareName/folder_1/subfolder_1 ShareName/...
Jose Vega's user avatar
  • 599
0 votes
1 answer
511 views

I created a file share system with 9 file shares that go to different people. I can't limit access or specify who should have access to what. I've read a bunch of documentation, but I don't think I ...
Gabgon's user avatar
  • 1
1 vote
1 answer
1k views

I am trying to mount an Azure file share on Azure app service. The app service is Windows based (not a container) and it is running .NET. I have checked the network connectivity, the app is vnet ...
NK94's user avatar
  • 19
0 votes
1 answer
556 views

I have a CloudBlobContainer which contains a file (csv) which I want to move to a Azure File Share. In the current approach I am downloading the file stored in the container to a temp file and then ...
QuickBrownSloth's user avatar
0 votes
1 answer
170 views

We are already using Azure File Storage Premium. I was analyzing the bills. My bill is approx 200$. We checked azure calculator it says 0 upfront cost and 0 upfront monthly cost. Egress, Ingress, ...
know1995's user avatar
0 votes
1 answer
579 views

I setup an Azure Files storage account with Public access disabled and an internal Private Endpoint address of 10.0.0.4 and the provided PrivateLink DNS enabled. I also have a Virtual Network Gateway ...
pakyrs's user avatar
  • 177
0 votes
1 answer
2k views

I have an Azure Storage account that has an Azure file share setup. I want to create a logic app that, after it does its process, creates a file on the Azure file share. The only connector that seems ...
Ajay Ward's user avatar
0 votes
1 answer
739 views

I have an Azure SMB File Share which gets mounted inside my Azure Container Instance. Inside the File Share, there's a Virtual Disk file VHD.img which I want to mount. My container instance Dockerfile ...
dhsdshdhk's user avatar
0 votes
1 answer
77 views

I used the control plane API to create a share at Azure File. API: https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?view=rest-storagerp-2023-01-01&tabs=HTTP The HTTP request:...
jennie's user avatar
  • 27
0 votes
1 answer
270 views

In the Same Azure Tenant, we have 2 storage accounts in 2 subscriptions. In 1st Subscription - file share storage account, we have data in different file shares such as: Fileshare1uat Fileshare2uat ...
Vaishnavi Vaishu's user avatar
0 votes
1 answer
58 views

SO, I know that Azure does not currently have a way to display FileShare data directly to a webpage. SO as a workable solution, I created a VM that hooks into the fileshare from the SMB share as a ...
Xolin_'s user avatar
  • 97
0 votes
1 answer
823 views

I’m attempting to retrieve detailed information from an Azure File Share (The used Capacity using a PowerShell script to make an API call. My intention is to automate this process within a larger ...
Every Every's user avatar
0 votes
1 answer
426 views

$resourceGroupName = "xbackbonektadevmc-rg" $storageAccName = "xfssaktamc601" $fileShareName = "imagingcenter" $directoryPath = "Software\KTA OPMT\KofaxTotalAgility-...
Guttala VamC's user avatar
0 votes
1 answer
531 views

We're running a number of azure VM's with local SQL Server instances for development purposes (not externally accessible). We also have an Azure File share that we are using as a shared drive for the ...
Wenlocke's user avatar
  • 155
0 votes
2 answers
100 views

Within a Python program, I'm creating storage accounts and fileshares based on some parameters, and need to assign an existing backup policy to this new fileshare. I've found the method to do this in ...
Romojo's user avatar
  • 95
1 vote
0 answers
54 views

I have a server-side program that is containerized in a Linux container (on Docker). The program receives a file path via a grpc call and has to read data from that file. The file location is from an ...
James's user avatar
  • 13
0 votes
0 answers
122 views

I am developing a service which picks up messages from an Azure Service Bus Queue, does some minimal processing/validation on it, and then saves it to a file and some metadata to a database. This ...
Jordan Dantas's user avatar
1 vote
1 answer
366 views

i am trying add AzureFileshare to recovery service vault backup policy through Az cli command in azure devops pipeline. but i could not succeed. below is the cli command az backup protection enable-...
ramesh reddy's user avatar
0 votes
1 answer
165 views

The issue is the pipeline doesn't copy the ispac file on File Share of the Storage account. Using 'Deploy SSIS' task, I'm able to copy .dtsx and .dtsConfig files inside the File Share example image ...
Azzurra137's user avatar
0 votes
1 answer
172 views

I'm trying to write XML files to an azure file share using XmlSerializer but my files are always as big as my set MaxSize. I have an Azure Function that calls the following function that writes ...
ChrisFromTheBlock's user avatar
0 votes
1 answer
495 views

I am trying to modify current Powershell to point to Azure File Share. Currently, bottom Powershell is used in a local drive, but I would like to change to pointing to Azure File Share. param ( [...
Java's user avatar
  • 1,334
0 votes
0 answers
183 views

After provisioning an OpenShift cluster using the steps outlined in https://learn.microsoft.com/en-us/azure/openshift/tutorial-create-cluster and successfully deploying my application, I attempted to ...
Naren's user avatar
  • 1
0 votes
2 answers
320 views

We daily receive files to fileShare and it increases number of files save in that folder. So, ADF pipeline takes lot of time to pick the latest file. I want to know how to reduce the time that ...
Nipz's user avatar
  • 1
1 vote
1 answer
209 views

I am trying to make a route in flask which zips all the files under file share home directory and sends the zip as response. The code I have has some issue but I am not sure what is wrong here. The ...
tiger t's user avatar
  • 53
1 vote
1 answer
697 views

I have a simple React application created using create-react-app. I have an Azure Storage named storage1, and a file share named share1. Under share1 I have a couple of files, let's say file1.pdf and ...
tiger t's user avatar
  • 53