Merge staging into main. Update Sentry config. #58
Annotations
4 errors
|
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.
|
|
deploy
To check existing issues, please visit: https://github.com/Azure/azure-cli/issues
|
|
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 216, 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: 5c719531-d72b-410a-b7d4-6ac30a9b5f00 Correlation ID: e9967767-9bc4-458d-bd8f-2747958f25b4 Timestamp: 2025-11-24 17:00:46Z","error_codes":[90002],"timestamp":"2025-11-24 17:00:46Z","trace_id":"5c719531-d72b-410a-b7d4-6ac30a9b5f00","correlation_id":"e9967767-9bc4-458d-bd8f-2747958f25b4","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 666, in execute
raise ex
File "/opt/az/lib/python3.13/site-packages/azure/cli/core/commands/__init__.py", line 734, 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 703, 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 645, 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
|
|
deploy
The command failed with an unexpected error. Here is the traceback:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
node-app
|
382 KB |
sha256:034429fefbd924abc709febe4ef6433aff235a0e644e0ad10fefdc694be5572c
|
|