108 questions
0
votes
1
answer
202
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
118
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
74
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
130
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
48
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
506
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
220
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
209
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
111
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
55
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
228
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
126
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/...