Skip to content

Add AML Reference Implementation #4

Add AML Reference Implementation

Add AML Reference Implementation #4

Triggered via pull request January 22, 2024 14:46
Status Failure
Total duration 1m 51s
Artifacts

azureml.yml

on: pull_request
Training - Dev  /  Train model
15s
Training - Dev / Train model
Deploy - Dev  /  Deploy Model
Deploy - Dev / Deploy Model
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Training - Dev / Train model
The command failed with an unexpected error. Here is the traceback:
Training - Dev / Train model
Unable to get authority configuration for https://login.microsoftonline.com/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094. Authority would typically be in a format of https://login.microsoftonline.com/your_tenant Also please double check your tenant name or GUID is correct. Traceback (most recent call last): File "/opt/az/lib/python3.11/site-packages/msal/authority.py", line 115, in __init__ openid_config = tenant_discovery( ^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/msal/authority.py", line 186, in tenant_discovery raise ValueError("OIDC Discovery failed on {}. HTTP status: {}, Error: {}".format( ValueError: OIDC Discovery failed on https://login.microsoftonline.com/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094/v2.0/.well-known/openid-configuration. HTTP status: 400, Error: {"error":"invalid_tenant","error_description":"AADSTS90002: Tenant '8f171ff9-2b5b-4f0f-aed5-7fa360a1d094' not found. Check to make sure you have the correct tenant ID and are signing into the correct cloud. Check with your subscription administrator, this may happen if there are no active subscriptions for the tenant. Trace ID: 811f24bb-67ec-4d89-b562-01557d5f3200 Correlation ID: 5d7e85ee-4a48-4ea3-95eb-0958972c8072 Timestamp: 2024-01-22 14:47:47Z","error_codes":[90002],"timestamp":"2024-01-22 14:47:47Z","trace_id":"811f24bb-67ec-4d89-b562-01557d5f3200","correlation_id":"5d7e85ee-4a48-4ea3-95eb-0958972c8072","error_uri":"https://login.microsoftonline.com/error?code=90002"} During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/az/lib/python3.11/site-packages/knack/cli.py", line 233, in invoke cmd_result = self.invocation.execute(args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 663, in execute raise ex File "/opt/az/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 726, in _run_jobs_serially results.append(self._run_job(expanded_arg, cmd_copy)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 697, in _run_job result = cmd_copy(params) ^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 333, in __call__ return self.handler(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler return op(**command_args) ^^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/azure/cli/command_modules/profile/custom.py", line 139, in login subscriptions = profile.login( ^^^^^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/azure/cli/core/_profile.py", line 159, in login identity.login_with_service_principal(username, password, scopes=scopes) File "/opt/az/lib/python3.11/site-packages/azure/cli/core/auth/identity.py", line 189, in login_with_service_principal cred = ServicePrincipalCredential(sp_auth, **self._msal_app_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/azure/cli/core/auth/msal_authentication.py", line 132, in __init__ super().__init__(service_principal_auth.client_id, client_credential=client_credential, **kwargs) File "/opt/az/lib/python3.11/site-packages/msal/application.py", line 549, in __init__ self.authority = Authority( ^^^^^^^^^^ File "/opt/az/lib/python3.11/site-packages/msal/authority.py", line 119, in __init__ raise ValueError( ValueError: Unable to get authority configuration for https://login.microsoftonline.com/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094. Authority would typically be in a format of https://login.microsoftonline.com/your_tenant Also please double check your tenant name or GUID is correct.
Training - Dev / Train model
To check existing issues, please visit: https://github.com/Azure/azure-cli/issues
Training - Dev / Train model
Login failed with Error: The process '/usr/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.