<https://github.com/pulumi/examples/tree/master/az...
# general
b
https://github.com/pulumi/examples/tree/master/azure-ts-aks-helm Trying this example and get the error:
Copy code
error: update failed
azuread:index:Application (aks):
    error: Plan apply failed: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2019-08-11T21:19:24","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"4d94460c-0c44-42bc-bb90-aa64422d33fa"}}]
b
The permissions for your user is incorrect
I was working on exactly the same thing today
b
Thanks, I'll check it out.