Skip to content

az login issue #32358

@AkrAussie

Description

@AkrAussie

Describe the bug

i cannot login using az login from my laptop, it pops for user account details, brings back tenant id and subscription, but then it does not recognize the tenant nor subscription.

Related command

az login

Errors

PS C:\Windows\system32> az login
Select the account you want to log in with. For more information on login with Azure CLI, see https://go.microsoft.com/fwlink/?linkid=2271136

Retrieving tenants and subscriptions for the selection...

[Tenant and subscription selection]

No Subscription name Subscription ID Tenant


[1] * Azure subscription 1 91c33e8a-ace9-4d5b-9b85-8209c7f0022d Default Directory

The default is marked with an *; the default tenant is 'Default Directory' and subscription is 'Azure subscription 1' (91c33e8a-ace9-4d5b-9b85-8209c7f0022d).

Select a subscription and tenant (Type a number or Enter for no changes):

Tenant: Default Directory
Subscription: Azure subscription 1 (91c33e8a-ace9-4d5b-9b85-8209c7f0022d)

[Announcements]
With the new Azure CLI login experience, you can select the subscription you want to use more easily. Learn more about it and its configuration at https://go.microsoft.com/fwlink/?linkid=2271236

If you encounter any problem, please open an issue at https://aka.ms/azclibug

[Warning] The login output has been updated. Please be aware that it no longer displays the full list of available subscriptions by default.

Issue script & Debug output

