Skip to content

Merge pull request #103 from codebytes/feat/dotnet10-isolated-aspire #94

Merge pull request #103 from codebytes/feat/dotnet10-isolated-aspire

Merge pull request #103 from codebytes/feat/dotnet10-isolated-aspire #94

Triggered via push March 31, 2026 00:43
Status Failure
Total duration 48s
Artifacts
build-and-deploy
22s
build-and-deploy
Load Test
0s
Load Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build-and-deploy
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.
build-and-deploy
To check existing issues, please visit: https://github.com/Azure/azure-cli/issues
build-and-deploy
Unable to get authority configuration for https://login.microsoftonline.com/***. Authority would typically be in a format of https://login.microsoftonline.com/your_tenant or https://tenant_name.ciamlogin.com or https://tenant_name.b2clogin.com/tenant.onmicrosoft.com/policy. Also please double check your tenant name or GUID is correct. Traceback (most recent call last): File "/opt/az/lib/python3.13/site-packages/msal/authority.py", line 79, in __init__ openid_config = tenant_discovery( tenant_discovery_endpoint, self._http_client) File "/opt/az/lib/python3.13/site-packages/msal/authority.py", line 217, in tenant_discovery raise ValueError("OIDC Discovery failed on {}. HTTP status: {}, Error: {}".format( ...<3 lines>... )) ValueError: OIDC Discovery failed on https://login.microsoftonline.com/***/v2.0/.well-known/openid-configuration. HTTP status: 400, Error: {"error":"invalid_tenant","error_description":"AADSTS90002: Tenant '***' 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: 38e3592f-fcc7-4007-94ec-b5f6e6264700 Correlation ID: 934f32d5-d710-4ca0-acad-ea5e5a89ac8b Timestamp: 2026-03-31 00:44:18Z","error_codes":[90002],"timestamp":"2026-03-31 00:44:18Z","trace_id":"38e3592f-fcc7-4007-94ec-b5f6e6264700","correlation_id":"934f32d5-d710-4ca0-acad-ea5e5a89ac8b","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.13/site-packages/knack/cli.py", line 233, in invoke cmd_result = self.invocation.execute(args) File "/opt/az/lib/python3.13/site-packages/azure/cli/core/commands/__init__.py", line 682, in execute raise ex File "/opt/az/lib/python3.13/site-packages/azure/cli/core/commands/__init__.py", line 812, in _run_jobs_serially results.append(self._run_job(expanded_arg, cmd_copy)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.13/site-packages/azure/cli/core/commands/__init__.py", line 781, in _run_job result = cmd_copy(params) File "/opt/az/lib/python3.13/site-packages/azure/cli/core/commands/__init__.py", line 336, in __call__ return self.handler(*args, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.13/site-packages/azure/cli/core/commands/command_operation.py", line 120, in handler return op(**command_args) File "/opt/az/lib/python3.13/site-packages/azure/cli/command_modules/profile/custom.py", line 192, in login subscriptions = profile.login( interactive, ...<9 lines>... claims_challenge=claims_challenge ) File "/opt/az/lib/python3.13/site-packages/azure/cli/core/_profile.py", line 182, in login identity.login_with_service_principal(username, password, scopes=scopes) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.13/site-packages/azure/cli/core/auth/identity.py", line 194, in login_with_service_principal cred = ServicePrincipalCredential(client_id, client_credential, **self._msal_app_kwargs) File "/opt/az/lib/python3.13/site-packages/azure/cli/core/auth/msal_credentials.py", line 106, in __init__ self._msal_app = ConfidentialClientApplication(client_id, client_credential=client_credential, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/az/lib/python3.13/site-packages/msal/application.py", line 644, in __init__ self.authority = Authority( ~~~~~~~~~^ authority_to_use, ^^^^^^^^^^^^^^^^^ ...<3 lines>... oidc_authority_url=oidc_authority, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/az/lib/python3.13/site-packages/msal/authority.py", line 95, in __init__ raise ValueError(error_message) ValueError: Unabl
build-and-deploy
The command failed with an unexpected error. Here is the traceback: