Azure Storage account details
Create new account struct and make sure account key is base64 decoded value.
@type t() :: %AzureStorage.Core.Account{key: String.t(), name: String.t()}
@spec new(String.t(), String.t()) :: {:ok, t()} | {:error, String.t()}