-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve transient failure with creating Service Principals in MAG #122
Conversation
@@ -27,6 +27,19 @@ This process will build the user interface container image on your workstation u | |||
Log in using the Azure CLI | |||
|
|||
```BASH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these changes are unrelated to the PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just trying to cleanup the documentation some as I run across things that need to be fixed or modified for clarity. Should I not do that here in this PR?
…ure#122) * - Added code to account for SP transient error * - Added max wait for SP and messages * - Added wait login for SP objecut ID as well * - Fixed sample path in Azure Installation steps * - Removed trailing " setup_ezdeploy.sh cmd line example * - Modified loop logic * - Modified script example for clarity * - Updated loop logic for Service Principal creation * - Moved loop logic to function * - Added missing $ for variable usage Co-authored-by: Brooke Hamilton <[email protected]>
Description
Added code to provide wait after creating Service Principal. In MAG, querying for the AppId and ObjectId directly after executing the SP create fails a high percentage of the time with the error saying it could not find the requested Service Principal
Issue reference
The issue this PR will close: #106
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
shellcheck
.vscode/extensions.json
.)