Unable to deploy code from Github to Azure
I used to be able to deploy code from Github to Azure without issues. Didn't deploy for over a month and now I am getting error codes: Annotations
2 errors
build-and-deploy
failed 15 minutes ago in 1m 54s
Explain error
Set up job3s
Checkout source code1s
Log in to Azure using OIDC15s
1Run azure/login@v2
18Running Azure CLI Login.
19/usr/bin/az cloud set -n azurecloud
20Done setting cloud: "azurecloud"
21Federated token details:
22 issuer - https://token.actions.githubusercontent.com
23 subject claim - repo:RAI-CATDAMS/MVP-V1:ref:refs/heads/main
24 audience - api://AzureADTokenExchange
25 job_workflow_ref - RAI-CATDAMS/MVP-V1/.github/workflows/main_catdams-app-mv.yml@refs/heads/main
26Attempting Azure CLI login by using OIDC...
**27****Error: No subscriptions found for *.
28
29****Error: 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.
I've checked and doubled check all code, resources, subscriptions, tokens, everything. Keep getting the same error.
Any help would be appreciated.