Skip to content

Azure ML workspace service fails if no Workspace Researchers #2626

Closed
@marrobi

Description

The AML workspace service adds any users with the Workspace Researcher role to Azure ML Data Scientist Role.

If the Workspace Service is deployed prior to any users being granted the Workspace Researcher role then deployment will fail.

The addition of users to the role needs to be conditional on there being users to add (

resource "azurerm_role_assignment" "app_role_members_aml_data_scientist" {
)

Workaround is to add users (or have group auto create configured) to the Workspace Researcher role prior to deploying the AML workspace service.

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions