Access SSRS portal and we service from another VM over same Vnet

Sarvesh Pandey 141 Reputation points
2021-03-04T07:44:50.187+00:00

We have configure SSRS on a VM and we are able to access Web Portal and Web Service URL through this VM.
There are other VM deployed and all of them are in the same Vnet but those other VM are unable to access SSRS web portal and Web Service.

What's the reason behind it and how to resolve this issue? In future, we are planning to use WVD on the same or different VNet, how to configure so we are able to access SSRS service from WVD on same or different Vnet.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,123 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,798 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Ulv 81 Reputation points
    2021-03-05T09:09:52.54+00:00

    Hey @Sarvesh Pandey

    This is quite straight forward I'll try to break it down.

    If it is in the same VNet, but separate Subnets you need to ensure that the Network Security Groups allow traffic 80 if no SSL and 443 if you are binding with SSL certificates, if you are using Private Endpoints, the NSG does not have to be configured.

    See this guidance to break down the requirements for the SSRS Azure VM (https://auntkathisql.com/2019/12/09/ssrs-azure-vm-checklist/)

    To reach the VM from the outside, I would recommend setting up an Azure Bastion, so that you can safely connect to your Azure VM with SSRS.

    74650-image.png

    Hope this helps

    Best regards,
    Ulv

    1 person found this answer helpful.
    0 comments No comments

  2. Olaf Helper 40,741 Reputation points
    2021-03-04T08:23:53.097+00:00

    but those other VM are unable to access SSRS web portal and Web Service.

    Sorry, but for me it is not clear what you mean here? In common VM's don't access SSRS, user do with a browser from a VM.
    What access SSRS and what happens/which error do you get?


  3. Lukas Yu -MSFT 5,816 Reputation points
    2021-03-05T08:57:57.947+00:00

    You need to configure the intranet, so the two VMs are in same domain. I am not very family with azure Vnet, but it should be following same theory.

    0 comments No comments