Hello Alessandro Di Tocco
Yes, the File Store is available to Azure Databricks Community Edition users. You can access it by using the following steps:
- Go to the Azure portal and sign into your account.
- Click on the "Azure Databricks" blade.
- Click on the name of your Databricks workspace to open its details page.
- In the "Files" section, click on the "FileStore" tab.
- You will see a list of all the files and folders in your File Store.
You can also access the File Store using the Databricks CLI. To do this, you can use the following command:
dbfs ls
This command will list all the files and folders in your File Store.
You can also access the File Store using the Databricks REST API. To do this, you can use the following API endpoint:
https://<databricks-instance>/files/
You can use this API endpoint to list, create, read, update, and delete files and folders in your File Store.
I hope this helps! Let me know if you have any other questions.