}
// get a context with filesystem that offers the portable BlobStore api
BlobStoreContext context = contextBuilder
.overrides(properties)
.modules(ImmutableSet.of(new JcloudsSlf4JLoggingModule()))
.buildView(BlobStoreContext.class);
// create container for transient store
if(profile.getProvider().equals(PROVIDER_TRANSIENT)) {
context.getBlobStore().createContainerInLocation(null, profile.getContainer());