class ActiveStorage::Service::AzureStorageService

def uri_for(key)

def uri_for(key)
  client.generate_uri("#{container}/#{key}")
end