Questions tagged [fileshare]

252 questions
0
votes
1 answer

The following Code snippet doesn't return ShareUsageBytes

Get-AzRmStorageShare -ResourceGroupName "ResourceGroup" -StorageAccountName "StorageAccount" -GetShareUsage This is the code I am using, but with stand-ins for the actual RG and SAN name. this is the output I get Name …
Greyjedi
  • 23
  • 8
0
votes
1 answer

File Shares Azure AD without Azure AD DS

Im, looking to move on premise file servers into Azure as File Share but need to maintain the ability to mount them as network drives for the users. we want granular control and would like to use Identity-based access but it's not configured, do i…
0
votes
1 answer

Matillion: Delete files from Azure Blob Storage Container and Windows Fileshare

I have a use case where I am Transferring XML files from Windows fileshare to Azure Blob Storage and then loading data to Snowflake Tables. I am using Matillion to achieve this. The Windows Fileshare gets Zipped XML file which contains .xml and…
shiv.r
  • 1
  • 1
0
votes
1 answer

Reading an on premise file share from Java based azure web app

I have a java based azure web app which is trying to connect to an on premise file share and read a file from there. If I try locally its connecting with my ID. but when I am hosting it in the server its giving Access denied error. I cannot alter…
Sharon
  • 93
  • 1
  • 13
0
votes
1 answer

asp.net core blazor: Images / files on network share work for 1 minute, then stop working

My app stores and retrieves photo images from a network share. My dev machine is Windows 2018 running Visual Studio 2019 on VMWare. Images serve great when the app first opens. Then after around 1 minute (or so), the images 404. Basically, I'm…
0
votes
1 answer

How to remove files before a particular time period from azure file share

How to remove old files from Azure storage account's ** File Share** .Any AZ CLI command or a code that clears old files from file share in Azure ?
0
votes
0 answers

NFS Share Access Problem from Azure Data Factory

Want to connect a NFS Share to Data Factory. After inserting our share hostname, user and password, when we click to test connection, we receive the following error: Error occurred when trying to access the file in Folder…
0
votes
1 answer

Use the smbj module without authentication in Java

there is a little amount of actually useful examples for SMBJ on the internet and didn't find one for establishing a connection with an smb file share using Java & the smbj module. Can someone provide me with an example? thanks :)
0
votes
1 answer

How to create a leader board in repl.it python

I'm trying to make a game with a leaderboard, and I have the code that writes the high scores in a file, but when multiple people play the game, they have separate leaderboards. so basically, i'm asking if there's a way to have everyone share a file…
Haha6733
  • 69
  • 9
0
votes
1 answer

AKS File Share Persistent Mounting with Managed Identity - Having issue after key Rotation

Mounted Azure File shares in AKS deployments using Cluster UAMI with Reader & Storage account key operator service role. It was successfully mounted in all the POD replicas and able to create the files/list all the files of Azure file share from a…
Kalirajan
  • 1
  • 1
0
votes
1 answer

Is it possible to mount a single file/folder from Azure File Share to Azure Container Instance

I tried searching for a possible solution of how to mount a single file/folder from within the Azure File Share to an Azure Container Instance but didn't find any. I use Azure CLI to spawn an ACI to which I mount an Azure File Share. This File Share…
0
votes
0 answers

ListFilesAndDirectories() to fetch List of files present in Azure File Share is throwing error

For below Code Snippet ListFilesAndDirectories() is throwing error: //***** Get list of all files/directories on the file share *****// // List all files/directories under the root directory. Console.WriteLine("Getting list of all files/directories…
AYD
  • 1
0
votes
0 answers

Is there a way I can allow a specific process to also read a file while FileStream is opened?

My program opens a file for reading purposes and does not let other programs access its contents. This is exactly what I want to do, except another specific process also needs to read the file. I do not manage this process, so that would be ideal if…
0
votes
1 answer

How to reach azure blob container from pod(instead of azure file share)

I'm trying to reach Azure Blob Container from kubernetes pod without success. When I tried with FileShare it works as expected(when I change to Blob Container it fails) My kubernetes settings: spec: volumes: - name: test-data-proccessing …
0
votes
1 answer

Google drive handling

Hello programmers I am new in API integration I am wiling to develop a file sharing Asp.net MVC application with Google drive API. I have a idea of file upload, download and delete options but how can a user share any file by selecting from Grid…