How to connect to azure blob storage using service principal through springboot

Viewed 73

application properties

    client id=*****
    client secret=*****
    tenant id=*****
    adls account Name=****
    endpoint name=****
    filesystem=****
    account Key=*****

location path :

    test1/test2/test3/test4/test5/test6.csv 

How to connect azure location container using the service principal authentication in spring boot?

0 Answers
Related