I am working on a Azure environnent for a client, my account is set as "contributor".
Somehow I cannot use the Azure build in console, I need to create a storage account but when I do so or when I use an existing one, I get the error : "Storage creation failed. Error: 403. does not have authorization to perform action 'Microsoft.Resources/subscriptions/resourcegroups/read'"
Then I tried to deploy using serverless, but then again I am facing the error: "does not have authorization to perform action 'Microsoft.Authorization/roleAssignments/write'"
My questions are:
Which permission do I need to either use the console to deploy or deploy via serveless with a contributor account?
Is there any other way to deploy a function with my current account?