109 questions
0
votes
0
answers
22
views
OkHttp + Azure File Share fails when Microsoft Defender VPN is active on Android
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:
...
0
votes
1
answer
225
views
Azure Resource Group is locked can't be deleted [closed]
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 ...
0
votes
1
answer
128
views
How to verify encryption at rest (CMK) for Azure Storage Account File Share contents?
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 ...
0
votes
1
answer
75
views
Unable to mount Virtual directory in IIS FTP site pointing to Azure FileShare
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 ...
0
votes
1
answer
136
views
Azure File Share sync with Blob (azcopy) gives 403
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 ...
1
vote
0
answers
52
views
Can't get my GitHub Actions workflow to work for self hosted persistent Weaviate container with Azure File Share
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 ...
0
votes
1
answer
54
views
Jmeter throwing a error : java.lang.LinkageError: Package versionsjava.lang.LinkageError: Package versions
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, ...
0
votes
1
answer
533
views
How to monitor IOPS and throughput in a Azure per File Share for Standard Disk
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 ...
0
votes
1
answer
229
views
Unable to Create Directory in Azure File Share Using Managed Identity with Node.js
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 ...
0
votes
1
answer
210
views
Azure ShareClient: This request is not authorized to perform this operation
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 ...
0
votes
1
answer
167
views
How to Use Azure File Share to Automatically Copy Files to Windows VMSS Instances?
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 ...
0
votes
2
answers
117
views
Az Storage file delete - x days old
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 ...
0
votes
1
answer
57
views
Same file stored on Azure File Share shows different last mod date on mounted disk (SMB) and in Azure Storage Explorer (REST) [closed]
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 ...
0
votes
1
answer
104
views
Error when python program reads a file from an Azure fileshare: "Signature did not match. String to sign used was r..."
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}%...
-1
votes
1
answer
230
views
Unable to mount fileshare as a network drive, even after connecting with P2S VPN
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 ...
0
votes
1
answer
132
views
Uploading a file to Azure File Storage
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/...
2
votes
1
answer
264
views
Downloading Files from Azure File Share C# .NET Framework 4.8 (Getting error from ShareDirectoryClient crashes when subdirectory detected)
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 ...
0
votes
2
answers
926
views
Azure File Share Access Issue: MissingRequiredHeader Error When Fetching File Properties
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 ...
0
votes
1
answer
119
views
How to copy the fileshare as-is between the storage accounts using ADF Copy data pipeline?
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 ...
0
votes
1
answer
980
views
Azure Container Apps: Volume mount fails
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 ...
0
votes
1
answer
252
views
How to get metadata (File Shares List) of the Storage account & configure the copy data activity for copying b/w storage accounts in the ADF?
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 ...
0
votes
1
answer
524
views
Synchronise Azure files to blob store
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.
0
votes
1
answer
83
views
Set-AzStorageFileContent saves strange line breaks
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....
0
votes
1
answer
74
views
A generic error occurred in GDI+ on Bitmap Save - Azure
I get "System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.' (on save)
" when running
private void SaveImage(string base64, string imageName)
{
using (...
1
vote
0
answers
111
views
AzCopy fails to copy/sync *some* files saying no PUT permission
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: ...
0
votes
1
answer
217
views
Forward slash being changed to "%2F" when deploying Azure Function
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/...
0
votes
1
answer
511
views
Manage Access to file shares Azure
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 ...
1
vote
1
answer
1k
views
Mount Azure file share to Azure app service
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 ...
0
votes
1
answer
556
views
Moving a file from Azure Blob Container to Azure File Share in Springboot Application
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 ...
0
votes
1
answer
170
views
Azure File Storage Premium Cost [closed]
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, ...
0
votes
1
answer
579
views
Azure Files with Private Endpoint over Azure VPN
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 ...
0
votes
1
answer
2k
views
Azure Logic connection with Azure file share while storage account is behind firewall
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 ...
0
votes
1
answer
739
views
How to mount a virtual disk inside Azure Container Instance?
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 ...
0
votes
1
answer
77
views
Use Control plane API to Create Share at Azure File with share key
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:...
0
votes
1
answer
270
views
how to copy the fileshare data between the subscriptions of storage accounts - scenario given in description
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
...
0
votes
1
answer
58
views
Azure Fileshares on a web page hosted from a VM
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 ...
0
votes
1
answer
823
views
API call to get Azure File Share storage details via PowerShell not working
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 ...
0
votes
1
answer
426
views
Not listing the files and folders inside the azure file share
$resourceGroupName = "xbackbonektadevmc-rg"
$storageAccName = "xfssaktamc601"
$fileShareName = "imagingcenter"
$directoryPath = "Software\KTA OPMT\KofaxTotalAgility-...
0
votes
1
answer
531
views
How to let local SQL see Azure file Share
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 ...
0
votes
2
answers
100
views
Need the Python process for assigning an AZURE BackupPolicy to a fileshare
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 ...
1
vote
0
answers
54
views
Mounting Azure File Share on linux docker container
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 ...
0
votes
0
answers
122
views
Is it possible for Azure File Share issues to manifest as "File being used elsewhere" System.IOExceptions
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 ...
1
vote
1
answer
366
views
unable to add azure fileshare to Recovery service vault backup policy through az cli command
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-...
0
votes
1
answer
165
views
Azure pipeline not able to deploy .ispac in file share folder on Azure storage account
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 ...
0
votes
1
answer
172
views
Using XmlSerializer with Azure ShareFileClient creates files of incorrect size
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 ...
0
votes
1
answer
495
views
How to express Azure File Share location using Powershell
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 ( [...
0
votes
0
answers
183
views
The PVC is stuck in a pending state in the Azure OpenShift cluster
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 ...
0
votes
2
answers
320
views
How to reduce the time taken by an ADF pipeline to read all the files in a FileShare and pick only the latest file
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 ...
1
vote
1
answer
209
views
How to zip all the files under azure storage file share and send the zip as response?
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 ...
1
vote
1
answer
697
views
Download file from Azure Storage file share using ReactJs
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 ...