Skip to content

Commit 7086d65

Browse files
authored
Update virtual-network-troubleshoot-peering-issues.md
Through a support case we actually got confirmed this theory - we were told it's _Portal bug_ but I see it rather as a _Portal limitation_. Maybe we could get more precision on this one, but I find it important to have the error message listed anyway, as the solution indeed applies. I was also thinking to link to Docs about how to enable (mention the `-useRemoteGateways` and `--use-remote-gateways` parameters), but I only see the list of parameters in [Manage vnet peering](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering) but no PowerShell/CLI details, and I'm not sure if this level of detail is desired?
1 parent 78b3652 commit 7086d65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/virtual-network/virtual-network-troubleshoot-peering-issues.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,14 @@ To resolve this issue, delete the peering from both virtual networks, and then r
231231

232232
To resolve this issue, configure the virtual network peering under **Azure Databricks**, and then specify the target virtual network by using **Resource ID**. For more information, see [Peer a Databricks virtual network to a remote virtual network](https://docs.azuredatabricks.net/administration-guide/cloud-configurations/azure/vnet-peering.html#id2).
233233

234+
### The remote virtual network lacks a gateway
235+
236+
This issue occurs when you peer vnets from different tenants and want to configure `Use Remote Gateways` afterwards. It is a limitation in Azure Portal that cannot validate presence of Vnet gateway in the other tenant's vnet.
237+
There are two ways to resolve the issue:
238+
239+
* Destroy the peerings and activate the `Use Remote Gateways` option during new peering creation
240+
* Enable the `Use Remote Gateways` through PowerShell or CLI
241+
234242
## Next steps
235243

236244
* [Troubleshooting connectivity problems between Azure VMs](https://docs.microsoft.com/azure/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms)

0 commit comments

Comments
 (0)