How do you view open azure file share files and close them?

Mark 0 Reputation points
2023-04-26T23:55:37.03+00:00

I would like to know how to view open Azure File Share Files and close them via GUI or Web Browser?

I am aware this can be done via PS but looking for a way to have our service desk perform actions without having to use PS.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,213 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
240 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Alan Kinane 16,806 Reputation points MVP
    2023-04-27T09:40:06.01+00:00

    It's not available in the Azure portal but there is an API for this if you wanted to build your own GUI for this perhaps?

    https://video2.skills-academy.com/en-us/rest/api/storageservices/list-handles

    https://video2.skills-academy.com/en-us/rest/api/storageservices/force-close-handles

    0 comments No comments