Azure tfstate remote storage multi-tenant

As I’m progressing on my journey with TF I’ve hit a blocker which I would love some opinions on.

Our company has two Azure tenants, one in Commercial and one in GCC High. Our ADO is also in Commercial. I recently created a storage account in Commercial with the idea to create a central repo for myself and another engineer. It would be a container for all our TF state files plus builds and software for ansible to grab.

However, since I’m still using Azure CLI to run projects I cant auth to both tenants when running terraform apply.

I’m curious if anyone has faced this multi tenant issue and how they planned for it? Id like to stick to best practices and have it scalable for the future while keeping it simple.

Many Thanks,

Brad.