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
{{ message }}
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
UPDATE: I was able to resolve this issue by substituting the $appregname with the appId which was retrieved as part of the following step: appreg=$(az ad sp create-for-rbac --name ${appregname} --skip-assignment) && echo $appreg | jq
When I run the command: appregobjectid=$(az ad sp show --id $appregname --query objectId -o tsv) && echo $appregobjectid
I get the following message: ERROR: Service principal 'http://appregname' doesn't exist
Has anyone else run into this? If so, how have you been able to resolve it?
The text was updated successfully, but these errors were encountered:
UPDATE: I was able to resolve this issue by substituting the $appregname with the appId which was retrieved as part of the following step: appreg=$(az ad sp create-for-rbac --name ${appregname} --skip-assignment) && echo $appreg | jq
UPDATE: I was able to resolve this issue by substituting the $appregname with the appId which was retrieved as part of the following step:
appreg=$(az ad sp create-for-rbac --name ${appregname} --skip-assignment) && echo $appreg | jq
When I run the command:
appregobjectid=$(az ad sp show --id $appregname --query objectId -o tsv) && echo $appregobjectid
I get the following message:
ERROR: Service principal 'http://appregname' doesn't exist
Has anyone else run into this? If so, how have you been able to resolve it?
The text was updated successfully, but these errors were encountered: