Terminate Express Route without Azure end user

Calvin Chu 0 Reputation points
2024-01-22T07:45:09.0533333+00:00

We have an ExpressRoute to our customer through a cloud connection provider. The customer has terminate our service and so we need to terminate the VXC connecting the ExpressRoute in cloud connection provider. But we got a problem that it requires to delete the setup in Azure first and we are not unable to get our customer to do it. The provider told us they can do nothing as it is Azure policy and leave us helpless. Is it true that we or provider cannot request to stop cloud connect to ExpressRoute if we cannot get the Azure user to delete the EexpressRoute setup by whatever reason?

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

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 24,231 Reputation points Microsoft Employee
    2024-01-23T03:45:33.3933333+00:00

    @Calvin Chu

    Thank you for reaching out.

    I understand you wish to deprovision the express route circuit but you ae unable to ask your customer to delete the setup in Azure first.

    Currently following are the steps required to deprovision an Express route circuit.

    • All virtual networks must be unlinked from the ExpressRoute circuit. If this operation fails, check to see if any virtual networks are linked to the circuit.
    • If the ExpressRoute circuit service provider provisioning state is Provisioning or Provisioned you must work with your service provider to deprovision the circuit on their side. We continue to reserve resources and bill you until the service provider completes deprovisioning the circuit and notifies us.
    • If the service provider deprovisioned the circuit, meaning the service provider provisioning state gets set to Not provisioned, you can delete the circuit. The billing for the circuit stops.

    This is currently documented here.

    You can ask the customer to unlink all the virtual networks associated with the express route circuit. To unlink the virtual networks they need to delete the connection as shown here. There is no need to delete any virtual network resource used by the customer. After the Virtual Networks are unlinked then the service provider can work on deprovisioning the circuit.

    Hope this helps! Please let me know if you have any additional questions. Thank you!

    ---------------Please "Accept the answer" if the information helped you. This will help us and others in the community as well.