Azure authorization error

Hi,

I am attempting to create my first cluster on Rancher and I’m receiving an authorization error on all the nodes that are attempting to be created.

The exact error message being reported from each node is:

Error with pre-create check: “resources.ProvidersClient#List: Failure responding to request: StatusCode=403 – Original Error: autorest/azure: Service returned an error. Status=403 Code=“AuthorizationFailed” Message=“The client ‘ff5acbc6-195e-4c08-b70a-568ed09ee2c5’ with object id ‘ff5acbc6-195e-4c08-b70a-568ed09ee2c5’ does not have authorization to perform action ‘Microsoft.Resources/subscriptions/providers/read’ over scope ‘/subscriptions/c622e803-cfa8-4be9-802d-832b36c6ab19’.””; Timeout waiting for ssh key

Any help would be appreciated.

I have identified the problem. The company account I was using did not have permissions to add an application and provide a Contributor Role. I tested this by using my personal Azure account and it authenticated successfully. I have requested the additional permissions that I need.