cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
NaeemD
Level I

JMP connectivity with Microsoft Azure Blob Storage

Does JMP have a way to batch results from Azure Blob Storage? I remember there was a feature called a like a query tool to build an output from a database. Any suggestions would be greatly appreciated, thanks! 

1 REPLY 1
Craige_Hales
Super User

Re: JMP connectivity with Microsoft Azure Blob Storage

It looks like azure blobs can be accessed via URLs which you can use with open() or loadTextFile() in JSL and possibly with File->Open.

If there is security (password) you might want to use something like  https://pypi.org/project/azure-storage-blob/ , just looked it up and don't know how well it works. You'd write a small python program and call that from JMP.

 

Craige

Recommended Articles