Hi Mohamed Faisal ,
Welcome to Microsoft Q&A platform and thanks for posting your question here.
As I understand your question here, you are trying to restrict the access of a user or a group to create/delete the linked service . Please let me know if that is not the requirement.
Restrictions on ADF pipeline developers to create connection using linked services can be applied by creating Custom roles.
When there is a requirement that the Azure Data Factory pipeline developers should not create or delete linked services to connect to the data sources that they have access to, the built-in role (Data Factory Contributor) will not restrict them. This calls for the creation of custom roles. However, you need to be cognizant about the number of role assignments that you can have depending on your subscription. This can be verified by choosing your resource group and selection the Role assignments under Access Control (IAM).
You can exclude permissions by selecting the Delete: Delete Linked Service and Write: Create or Update any Linked service
Note: Once the custom role is created, you can assign a user or group to this role. You can login with this user to Azure Data Factory. You will still be able to create a linked service but will not be able to save/publish.
For more information, kindly check out the below documentation: Custom role to restrict Azure Data Factory pipeline developers to create/delete linked services
Hope it helps. Kindly accept the answer by clicking on Accept answer
button.