Skip to content
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

Merged
merged 11 commits into from
Apr 16, 2019

Conversation

vincent1173
Copy link
Contributor

@vincent1173 vincent1173 commented Mar 29, 2019

Provide recommendation mesaage when SPN is invalid or expired.

@vincent1173 vincent1173 added Area: Release Area: AzureAppService Label to monitor Azure App Service issues labels Mar 29, 2019
else
{
else if(response.statusCode == 401) {
deferred.reject(tl.loc('ExpiredServicePrincipal'));
Copy link
Contributor Author

@vincent1173 vincent1173 Mar 29, 2019

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.

Copy link
Contributor

@SumiranAgg SumiranAgg left a 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??

@vincent1173
Copy link
Contributor Author

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.

@vincent1173 vincent1173 requested a review from Ajay-MS as a code owner April 15, 2019 14:10
@vincent1173 vincent1173 merged commit 6877d2e into master Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: AzureAppService Label to monitor Azure App Service issues Area: Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants