Skip to content

Commit

Permalink
Merge pull request #347 from DFE-Digital/oidc-faq
Browse files Browse the repository at this point in the history
[2151] Add subscription error to OIDC FAQ
  • Loading branch information
saliceti authored Jan 10, 2025
2 parents 52bb85b + 3356516 commit af8f853
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/platform-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@
- The managed identity does not exist
- The managed identity is not added to the Entra ID group
- The Entra ID group is missing the role assignement
- ```
Error: The subscription of '***' doesn't exist in cloud 'AzureCloud'.
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.
```
The error may be caused by:
- AZURE_SUBSCRIPTION_ID is not correct
- The service principal doesn't have access to the subscription

0 comments on commit af8f853

Please sign in to comment.