Here's my setup:
- SQL Azure DB - This is the PaaS solution, not SQL Server running on an Azure VM.
- Single Page App (Angular.js) hosted on Azure Web App.
My needs:
- I'd like to find a packaged solution where we could allow user-configured reporting that could be saved by the user, for running later. Output would ideally be either CSV or PDF.
Initial thoughts:
- Could we create a SQL Server installation on an Azure VM, and use SSRS with the SQL Azure DB as the data source?
- Are there third party solutions that could meet these needs?
My research so far has shown one answer... migrate your data to SQL Server running on Azure VM, and use SSRS that way.
Any additional suggestions? I'm reluctant to do a data migration if I can avoid it.