You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure this is covered. If it's not, it needs to be added. If it is there can just close the issue.
When using the deployment action, you might see an error:
ERROR: No subscriptions found for ****
If you see that error, it's likely a permissions issue on the subscription for the managed identity (not covered in the walkthrough).
You need to get Contributor access for the User Managed Identity on the subscription to be able to resolve the error
Navigate to subscription
Select IAM for the subscription
Select `Add New -> Role Assignment
Assign Contributor (it is under the privileged roles to the User Managed Identity used to deploy from GitHub
The text was updated successfully, but these errors were encountered:
blgorman
changed the title
Managed Identity as Subscription Contributor
ERROR: No subscriptions found for *** --- Managed Identity as Subscription Contributor
Oct 29, 2024
I am not sure this is covered. If it's not, it needs to be added. If it is there can just close the issue.
When using the deployment action, you might see an error:
ERROR: No subscriptions found for ****
If you see that error, it's likely a permissions issue on the subscription for the managed identity (not covered in the walkthrough).
You need to get
Contributor
access for the User Managed Identity on the subscription to be able to resolve the errorIAM
for the subscriptionContributor
(it is under the privileged roles to the User Managed Identity used to deploy from GitHubThe text was updated successfully, but these errors were encountered: