Unable to reproduce Feathr

Hussam 1 Reputation point
2022-06-13T08:32:54.847+00:00

I'm trying to reproduce Feathr feature store, I'm getting the issue while I'm calling the Feathr Client. While logging in to Azure Account I'm getting an error message
"Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application '04b07795-8ddb-461a-bbee-02f9e1bf7b46' in that tenant. The account needs to be added as an external user in the tenant first. Please use a different account."

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,102 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Hussam 1 Reputation point
    2022-06-13T08:39:55.657+00:00

    210723-screenshot-from-2022-06-13-13-45-03.png

    0 comments No comments

  2. JamesTran-MSFT 36,346 Reputation points Microsoft Employee
    2022-06-14T22:29:40.283+00:00

    @Hussam
    Thank you for following up on this!

    Error Message:
    `Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application '....02f9e1bf7b46' in that tenant. The account needs to be added as an external user in the tenant first. Please use a different account``

    From the error message, can you make sure that the user account you're trying to sign-in with exists within the same tenant as the application ending with 02f9e1bf7b46? If the user isn't apart of that application's tenant, you'll have to add the users first prior to accessing the app. Additionally, if you didn't use the Quick Start Template to deploy Feathr, I'd recommend making sure you have the correct variables set to ensure there aren't any issues within the feathr_config.yaml.

    211481-image.png

    If you did use the Quick Start Template, can you make sure you used the correct Principal ID when deploying Feathr: az ad signed-in-user show --query id -o tsv
    211416-image.png

    If you're still having issues, I'd also recommend reaching out to the Feathr community via their Slack Channel or by clicking the invitation link.

    If you have any other questions, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments