Java code to read azure storage file in a jar type databricks job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 05:13 PM
I have a java application, packed as a jar, and will be used as jar dbx job.
This application need
1. read azure storage file, yaml format.
2. need to get passphrase, privatekey stored in dbx, in order to access a snowflake db
my questions are:
1. how to access/read azure storage file in my java code, does dbx have api to do that, any code example including authentication and read.
2. how to access/read secrets stored in dbx in my java code. any code example including authentication and read code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 08:58 AM
Hi @Retired_mod ,
Thanks for your info. I have several questions:
1. if my usecase is using SPN context, is there any thing need to change for the code.
2. what's the azure jar name and dbx jar name that I need to import, I am using gradle to build my application.

