How to authenticate azure using java with azure management or client libraries without directly using azure rest API's? and what are the jars required for this?
Please help with samples.
How to authenticate azure using java with azure management or client libraries without directly using azure rest API's? and what are the jars required for this?
Please help with samples.
If you want to use JAVA with Azure management for authentication, you can use the following two methods:
1.Create an instance of
ApplicationTokenCredentialsto supply the service principal credentials to the top-level Azure object from inside your code:2.File based authentication:
please check:here