Hello ΓΕΩΡΓΙΟΣ ΣΩΤΗΡΟΠΟΥΛΟΣ,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
Regarding the error code and log you posted. It shows that you do not have the necessary permissions to create or modify role assignments in Azure at the specified scope and the deployment fails due to insufficient permission.
You need to have a role that includes Microsoft.Authorization/roleAssignments/write
permissions. Roles like Owner
, User Access Administrator
, or a custom role with the necessary permissions to perform the deployment or your action on the resource group MU002-RG02
.
NOTE: if you’re an Owner or User Access Administrator, and this is happening. Assign the required role to the user by navigate to the Azure portal, go to the relevant resource group or resource, and assign the required role to g.sotiropoulos@korinthos.gr
. such as write, modify.
Also, if the template (ARM template) includes role assignments, consider running the template with a user who has higher privileges or adjust the template to avoid requiring such permission or otherwise.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.
Best Regards,
Sina Salam