Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploy-pf-online-endpoint-pipeline.yml #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jakeatmsft
Copy link

Updated Deploy Action to fix #7 .

Copy link
Contributor

@AbeOmor AbeOmor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@setuc setuc self-assigned this Oct 18, 2023
@simon-v-swyftx
Copy link

I get an error on the new Grant endpoint permission to workspace:

ERROR: (AuthorizationFailed) The client '98900f8d-2b01-4ff0-b565-9ed3950xxxxx' with object id '98900f8d-2b01-4ff0-b565-9ed3950xxxxx' does not have authorization to perform action 'Microsoft.Authorization/roleAssignments/write' over scope '/subscriptions/***/resourceGroups/***/providers/Microsoft.MachineLearningServices/workspaces/***/providers/Microsoft.Authorization/roleAssignments/e636c2a6-40b1-40d9-805b-b1ef945xxxxx' or the scope is invalid. If access was recently granted, please refresh your credentials.

Am I missing something?
image

@simon-v-swyftx
Copy link

Alright so I did end up getting it working in the end. I found the service principal's name by using the ID in the error az ad sp show --id <ID> and then giving it User Access Administrator permissions so that it was able to write roles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing permissions for endpoint to the ml workspace during Deploy Action
4 participants