Is SQL Reporting Services available with Azure or any other azure newly introduced reporting services?

12,059

Reporting Services has been updated in SQL Server 2016, but it is not a standalone service in Azure. If you want a cloud based reporting service, you will need to create a VM that hosts the reporting server.

Share:
12,059
Libin M
Author by

Libin M

Updated on June 04, 2022

Comments

  • Libin M
    Libin M about 2 years

    I would like to know if Azure has introduced any Reporting tool corresponding to SQL Reporting Services or even if it does support SQL reporting services in cloud flavour like other newly introduce Azure services.

    I have a database hosted on Azure SQL and would like to run some reports on it. I have checked some links (SSRS vs Azure SQL Reporting - Cost and Implementation) saying that this feature (Windows Azure Reporting Services) has been discontinued but couldn't find any link confirming it from Microsoft.

    I would like to know if Azure does support creating reports from Azure SQL tables or Am I supposed to create a traditional Virtual Machine with SQL and reporting services running.

    Please let me know the best/feasible approach.

    Thanks in advance!

    Libin