Hi,
I have an existing Azure tenant via MSDN, and have used my MSDN developer benefits to create an O365 tenant. This in turn has given me another Azure tenant, but with no spend amount.
I have an AAD in both, and am wanting to write some Azure Functions to access Graph and SharePoint. I can create an App Registration in the newer Azure portal and grant
the Sites.Selected permission.
When I create my Azure Function in my original Azure tenant and try to configure Authentication, entering the details from my app registration I then get 'Application with ID <App ID> not found in the current tenant' - which is fair enough I guess.
How can I bring these two tenants together somehow so that I can combine my authentication and my spend amounts ? What have I done incorrectly so that I have to separate Azure tenants (or is this how it normally works?)
Regards
Andrew