StorageException for azure blob with java
问题 When i am trying create container for my storage i get StorageException. 1.I created azure account. 2.I created azure storage for blob 3.I wrotten simple test(below) 4.I made this code on local machine and got exception. What is wrong? public class Test { public static final String storageConnectionString = "DefaultEndpointsProtocol=https;" + "AccountName=my_account;" + "AccountKey=my_account_key"; public static void main(String[] args) throws StorageException, InvalidKeyException,