Skip to content

Single Subscription #288

Answered by DSchmidlin
DSchmidlin asked this question in Q&A
Jun 27, 2024 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

It looks like this can be done if you run the following powershell command.

New-AzRoleAssignment -ObjectId "<enterprise app id>" -RoleDefinitionName "Reader" -Scope "/subscriptions/<subscription id>"

I applied it first the engine app , which did not work and then applied it to the ui app, which did finally work. Unsure if just the ui app needs it or both.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@DCMattyG
Comment options

Answer selected by DSchmidlin
Comment options

You must be logged in to vote
3 replies
@DCMattyG
Comment options

@serottez
Comment options

@DCMattyG
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants