cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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