Azure is blocking my angular.js routes (works on Aws & GCP)

Vernon Zidana 1 Reputation point
2022-05-17T07:10:53.693+00:00

Hello,

So I have this Angularjs (not newer angular) thats been running on Gcp and I am trying to migrate it to Azure. Right now I am testing it on an Azure VM but somehow some routes are working while others are not working. I am guessing that something is blocking the URLs and I need help figuring what that setting is. The app works on GCP and Aws without any issues.

URLs/route format that work : #something
URLs/route format that don't work : #something@somethingelse

I am suspecting that its a security issue with URLs.

I will appreciate your help

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
{count} votes

1 answer

Sort by: Most helpful
  1. srbhatta-MSFT 8,546 Reputation points Microsoft Employee
    2022-05-17T12:01:08.51+00:00

    Hello @Vernon Zidana , Thanks for reaching out to Microsoft QnA.
    May I know where did you open these ports for HTTP and HTTPS? Since the application is running on the VM, the ports need to opened both at the network security group level, as well as the OS firewall level of the VM to accept any sort of incoming requests.
    Let me know if the above helps?