C:\Users\anilr>az login --debug
cli.knack.cli: Command arguments: ['login', '--debug']
cli.knack.cli: init debug log:
Enable color in terminal.
Enable VT mode.
cli.knack.cli: Event: Cli.PreExecute []
cli.knack.cli: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x0000020DA6C944A0>, <function OutputProducer.on_global_arguments at 0x0000020DA72298A0>, <function CLIQuery.on_global_arguments at 0x0000020DA727B7E0>]
cli.knack.cli: Event: CommandInvoker.OnPreCommandTableCreate []
cli.azure.cli.core: Modules found from index for 'login': ['azure.cli.command_modules.profile']
cli.azure.cli.core: Loading command modules:
cli.azure.cli.core: Name Load Time Groups Commands
cli.azure.cli.core: profile 0.012 2 8
cli.azure.cli.core: Total (1) 0.012 2 8
cli.azure.cli.core: Loaded 2 groups, 8 commands.
cli.azure.cli.core: Found a match in the command table.
cli.azure.cli.core: Raw command : login
cli.azure.cli.core: Command table: login
cli.knack.cli: Event: CommandInvoker.OnPreCommandTableTruncate [<function AzCliLogging.init_command_file_logging at 0x0000020DA917D080>]
cli.azure.cli.core.azlogging: metadata file logging enabled - writing logs to 'C:\Users\anilr.azure\commands\2025-10-31.13-20-22.login.7584.log'.
az_command_data_logger: command args: login --debug
cli.knack.cli: Event: CommandInvoker.OnPreArgumentLoad [<function register_global_subscription_argument..add_subscription_parameter at 0x0000020DA9A2E5C0>]
cli.knack.cli: Event: CommandInvoker.OnPostArgumentLoad []
cli.knack.cli: Event: CommandInvoker.OnPostCommandTableCreate [<function register_ids_argument..add_ids_arguments at 0x0000020DA9A58900>, <function register_cache_arguments..add_cache_arguments at 0x0000020DA9A58AE0>, <function register_upcoming_breaking_change_info..update_breaking_change_info at 0x0000020DA9A58B80>]
cli.knack.cli: Event: CommandInvoker.OnCommandTableLoaded []
cli.knack.cli: Event: CommandInvoker.OnPreParseArgs []
cli.knack.cli: Event: CommandInvoker.OnPostParseArgs [<function OutputProducer.handle_output_argument at 0x0000020DA7229940>, <function CLIQuery.handle_query_parameter at 0x0000020DA727B880>, <function register_ids_argument..parse_ids_arguments at 0x0000020DA9A589A0>]
cli.azure.cli.core.auth.persistence: build_persistence: location='C:\Users\anilr\.azure\msal_token_cache.bin', encrypt=True
cli.azure.cli.core.auth.binary_cache: load: C:\Users\anilr.azure\msal_http_cache.bin
urllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
msal.authority: Initializing with Entra authority: https://login.microsoftonline.com/organizations
msal.authority: openid_config("https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/organizations/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_secret_basic'], 'jwks_uri': 'https://login.microsoftonline.com/organizations/discovery/v2.0/keys', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_token_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_token token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microsoftonline.com/{tenantid}/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoint': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonline.com/organizations/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_logout_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/organizations/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud_graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', 'tid', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/organizations/kerberos', 'tenant_region_scope': None, 'cloud_instance_name': 'microsoftonline.com', 'cloud_graph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
msal.application: Broker enabled? True
msal.application: Falls back to broker._signin_interactively()
cli.azure.cli.core.auth.identity: Select the account you want to log in with. For more information on login with Azure CLI, see https://go.microsoft.com/fwlink/?linkid=2271136
msal.broker: [MSAL:0001] INFO SetAuthorityUri:78 Initializing authority from URI 'https://login.microsoftonline.com/organizations' without authority type, defaulting to MsSts
msal.broker: [MSAL:0002] INFO SetCorrelationId:259 Set correlation ID: b237058d-f022-4660-8ef9-0a69dfd3616b
msal.broker: [MSAL:0002] INFO ExecuteInteractiveRequest:1195 The original authority is 'https://login.microsoftonline.com/organizations'
msal.broker: [MSAL:0002] WARNING TryNormalizeRealm:2523 No HomeAccountId provided to normalize the realm
msal.broker: [MSAL:0002] INFO ExecuteInteractiveRequest:1206 The normalized realm is ''
msal.broker: [MSAL:0002] INFO ModifyAndValidateAuthParameters:216 Additional query parameter added successfully. Key: 'msal_client_sku' Value: 'MSAL.Python'
msal.broker: [MSAL:0002] INFO ModifyAndValidateAuthParameters:216 Additional query parameter added successfully. Key: 'msal_client_ver' Value: '1.34.0b1'
msal.broker: [MSAL:0002] INFO ModifyAndValidateAuthParameters:216 Additional query parameter added successfully. Key: 'msal_gui_thread' Value: 'true'
msal.broker: [MSAL:0002] INFO ModifyAndValidateAuthParameters:216 Additional query parameter added successfully. Key: 'msal_request_type' Value: 'consumer_passthrough'
msal.broker: [MSAL:0002] INFO ModifyAndValidateAuthParameters:239 Authority Realm: organizations
msal.broker: [MSAL:0002] WARNING TryEnqueueMsaDeviceCredentialAcquisitionAndContinue:1088 MsaDeviceOperationProvider is not available. Not attempting to register the device.
msal.broker: [MSAL:0003] WARNING ReturnResponseDueToMissingParameter:716 Attempted to read cache with a non-normalized realm, access token and ID token reads will fail
msal.broker: [MSAL:0003] WARNING ReturnResponseDueToMissingParameter:742 Missing Required parameters, but found no account to return.
msal.broker: [MSAL:0003] WARNING ReadAccountById:273 Account id is empty - account not found
msal.broker: [MSAL:0003] INFO GetCurrentWindowHandleForUIFlow:495 Specified brokerWindowHandle is valid.
msal.broker: [MSAL:0004] INFO SetAuthorityUri:78 Initializing authority from URI 'https://login.microsoftonline.com/consumers' without authority type, defaulting to MsSts
msal.broker: [MSAL:0004] INFO SetCorrelationId:259 Set correlation ID: b237058d-f022-4660-8ef9-0a69dfd3616b
msal.broker: [MSAL:0003] INFO SetCanonicalRealm:1241 Normalize realm to: 'f8cdef31-a31e-4b4a-93e4-5f571e91255a'
msal.broker: [MSAL:0003] INFO LogTelemetryData:441 Printing Telemetry for Correlation ID: b237058d-f022-4660-8ef9-0a69dfd3616b
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: start_time, Value: 2025-10-31T02:20:23.000Z
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: api_name, Value: SignInInteractively
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: was_request_throttled, Value: false
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: authority_type, Value: MSA
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: access_token_expiry_time, Value: 2025-10-31T03:42:30.000Z
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: msal_version, Value: 1.1.0+local
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: client_id, Value: 04b07795-8ddb-461a-bbee-02f9e1bf7b46
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: wam_cached_time_diff, Value: 301
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: correlation_id, Value: b237058d-f022-4660-8ef9-0a69dfd3616b
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: broker_app_used, Value: true
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: stop_time, Value: 2025-10-31T02:20:31.000Z
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: msalruntime_version, Value: 0.18.1
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: original_authority, Value: https://login.microsoftonline.com/organizations
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: request_eligible_for_broker, Value: true
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: additional_query_parameters_count, Value: 4
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: read_token_last_error, Value: missing required parameter
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: auth_flow, Value: Broker
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: ui_event_count, Value: 1
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: wam_telemetry, Value: {"x_ms_clitelem":"1,0,0,,","ui_visible":false,"tenant_id":"f8cdef31-a31e-4b4a-93e4-5f571e91255a","scope":"https://management.core.windows.net//.default offline_access openid profile","redirect_uri":"ms-appx-web://Microsoft.AAD.BrokerPlugin/04b07795-8ddb-461a-bbee-02f9e1bf7b46","provider_id":"https://login.windows.net","is_guest_user_logon_token_request":false,"is_guest_user_logon_session":false,"is_guest_resource_scenario":true,"idp":"live.com","http_status":200,"http_event_count":1,"http_content_type":"application/json; charset=utf-8","http_content_size":7962,"device_join":"not_joined","correlation_id":"{b237058d-f022-4660-8ef9-0a69dfd3616b}","client_id":"04b07795-8ddb-461a-bbee-02f9e1bf7b46","ccs_failover_v2":"1.P","cache_event_count":0,"broker_version":"10.0.26100.6725","authority":"https://login.microsoftonline.com/organizations","api_error_code":0,"account_join_on_start":"not_joined","account_join_on_end":"not_joined","silent_code":0,"silent_bi_sub_code":0,"silent_message":"","silent_mats":{"x_ms_clitelem":"1,0,0,,","ui_visible":false,"tenant_id":"f8cdef31-a31e-4b4a-93e4-5f571e91255a","scope":"https://management.core.windows.net//.default offline_access openid profile","redirect_uri":"ms-appx-web://Microsoft.AAD.BrokerPlugin/04b07795-8ddb-461a-bbee-02f9e1bf7b46","provider_id":"https://login.windows.net","is_guest_user_logon_token_request":false,"is_guest_user_logon_session":false,"is_guest_resource_scenario":true,"idp":"live.com","http_status":200,"http_event_count":1,"http_content_type":"application/json; charset=utf-8","http_content_size":7962,"device_join":"not_joined","correlation_id":"{b237058d-f022-4660-8ef9-0a69dfd3616b}","client_id":"04b07795-8ddb-461a-bbee-02f9e1bf7b46","ccs_failover_v2":"1.P","cache_event_count":0,"broker_version":"10.0.26100.6725","authority":"https://login.microsoftonline.com/organizations","api_error_code":0,"account_join_on_start":"not_joined","account_join_on_end":"not_joined"},"silent_status":0,"is_cached":0}
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: transfer_token_request, Value: succeeded
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: transfer_token_added, Value: true
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: tenant_id, Value: f8cdef31-a31e-4b4a-93e4-5f571e91255a
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: normalized_realm, Value: f8cdef31-a31e-4b4a-93e4-5f571e91255a
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: storage_read, Value: DAMD|DAC
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: write_token, Value: AT|ID
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: storage_write, Value: DAT|DID|DAC|DAC
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: is_successful, Value: true
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: authorization_type, Value: Interactive
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: api_error_context, Value: PII logging enabled on client.
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: transfer_token_error, Value: PII logging enabled on client.
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: server_suberror_code, Value: PII logging enabled on client.
msal.broker: [MSAL:0003] INFO LogTelemetryData:449 Key: request_duration, Value: 8135
msal.broker: [MSAL:0003] INFO LogTelemetryData:454 Printing Execution Flow:
msal.broker: [MSAL:0003] INFO LogTelemetryData:462 {"t":"646u1","tid":2,"ts":0,"l":2},{"t":"4s7ub","tid":2,"ts":2,"l":2},{"t":"4sufd","tid":2,"ts":2,"s":2,"l":2},{"t":"4swgg","tid":2,"ts":2,"s":1,"l":2},{"t":"4swgf","tid":2,"ts":2,"s":1,"l":2},{"t":"4swgi","tid":3,"ts":3,"s":1,"l":2},{"t":"8dqim","tid":3,"ts":3,"l":2},{"t":"8dqkl","tid":3,"ts":3,"l":2,"a":9,"ie":0},{"t":"4ly8o","tid":3,"ts":4,"l":2},{"t":"54uxe","tid":2,"ts":4,"l":2},{"t":"4wqnh","tid":4,"ts":5482,"l":2},{"t":"8dqmh","tid":4,"ts":5511,"l":2},{"t":"8dqme","tid":4,"ts":5511,"l":2},{"t":"4wqm9","tid":4,"ts":5511,"l":2},{"t":"4o9ak","tid":4,"ts":5511,"l":2},{"t":"4o9ai","tid":4,"ts":5519,"l":2},{"t":"8dql1","tid":4,"ts":6681,"l":2},{"t":"4qopd","tid":4,"ts":6681,"l":2},{"t":"6myt3","tid":4,"ts":6681,"l":2},{"t":"6m026","tid":4,"ts":6681,"l":2},{"t":"6m028","tid":4,"ts":6681,"l":2},{"t":"8dqmj","tid":4,"ts":6681,"l":2},{"t":"4wqm9","tid":4,"ts":6681,"l":2},{"t":"4o9ak","tid":4,"ts":6681,"l":2},{"t":"4o9ai","tid":4,"ts":6682,"l":2},{"t":"8dql1","tid":4,"ts":8035,"l":2},{"t":"4qopb","tid":4,"ts":8035,"l":2},{"t":"8dqkn","tid":4,"ts":8035,"l":2,"a":5,"ie":1},{"t":"8dqko","tid":4,"ts":8035,"l":2,"a":9,"ie":1},{"t":"8dqkr","tid":4,"ts":8035,"l":2},{"t":"4sufd","tid":4,"ts":8035,"s":2,"l":2},{"t":"4swgg","tid":4,"ts":8035,"s":2,"l":2},{"t":"4swgf","tid":4,"ts":8035,"s":1,"l":2},{"t":"4swgi","tid":3,"ts":8035,"s":2,"l":2},{"t":"8b2yn","tid":3,"ts":8035,"l":2},{"t":"8dqlh","tid":3,"ts":8035,"l":2},{"t":"8dqli","tid":3,"ts":8035,"l":2},{"t":"8dqln","tid":3,"ts":8035,"l":2},{"t":"8dqih","tid":3,"ts":8035,"l":2},{"t":"5i16b","tid":3,"ts":8036,"l":2},{"t":"4qnna","tid":3,"ts":8036,"l":2,"a":2,"ie":0},{"t":"4qnm9","tid":3,"ts":8039,"l":2,"a":2,"ie":1},{"t":"4qnnm","tid":3,"ts":8039,"l":2,"a":3,"ie":0},{"t":"4myjh","tid":3,"ts":8053,"l":2},{"t":"4myjg","tid":3,"ts":8056,"l":2},{"t":"4myjf","tid":3,"ts":8057,"l":2},{"t":"4myjh","tid":3,"ts":8071,"l":2},{"t":"4myjg","tid":3,"ts":8072,"l":2},{"t":"4myjf","tid":3,"ts":8073,"l":2},{"t":"4qnnl","tid":3,"ts":8073,"l":2,"a":3,"ie":1},{"t":"4qnng","tid":3,"ts":8073,"l":2,"a":2,"ie":0},{"t":"4qnnf","tid":3,"ts":8075,"l":2,"a":2,"ie":1},{"t":"4qnne","tid":3,"ts":8075,"l":2,"a":3,"ie":0},{"t":"4myjh","tid":3,"ts":8075,"l":2},{"t":"4myjg","tid":3,"ts":8076,"l":2},{"t":"4myjf","tid":3,"ts":8077,"l":2},{"t":"4qnnd","tid":3,"ts":8077,"l":2,"a":3,"ie":1},{"t":"8dqi6","tid":3,"ts":8093,"l":2},{"t":"4qnne","tid":3,"ts":8093,"l":2,"a":3,"ie":0},{"t":"4myjh","tid":3,"ts":8094,"l":2},{"t":"4myjg","tid":3,"ts":8095,"l":2},{"t":"4myjf","tid":3,"ts":8096,"l":2},{"t":"4qnnd","tid":3,"ts":8096,"l":2,"a":3,"ie":1},{"t":"6xuag","tid":3,"ts":8096,"l":2},{"t":"4waym","tid":3,"ts":8096,"l":2}
msal.token_cache: event={
"_account_id": "00000000-0000-0000-61b4-fff366057d67.9188040d-6c67-4c5b-b112-36a304b66dad.f8cdef31-a31e-4b4a-93e4-5f571e91255a",
"client_id": "04b07795-8ddb-461a-bbee-02f9e1bf7b46",
"data": {},
"environment": "login.microsoftonline.com",
"grant_type": "broker",
"response": {
"_account_id": "00000000-0000-0000-61b4-fff366057d67.9188040d-6c67-4c5b-b112-36a304b66dad.f8cdef31-a31e-4b4a-93e4-5f571e91255a",
"_msalruntime_telemetry": {
"DATA LIMITED": "Full MSALRuntime telemetry not yet implemented",
"api_error_context": "Error context redacted, value may be written to log.",
"api_name": "SignInInteractively",
"broker_app_used": "true",
"client_id": "04b07795-8ddb-461a-bbee-02f9e1bf7b46",
"correlation_id": "b237058d-f022-4660-8ef9-0a69dfd3616b",
"is_successful": "true",
"msal_version": "1.1.0+local",
"msalruntime_version": "0.18.1",
"transfer_token_added": "true",
"transfer_token_request": "succeeded"
},
"access_token": "",
"client_info": "eyJ1aWQiOiIwMDAwMDAwMC0wMDAwLTAwMDAtNjFiNC1mZmYzNjYwNTdkNjciLCJ1dGlkIjoiOTE4ODA0MGQtNmM2Ny00YzViLWIxMTItMzZhMzA0YjY2ZGFkIiwiY2xvdWRfaW5zdGFuY2VfbmFtZSI6Im1pY3Jvc29mdG9ubGluZS5jb20iLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJhaXhzdWphdGhhQGhvdG1haWwuY29tIn0",
"expires_in": 4919,
"id_token": "
",
"id_token_claims": "********",
"scope": "https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default",
"token_type": "bearer"
},
"scope": [
"https://management.core.windows.net//user_impersonation",
"https://management.core.windows.net//.default"
],
"token_endpoint": "https://login.microsoftonline.com/organizations/oauth2/v2.0/token"
}
msal.broker: [MSAL:0003] INFO operator ():271 Attempting to hydrate properties in the home account after a guest SignIn
msal.broker: [MSAL:0003] INFO SetCorrelationId:259 Set correlation ID: b237058d-f022-4660-8ef9-0a69dfd3616b
msal.broker: [MSAL:0003] INFO EnqueueBackgroundRequest:1036 The original authority is 'https://login.microsoftonline.com/common'
msal.broker: [MSAL:0003] INFO ModifyAndValidateAuthParameters:216 Additional query parameter added successfully. Key: 'msal_client_sku' Value: 'MSAL.Python'
msal.broker: [MSAL:0003] INFO ModifyAndValidateAuthParameters:216 Additional query parameter added successfully. Key: 'msal_client_ver' Value: '1.34.0b1'
msal.broker: [MSAL:0003] INFO ModifyAndValidateAuthParameters:216 Additional query parameter added successfully. Key: 'msal_gui_thread' Value: 'true'
msal.broker: [MSAL:0003] INFO ModifyAndValidateAuthParameters:216 Additional query parameter added successfully. Key: 'msal_request_type' Value: 'consumer_passthrough'
msal.broker: [MSAL:0003] INFO ModifyAndValidateAuthParameters:239 Authority Realm: common
msal.broker: [MSAL:0003] WARNING TryEnqueueMsaDeviceCredentialAcquisitionAndContinue:1088 MsaDeviceOperationProvider is not available. Not attempting to register the device.
msal.broker: [MSAL:0005] INFO SetCanonicalRealm:1241 Normalize realm to: '9188040d-6c67-4c5b-b112-36a304b66dad'
msal.broker: [MSAL:0005] INFO TryUseStorage:146 Try to read account from universal storage.
msal.broker: [MSAL:0005] INFO StorageTokenResponse:84 StorageTokenResponse account constructor invoked. This is only expected in Runtime flows
msal.broker: [MSAL:0005] WARNING StorageTokenResponse:15 No credentials found in the cache
msal.broker: [MSAL:0005] WARNING DiscardAccessAndIdTokensIfUnusable:854 No id token found in the cache
msal.broker: [MSAL:0005] WARNING DiscardAccessAndIdTokensIfUnusable:873 No access token found in the cache
msal.broker: [MSAL:0005] WARNING GetPlatformPropertiesFromStorage:2055 No account found in cache.

Retrieving tenants and subscriptions for the selection...
urllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
msal.authority: Initializing with Entra authority: https://login.microsoftonline.com/organizations
msal.authority: openid_config("https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/organizations/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_secret_basic'], 'jwks_uri': 'https://login.microsoftonline.com/organizations/discovery/v2.0/keys', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_token_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_token token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microsoftonline.com/{tenantid}/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoint': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonline.com/organizations/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_logout_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/organizations/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud_graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', 'tid', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/organizations/kerberos', 'tenant_region_scope': None, 'cloud_instance_name': 'microsoftonline.com', 'cloud_graph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
msal.application: Broker enabled? True
msal.broker: [MSAL:0005] ERROR ErrorInternalImpl:134 Created an error: 7q6cd, StatusInternal::ApiContractViolation, InternalEvent::None, Error Code 2156265473, Context 'Error'
msal.broker: [MSAL:0005] INFO LogTelemetryData:441 Printing Telemetry for Correlation ID: b237058d-f022-4660-8ef9-0a69dfd3616b
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: start_time, Value: 2025-10-31T02:20:31.000Z
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: api_name, Value: AcquireTokenSilently
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: was_request_throttled, Value: false
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: authority_type, Value: MSA
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: msal_version, Value: 1.1.0+local
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: api_status_code, Value: StatusInternal::ApiContractViolation
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: client_id, Value: 04b07795-8ddb-461a-bbee-02f9e1bf7b46
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: correlation_id, Value: b237058d-f022-4660-8ef9-0a69dfd3616b
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: broker_app_used, Value: true
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: stop_time, Value: 2025-10-31T02:20:31.000Z
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: all_error_tags, Value: 7q6cd|7q6cd
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: msalruntime_version, Value: 0.18.1
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: original_authority, Value: https://login.microsoftonline.com/common
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: request_eligible_for_broker, Value: true
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: additional_query_parameters_count, Value: 4
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: normalized_realm, Value: 9188040d-6c67-4c5b-b112-36a304b66dad
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: storage_read, Value: DAC
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: is_successful, Value: false
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: wam_telemetry, Value: {"perf":"{"n":"pwtr","t":["0","62"],"s":[{"n":"rt","t":["0","15"],"s":[{"n":"at","t":["0","0"]}]}]}","correlation_id":"b237058d-f022-4660-8ef9-0a69dfd3616b","wam_blob_version":"2","client_id":"04b07795-8ddb-461a-bbee-02f9e1bf7b46","scope":"scope=https://management.core.windows.net//.default openid profile&telemetry=%2A&api-version=2.0&x-client-src-SKU=%2A&oauth2_batch=%2A&x-client-SKU=%2A&uaid=b237058d-f022-4660-8ef9-0a69dfd3616b&x-client-info=%2A&x-client-OS=%2A&clientid=04b07795-8ddb-461a-bbee-02f9e1bf7b46&x-client-Ver=%2A","authority":"consumers","provider_id":"https://login.microsoft.com","client_binary_version":"55","broker_version":"10.0.26100.6725","wam_account_on_start":"supplied","prompt_behavior":"none","api_error_code":"-2138701823","ui_visible":"false","ui_allowed":"false","server_error_code":"-2138701823","account_id":"","silent_code":0,"silent_bi_sub_code":0,"silent_message":"","silent_status":0,"is_cached":0}
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: auth_flow, Value: Broker
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: broker_error_location, Value: 7q6cd
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: api_error_code, Value: 2156265473
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: server_suberror_code, Value: PII logging enabled on client.
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: api_error_tag, Value: 7q6cd
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: api_error_context, Value: PII logging enabled on client.
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: authorization_type, Value: WindowsIntegratedAuth
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: transfer_token_error, Value: PII logging enabled on client.
msal.broker: [MSAL:0005] INFO LogTelemetryData:449 Key: request_duration, Value: 192
msal.broker: [MSAL:0005] INFO LogTelemetryData:454 Printing Execution Flow:
msal.broker: [MSAL:0005] INFO LogTelemetryData:462 {"t":"4s7uc","tid":3,"ts":0,"l":2},{"t":"4sufd","tid":3,"ts":1,"s":2,"l":2},{"t":"4swgg","tid":3,"ts":1,"s":3,"l":2},{"t":"4swgf","tid":3,"ts":1,"s":1,"l":2},{"t":"4swgi","tid":5,"ts":1,"s":3,"l":2},{"t":"8b2yn","tid":5,"ts":1,"l":2},{"t":"8dqkx","tid":5,"ts":1,"l":2},{"t":"4q2di","tid":5,"ts":2,"l":2},{"t":"4qnng","tid":5,"ts":2,"l":2,"a":2,"ie":0},{"t":"4qnnf","tid":5,"ts":4,"l":2,"a":2,"ie":1},{"t":"8dqit","tid":5,"ts":4,"l":2},{"t":"8b2ht","tid":5,"ts":4,"l":2},{"t":"4qnno","tid":5,"ts":4,"l":2,"a":2,"ie":0},{"t":"4qnnn","tid":5,"ts":4,"l":2,"a":2,"ie":1},{"t":"8dqiq","tid":5,"ts":5,"l":2},{"t":"8dqir","tid":5,"ts":5,"l":2},{"t":"8b2hu","tid":5,"ts":5,"l":2},{"t":"5b8fg","tid":5,"ts":16,"l":2},{"t":"8dqk0","tid":5,"ts":16,"l":2},{"t":"4qnng","tid":5,"ts":16,"l":2,"a":2,"ie":0},{"t":"4qnnf","tid":5,"ts":16,"l":2,"a":2,"ie":1},{"t":"8dqjd","tid":5,"ts":16,"l":2},{"t":"694nj","tid":5,"ts":17,"l":2,"a":10,"ie":0},{"t":"4n641","tid":5,"ts":17,"l":2},{"t":"4wqnh","tid":5,"ts":17,"l":2},{"t":"4vw1c","tid":5,"ts":22,"l":2},{"t":"4vw1b","tid":5,"ts":22,"l":2},{"t":"4wqnk","tid":5,"ts":22,"l":2},{"t":"4wqni","tid":5,"ts":36,"l":2},{"t":"4ygv8","tid":5,"ts":72,"l":2},{"t":"4ygv8","tid":5,"ts":72,"l":2},{"t":"4wqnh","tid":5,"ts":72,"l":2},{"t":"4wqni","tid":5,"ts":76,"l":2},{"t":"4ygwa","tid":5,"ts":110,"l":2},{"t":"4yswb","tid":5,"ts":110,"l":2},{"t":"4ygwh","tid":5,"ts":110,"l":2},{"t":"4vw1a","tid":5,"ts":110,"l":2},{"t":"4wqm5","tid":5,"ts":110,"l":2},{"t":"4wqm6","tid":5,"ts":110,"l":2},{"t":"4u9jc","tid":5,"ts":189,"l":2},{"t":"6m025","tid":5,"ts":190,"l":2},{"t":"58yep","tid":5,"ts":190,"l":2},{"t":"694nk","tid":5,"ts":190,"l":2,"a":10,"ie":1},{"t":"8dqk1","tid":5,"ts":191,"l":2},{"t":"646u1","tid":5,"ts":191,"l":2}
cli.azure.cli.core.auth.credential_adaptor: CredentialAdaptor.get_token_info: scopes=('https://management.core.windows.net//.default',), options={}
cli.azure.cli.core.auth.msal_credentials: UserCredential.acquire_token: scopes=['https://management.core.windows.net//.default'], claims_challenge=None, kwargs={}
msal.application: Cache hit an AT
msal.telemetry: Generate or reuse correlation_id: 52581f29-ee01-44bf-a4f2-ce24a705c85a
cli.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/tenants?api-version=2022-12-01'
cli.azure.cli.core.sdk.policies: Request method: 'GET'
cli.azure.cli.core.sdk.policies: Request headers:
cli.azure.cli.core.sdk.policies: 'Accept': 'application/json'
cli.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '272f5d9a-b600-11f0-bae6-0072eeacc7d0'
cli.azure.cli.core.sdk.policies: 'CommandName': 'login'
cli.azure.cli.core.sdk.policies: 'ParameterSetName': '--debug'
cli.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.78.0 (MSI) azsdk-python-core/1.35.0 Python/3.13.7 (Windows-11-10.0.26200-SP0)'
cli.azure.cli.core.sdk.policies: 'Authorization': ''
cli.azure.cli.core.sdk.policies: Request body:
cli.azure.cli.core.sdk.policies: This request has no body
urllib3.connectionpool: Starting new HTTPS connection (1): management.azure.com:443
urllib3.connectionpool: https://management.azure.com:443 "GET /tenants?api-version=2022-12-01 HTTP/1.1" 200 312
cli.azure.cli.core.sdk.policies: Response status: 200
cli.azure.cli.core.sdk.policies: Response headers:
cli.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Content-Length': '312'
cli.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
cli.azure.cli.core.sdk.policies: 'Expires': '-1'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-tenant-reads': '2199'
cli.azure.cli.core.sdk.policies: 'x-ms-request-id': '567d3e09-cd91-48eb-9fcc-6e0ec88c6ccb'
cli.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '567d3e09-cd91-48eb-9fcc-6e0ec88c6ccb'
cli.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'JAPANEAST:20251031T022031Z:567d3e09-cd91-48eb-9fcc-6e0ec88c6ccb'
cli.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
cli.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
cli.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
cli.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: F029246AD76A4870A6C8933D245982E0 Ref B: SYD03EDGE1013 Ref C: 2025-10-31T02:20:31Z'
cli.azure.cli.core.sdk.policies: 'Date': 'Fri, 31 Oct 2025 02:20:30 GMT'
cli.azure.cli.core.sdk.policies: Response content:
cli.azure.cli.core.sdk.policies: {"value":[{"id":"/tenants/1aac2a06-9c49-426b-ae3c-5ac4f2c22933","tenantId":"1aac2a06-9c49-426b-ae3c-5ac4f2c22933","countryCode":"IN","displayName":"Default Directory","domains":["aixsujathahotmail.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"aixsujathahotmail.onmicrosoft.com","tenantType":"AAD"}]}
cli.azure.cli.core._profile: Finding subscriptions under tenant 1aac2a06-9c49-426b-ae3c-5ac4f2c22933 'Default Directory'
urllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
msal.authority: Initializing with Entra authority: https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933
msal.authority: openid_config("https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933/v2.0/.well-known/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_secret_basic'], 'jwks_uri': 'https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933/discovery/v2.0/keys', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_token_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_token token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoint': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_logout_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud_graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', 'tid', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/1aac2a06-9c49-426b-ae3c-5ac4f2c22933/kerberos', 'tenant_region_scope': 'AS', 'cloud_instance_name': 'microsoftonline.com', 'cloud_graph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
msal.application: Broker enabled? True
cli.azure.cli.core.auth.credential_adaptor: CredentialAdaptor.get_token_info: scopes=('https://management.core.windows.net//.default',), options={}
cli.azure.cli.core.auth.msal_credentials: UserCredential.acquire_token: scopes=['https://management.core.windows.net//.default'], claims_challenge=None, kwargs={}
msal.application: Cache hit an AT
msal.telemetry: Generate or reuse correlation_id: d688e342-7954-4640-a293-b42485f86184
cli.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions?api-version=2022-12-01'
cli.azure.cli.core.sdk.policies: Request method: 'GET'
cli.azure.cli.core.sdk.policies: Request headers:
cli.azure.cli.core.sdk.policies: 'Accept': 'application/json'
cli.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '272f5d9a-b600-11f0-bae6-0072eeacc7d0'
cli.azure.cli.core.sdk.policies: 'CommandName': 'login'
cli.azure.cli.core.sdk.policies: 'ParameterSetName': '--debug'
cli.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.78.0 (MSI) azsdk-python-core/1.35.0 Python/3.13.7 (Windows-11-10.0.26200-SP0)'
cli.azure.cli.core.sdk.policies: 'Authorization': '
'
cli.azure.cli.core.sdk.policies: Request body:
cli.azure.cli.core.sdk.policies: This request has no body
urllib3.connectionpool: Starting new HTTPS connection (1): management.azure.com:443
urllib3.connectionpool: https://management.azure.com:443 "GET /subscriptions?api-version=2022-12-01 HTTP/1.1" 200 524
cli.azure.cli.core.sdk.policies: Response status: 200
cli.azure.cli.core.sdk.policies: Response headers:
cli.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Content-Length': '524'
cli.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
cli.azure.cli.core.sdk.policies: 'Expires': '-1'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-tenant-reads': '249'
cli.azure.cli.core.sdk.policies: 'x-ms-request-id': '68018da0-4ef2-4601-9c97-2e1d94f34720'
cli.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '68018da0-4ef2-4601-9c97-2e1d94f34720'
cli.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'AUSTRALIAEAST:20251031T022031Z:68018da0-4ef2-4601-9c97-2e1d94f34720'
cli.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
cli.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
cli.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
cli.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: A4A9D25FE7CA4AD5BA93CD7C4A65313D Ref B: SYD03EDGE1012 Ref C: 2025-10-31T02:20:31Z'
cli.azure.cli.core.sdk.policies: 'Date': 'Fri, 31 Oct 2025 02:20:31 GMT'
cli.azure.cli.core.sdk.policies: Response content:
cli.azure.cli.core.sdk.policies: {"value":[{"id":"/subscriptions/91c33e8a-ace9-4d5b-9b85-8209c7f0022d","authorizationSource":"RoleBased","managedByTenants":[],"subscriptionId":"91c33e8a-ace9-4d5b-9b85-8209c7f0022d","tenantId":"1aac2a06-9c49-426b-ae3c-5ac4f2c22933","displayName":"Azure subscription 1","state":"Enabled","subscriptionPolicies":{"locationPlacementId":"Public_2014-09-01","quotaId":"FreeTrial_2014-09-01","spendingLimit":"On"},"promotions":[{"category":"freetier","endDateTime":"2026-11-11T22:25:32.29Z"}]}],"count":{"type":"Total","value":1}}

[Tenant and subscription selection]

No Subscription name Subscription ID Tenant


[1] * Azure subscription 1 91c33e8a-ace9-4d5b-9b85-8209c7f0022d Default Directory

The default is marked with an *; the default tenant is 'Default Directory' and subscription is 'Azure subscription 1' (91c33e8a-ace9-4d5b-9b85-8209c7f0022d).

Select a subscription and tenant (Type a number or Enter for no changes): 1

Tenant: Default Directory
Subscription: Azure subscription 1 (91c33e8a-ace9-4d5b-9b85-8209c7f0022d)

[Announcements]
With the new Azure CLI login experience, you can select the subscription you want to use more easily. Learn more about it and its configuration at https://go.microsoft.com/fwlink/?linkid=2271236

If you encounter any problem, please open an issue at https://aka.ms/azclibug

cli.azure.cli.command_modules.profile.custom: [Warning] The login output has been updated. Please be aware that it no longer displays the full list of available subscriptions by default.

cli.knack.cli: Event: CommandInvoker.OnTransformResult [<function _resource_group_transform at 0x0000020DA9A2DEE0>, <function x509_from_base64_to_hex_transform at 0x0000020DA9A2DF80>]
cli.knack.cli: Event: CommandInvoker.OnFilterResult []
cli.knack.cli: Event: Cli.SuccessfulExecute []
cli.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x0000020DA917D300>]
az_command_data_logger: exit code: 0
cli.main: Command ran in 15.204 seconds (init: 0.642, invoke: 14.562)
telemetry.main: Begin splitting cli events and extra events, total events: 1
telemetry.client: Accumulated 0 events. Flush the clients.
telemetry.main: Finish splitting cli events and extra events, cli events: 1
telemetry.save: Save telemetry record of length 4358 in cache file under C:\Users\anilr.azure\telemetry\20251031132036853
telemetry.main: Begin creating telemetry upload process.
telemetry.process: Creating upload process: "C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe C:\Program Files\Microsoft SDKs\Azure\CLI2\Lib\site-packages\azure\cli\telemetry_init
.pyc C:\Users\anilr.azure C:\Users\anilr.azure\telemetry\20251031132036853"
telemetry.process: Return from creating process 3540
telemetry.main: Finish creating telemetry upload process.

Expected behavior

able to be login using az login to push my code from visual studio, so a connection establishes between my source laptop and azure portal.

i have used az upgrade for upgrading cli version.

Environment Summary

AZ Versoin.docx

Additional context

No response

Metadata

Metadata

Assignees

Labels

AADAccountaz login/accountAuto-AssignAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamPossible-SolutionSimilar-IssueUpgradeaz upgradecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions