Get-AzDatalakeGen2ChildItem function the path (parameter) is case sensitive?

Ravi Sai Somasekhar Mahasiva 21 Reputation points
2022-10-18T10:37:53.457+00:00

Hi Team,
Could you please confirm, Get-AzDatalakeGen2ChildItem function the path (parameter) is case sensitive or not , we are using this function in PowerShell, to get the files and directory in the Azure storage account.

Eg: the folders and sub folders in storage account is not in proper format (there is upper case and lower case), we are trying to lower case the path, when we are doing it, we are getting an error as path not found. we want to know the path is case sensitive or not, do we need to pass the path as what was the path present in storage account?

Get-AzDatalakeGen2ChildItem - storage account -context - filesystem -path

we are using the above syntax, please let me know for any.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,944 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,462 questions
0 comments No comments
{count} votes

Accepted answer
  1. SaiKishor-MSFT 17,221 Reputation points
    2022-10-18T23:35:38.727+00:00

    @Ravi Sai Somasekhar Mahasiva Thank you for reaching out to Microsoft Q&A. I understand that you have questions regarding the case sensitivity for the Get-AzDatalakeGen2ChildItem path parameter.

    I tested this and confirmed that this parameter is case sensitive and requires it as it is in the Storage Account. Hope this helps. Please let me know if you have further questions and I will be glad to assist further. Thank you!

    Please let us know if you have any more questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Ravi Sai Somasekhar Mahasiva 21 Reputation points
    2022-10-26T04:51:57.493+00:00
    0 comments No comments