You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an scenario where we need to move subscriptions to different tenant(s). It seems like the 'Microsoft.Subscription/changeTenantRequest@2024-08-01-preview' is intended for this. I tried running the following bicep:
According to the documentation, the destinationOwnerId can be the objectId or an Email Address. I tried both but always get an Invalid Template error. The inner exception is "Message=Required parameter DestinationEmailId not provided.". Has anyone used this template successfully, and can share any tips?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an scenario where we need to move subscriptions to different tenant(s). It seems like the 'Microsoft.Subscription/changeTenantRequest@2024-08-01-preview' is intended for this. I tried running the following bicep:
According to the documentation, the destinationOwnerId can be the objectId or an Email Address. I tried both but always get an Invalid Template error. The inner exception is "Message=Required parameter DestinationEmailId not provided.". Has anyone used this template successfully, and can share any tips?
Beta Was this translation helpful? Give feedback.
All reactions