class ActiveStorage::Service::AzureBlobService

def delete_prefixed(prefix)

def delete_prefixed(prefix)
  instrument :delete_prefixed, prefix: prefix do
    client.delete_prefix(prefix)
  end
end