Forum Discussion
Swati_Vishwanathan
Feb 25, 2024Copper Contributor
Create directory in Azure Storage-different experience in Azure Storage Explorer vs Window ISE app
Hi I observer different outcomes when attempting to create a directory on a container in ADLS Gen2. My current permissions here are Reader and Contributor. Azure Storage Explorer: I am authe...
Andrew_Allston
Feb 28, 2024Iron Contributor
Have you tried Visual Studio Code (Free in the MS App Store)? I have left the ISE in the dust for this exact reason, when you use ISE not all commands execute the same way, it can be very annoying. I might be wrong, but once I moved to VSC I haven't had those issues. Every script I have authored in VSC has executed as expected on other hosts... barring any other PowerShell versioning quirk...
- Swati_VishwanathanFeb 29, 2024Copper ContributorHi
I wanted to provide an update on this issue. Though I thought I was doing exactly the same thing in Storage Explorer and when running the script, it turned out that I was not. My authentication in the Explorer was at the storage accounts level. My authentication had the context of my access at storage account and blob container. When I set up a stand alone connection at only the blob container level, I noticed that I am not able to perform the operations.
The resolution was to modify my script. I provided the entire context that I was using in the explorer. Storage account> Container> directory