I used Azure Blob Storage, and this resolved the issue. Our app now contains Python files in the Databricks environment app that have access to Azure Blob Storage using Azure credentials.
I used Azure Blob Storage, and this resolved the issue. Our app now contains Python files in the Databricks app environment that have access to Azure Blob Storage using Azure credentials.
I’m also trying to find a solution. I’ve created folders and placed files in them, which I'm accessing from a Streamlit app. The app launches without any issues, but it’s unable to access the files stored in DBFS. I’d really appreciate it if you coul...