Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you would like to know if you could attach VM from EastUS2 to a VNet in EastUS1
I am afraid that is not the case. EastUS2 VM cannot be linked to EastUS VM or any other region except EastUS2
Only regional resources can be associated to each other.
The "unit" used in Azure is "region", not locations (wrt Azure Regions Page)
While some documents may use the terms "location" and "region" interchangeably, it's just contextual and it refers to the list of regions only.
You can get the list of available regions using the command :
- https://learn.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest#az-account-list-locations
- az account list-locations -o table
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.