CoreLoggerFactory.getInstance().getLogger(LOGGER_NAME).info("{}",MessageFormatter.format("Done deleting container with name {}",containerName).getMessage());
returntrue;
}catch(BlobStorageExceptionex){
throwhandleBlobStoreException(500,"Failed to create blob container",ex);
throwhandleBlobStoreException(500,"Failed to delete blob container",ex);