Now that I have pritunl-link
working in both Azure and AWS, everything works except the Cloud Advertisement only for Azure. The issue that I am conflicted is the following:
I have 3 Resource Groups in Azure which hold 3 separate databases, another 3 Resource Groups for VM of different varieties, 1 Resource Group containing the VM of pritunl-link-dev-vm
, and finally have my 1 last Resource Group with our vnets. I tested pritunl-link
where the Cloud Advertisement worked where I had the Route Table AND the Virtual Network in the same Resource Group of letâs say pritunl-link-dev-rg
. However, best practices has it where the vnets are held in 1 Resource Group where other Resource Groups can reference. The error I receive:
Oct 10 04:58:28 pritunl-link-dev-vm pritunl-link[24625]: [2025-10-10 04:58:28]
[ERRO] â¶ ipsec: Failed to update route advertisementOct 10 04:58:28 pritunl-link-
dev-vm pritunl-link[24625]: azure: Azure networks request errorOct 10 04:58:28
pritunl-link-dev-vm pritunl-link[24625]: network.VirtualNetworksClient#Get:
Failure responding to request: StatusCode=404 â Original Error: autorest/azure:
Service returned an error. Status=404 Code=âResourceNotFoundâ Message=âThe
Resource âMicrosoft.Network/virtualNetworks/useast1-dev-vnetâ under resource group
âpritunl-link-dev-rgâ was not found. For more details please go to https://aka.ms/
ARMResourceNotFoundFixâ
Is it possible in pritunl-link
to input the Resource Group of where the vnet resides, or do I need to restructure my outlook of Resource Groups in Azure?