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
Related to issues #332 and #334 we need be better handle when the service principal doesn't have the appropriate permissions on a management group and subscriptions when populating the form data for resource manager deployment scope creation.
We should:
Gracefully fail if the Service Principal does have the permissions to get a Management Group name/id, but doesn't have the permissions to list the subscriptions on the group. Currently we just error out, but we should expose the error to the user with steps they can take to fix this (i.e. grant the SP permission to list the subscriptions on a management group)
Add description on the web UI to explain that only subscriptions that the Service Principal has access to will be available to select. Possibly show the SP's id or name in this description to further simplify steps to grant permission.
Update (and add missing) documentation around all of this
The text was updated successfully, but these errors were encountered:
Related to issues #332 and #334 we need be better handle when the service principal doesn't have the appropriate permissions on a management group and subscriptions when populating the form data for resource manager deployment scope creation.
We should:
The text was updated successfully, but these errors were encountered: