Azure Blob Storage backup location
Create new Azure location
Convert to API format
@type t() :: %WeaviateEx.Backup.Location.Azure{ connection_string: String.t() | nil, container: String.t(), path: String.t() }
@spec new(String.t(), String.t(), keyword()) :: t()
@spec to_api(t()) :: map()