Replies: 1 comment 2 replies
-
|
I don't see why it wouldn't be possible. Did you make sure to use the "--aux-tenants" switch when running your azure CLI command? As this is necessary to make use of RBAC permissions on other tenants with the deployment commands https://learn.microsoft.com/en-us/cli/azure/deployment/group?view=azure-cli-latest#az-deployment-group-create |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Can VNET Peering across Entra Tenants be configured using Bicep?
Does it exist any documentation on how to do it in Bicep? Took a look at AVM but could not see any examples there.
Working on implementing this in Bicep, we have no issues configuring VNET peering in subscriptions within the same tenant. However, when configuring this where Subscriptions are in different tenants, we get this;
_"...however the current tenant 'a' is not authorized to access linked subscription 'b' "
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions