diff --git a/src/azure-cli-core/azure/cli/core/intercept_survey.py b/src/azure-cli-core/azure/cli/core/intercept_survey.py index 5a9d8ac03e0..20d9c82fe11 100644 --- a/src/azure-cli-core/azure/cli/core/intercept_survey.py +++ b/src/azure-cli-core/azure/cli/core/intercept_survey.py @@ -81,8 +81,8 @@ def prompt_survey_message(cli): # prompt message print_styled_text((SURVEY_STYLE, NEW_LINE)) print_styled_text([ - (SURVEY_STYLE, f"[Survey] Help us improve Azure CLI by sharing your experience. " - f"This survey should take about 5 minutes. Run 'az survey' to " + (SURVEY_STYLE, f"[Survey] Tell us what you think of Azure CLI. " + f"This survey should take about 2 minutes. Run 'az survey' to " f"open in browser. Learn more at {_SURVEY_LEARN_MORE_URL}"), (SURVEY_STYLE, ERASE_IN_LINE) ])