343536373839404142
location = args[0]; } Context ctx = new InitialContext(); BlobClient client = new BlobClient(location); ctx.rebind("syrupBlobClient", client); }