-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Azure App Service - add message for expired service principal #9972
Conversation
else | ||
{ | ||
else if(response.statusCode == 401) { | ||
deferred.reject(tl.loc('ExpiredServicePrincipal')); |
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.
currently not adding Service connection name / link. That requires a major change and will add based on customer asks.
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.
Should we add this check in v4 task too??
Will do it. Problem is I need to patch all the task versions that consumes that common module. |
Provide recommendation mesaage when SPN is invalid or expired.