I want to create an application using java sdk that can create storage accounts on azure cloud. So the user needs to authenticate to azure resource manager via user credentials and after successful authentication, user is able to create a storage account via the application. Is there any way to access resource manager by using only user credentials via java sdk?
