diff --git a/src/azure-cli-core/azure/cli/core/auth/landing_pages/error.html b/src/azure-cli-core/azure/cli/core/auth/landing_pages/error.html index a7998994c43..a06a6b2b2b2 100644 --- a/src/azure-cli-core/azure/cli/core/auth/landing_pages/error.html +++ b/src/azure-cli-core/azure/cli/core/auth/landing_pages/error.html @@ -3,9 +3,14 @@ Login failed + -

Authentication failed

+

Authentication failed

$error: $error_description. ($error_uri)

You can log an issue at Azure CLI GitHub Repository and we will assist you in resolving it.

diff --git a/src/azure-cli-core/azure/cli/core/auth/landing_pages/success.html b/src/azure-cli-core/azure/cli/core/auth/landing_pages/success.html index 874e72676e4..ed548da8778 100644 --- a/src/azure-cli-core/azure/cli/core/auth/landing_pages/success.html +++ b/src/azure-cli-core/azure/cli/core/auth/landing_pages/success.html @@ -2,11 +2,32 @@ - + Login successfully + -

You have logged into Microsoft Azure!

-

You can close this window, or we will redirect you to the Azure CLI documentation in 10 seconds.

+

You have logged into Microsoft Azure!

+

You can close this window, or we will redirect you to the Azure CLI documentation in 1 minute.

+

Announcements

+

[Windows only] Starting in May 2023, Azure CLI will authenticate using the Web Account Manager (WAM) broker by default.

+

To help us collect feedback on the new login experience, you may opt-in to use WAM by running the following commands:

+ + az config set core.allow_broker=true
+ az account clear
+ az login +