Questions tagged [azure-file-share]

67 questions
0
votes
1 answer

Visual Studio C# connecting Azure blob and fileshare storage

I want to include in my application, written in Visual Studio 2022 using C#, a connection to Azure Cloud blob storage / fileshare storage and copy files there. I have also found a tutorial at Microsoft…
0
votes
1 answer

File Share Deletion (Azure ) failing ,how to fix?

I have a piece of code which iterates over file share and delete the file share, while deleting it may contain snapshots ,how do I delete file share as it keeps failing with Error Message like . "Unable to delete file share because one or more share…
Code_1993
  • 127
  • 1
  • 4
  • 16
0
votes
1 answer

Delete empty folders in azure file share storage using powershell script

I'm using the script below in order to delete all the files in an Azure File Share Storage that are older than 30 days. But now there are several empty folders and subfolders in this File Share Storage, is there a way to delete these empty…
0
votes
1 answer

Creating Static Persistent Volume in AKS using credentials in Azure Key Vault

I am currently following this guide here to create a PV using an existing Azure File Share: https://learn.microsoft.com/en-us/azure/aks/azure-files-volume The method is to store the storage account name and access key in a secret azure secret then…
0
votes
0 answers

Docker Azure File Share resource temporarily unavailable

I'm trying to mount an Azure File Share to my docker container. I found this blog that describes how to do this. https://medium.com/srcecde/mount-azure-file-storage-as-volume-on-docker-container-in-virtual-m-fc77a9fc5506 My problem is that I'm keep…
StuiterSlurf
  • 2,464
  • 4
  • 34
  • 55
0
votes
1 answer

How to integrate NLog to write log to Azure File Share in .NET

I can't seem to find any example of how to configure NLOG to write logs to Azure File Share file. Does anyone know how to do it? My app is a .NET 4.8 app. I am assuming i should include something like this in my App.config:
-1
votes
1 answer

How to get files from File Share in Storage Account that is in a disabled Student subscription

I have an Azure Student subscription that I moved from a directory to another, and the billing account still in the first directory. The problem is that when the subscription reached the limit and was disabled, I cannot reactivate it or upgrade…
1 2 3 4
5