Last active
July 17, 2020 07:22
-
-
Save HowardvanRooijen/14a17a588669659599f1fc3586c8d16c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Azure.RequestFailedException: Service request failed. | |
Status: 403 (Forbidden) | |
Content: | |
{ | |
"error": { | |
"code": "Forbidden", | |
"message": "The user, group or application 'appid=...;oid=...;numgroups=...;iss=https://sts.windows.net/.../' does not have keys create permission on key vault '...;location=...'. For help resolving this issue, please see https://go.microsoft.com/fwlink/?linkid=2125287", | |
"innererror": { | |
"code": "AccessDenied" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment