Hi @RyanMoravick
I did a quick search through documentation and came up with the following summarization:
- Go with Azure Blob Storage if you need a scalable, durable, and cost-effective solution for storing large amounts of data and you’re already invested in the Azure ecosystem.
- Go with HTTP API if you need real-time or near-real-time data access, flexibility in querying, and can manage the complexities of API rate limits and security.
So, it would most likely depend on your wants/needs for the use case.
Thanks,
David