Skip to main content
0 votes
1 answer
202 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
118 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
74 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
130 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
48 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
506 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
220 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
209 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
111 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
55 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
228 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
126 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

15 30 50 per page
1
2 3 4 5
8