0

[Update] Changes to ADF are deployed using the new CI/CD flow here. SO developers don't need to click publish to manually push changes to create a ARM template.

So developers need to have permissions to develop within ADF but don't need to access to the Publish buttons.

To restrict access to the Publish/Publish All buttons, based on this RBAC page, is to assign the Contributor role but remove the Data Factory Contributor role.

I've done that but the Publish button is still enabled.

enter image description here

Is there something else I need to do?

Geezer
  • 513
  • 5
  • 17
  • Hey, can you be little more clear w.r.t your ask here? In case if you dont want to provide the resource publish access, then best would be to grant the user reader access on ADF. What access is expected by the user? – Nandan Jan 24 '23 at 11:09
  • @Nandan I've updated to question to clarify. So developers need to have permissions to develop within ADF but don't need to access to the Publish buttons. – Geezer Jan 24 '23 at 11:56

1 Answers1

0

This is the answer I believe

If you choose to disable the publish button from the studio, the publish button will be grayed out in the studio

In ADF, Go to "Manage" -> Git Configuration -> Edit

enter image description here

Geezer
  • 513
  • 5
  • 17