Hi azure_learner ,
Azure Data Lake containers are sorted alphabetically by default, and there isn't a built-in feature to customize the order directly.
you can consider the following workaround:
Metadata or Tags: Use metadata or tags to indicate the order. While this won't change the display order in the Azure portal, it can help in programmatically managing and accessing the containers in the desired sequence.
Custom Application: Develop a custom application or script that lists the containers in the desired order. This application can fetch the container names and display them in the order you prefer.
Documentation: Maintain documentation or a reference guide for users to understand the intended order of the containers.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members. If you have any other questions or are still running into more issues, let me know in the "comments"