Hello,
I am new to Microsoft Azure AI Platform.
However, when trying to login to the platform, I get this error from "https://login.microsoftonline.com/common/federation/oauth2msa":
"Sign in
Sorry, but we’re having trouble signing you in.
AADSTS50020: User account 'jamesrhizon@gmail.com' from identity provider 'live.com' does not exist in tenant 'Microsoft' and cannot access the application 'cb2ff863-7f30-4ced-ab89-a00194bcf6d9'(Azure AI Studio App) in that tenant. The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account."
Additionally, I originally am hosting my app in Vercel which already uses OpenAI API. So, it may be useful to get assistance towards how I can go from this to Azure OpenAI service. I assume it should be straightforward (may just be variable name changes, etc.). Additionally, to optimize, I believe next step is to work with RAG for retrieval augmented generation in order to optimize accuracy of prompt with given documents. I think this would be my next step but wanted confirmation.