Azure Express Route Connection

Charles Thivierge 4,141 Reputation points
2022-07-08T01:08:51.643+00:00

Hi,

We have an Express Route (standard sku) with 1 connection. We have added another connection. Another vNet in another Subscription in another Azure site but same geopolitical region. Everything has been deployed using Azure DevOps / Azure Pipelines.

I started by creating an Authorization in the Azure Express Route Circuit and then i have deployed the new connection using the Authorization.

The connection has been created succesfully and i can see that the circuit is the existing Express Route circuit and the authorization use status changed from Available to Used. But the new connection does not appear in the Express Route circuit in the "settings/connections". I can only see the first connection...

Am i missing something ?

The pipeline didn't had any error messages.

Thanks!

Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
410 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 48,576 Reputation points Microsoft Employee
    2022-07-08T13:27:39.503+00:00

    Hi @Anonymous ,

    We will not be able to see the connection under the ExpressRoute Circuit Connections page if the connected Vnet Gateway is in a different subscription.
    218963-image.png

    Refer: https://learn.microsoft.com/en-us/azure/expressroute/expressroute-howto-linkvnet-portal-resource-manager

    However, we can check the connection status from the Gateway side via Portal or PowerShell
    https://learn.microsoft.com/en-us/powershell/module/az.network/get-azexpressrouteconnection?view=azps-8.1.0

    Thanks,
    Kapil

    ----------------------------------------------------------------------------------------------------------------

    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.