Hi @Bianca,
Welcome to Microsoft Q&A Forum, thank you for posting your query here!
Yes, you can configure Azure Arc to ensure read-only access to your on-premises backup servers. Here are the steps to achieve this:
- Set Up Read-Only Permissions:
- Use Azure Role-Based Access Control (RBAC) to assign the Reader role to users or groups. Refer: https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/hybrid/arc-enabled-servers/eslz-identity-and-access-management
- You can create a custom role if you need more granular control. For example, a custom role can be configured to allow only specific read operations1
- Restrict the Azure Connected Machine Agent:
- Ensure that the Azure Connected Machine Agent is configured with the minimum required permissions. The agent itself should only have the necessary permissions to report status and collect logs2
- Avoid assigning roles like Contributor or Owner to the agent or users interacting with it, as these roles allow for changes and management operations
3.Restrict Script Execution and Policy Enforcement:
- Disable Azure Automation: Ensure that automation accounts are not linked to the connected machines if you want to avoid script execution or policy enforcement through runbooks. This limits the ability to run scripts on these machines.
- Restrict Policy Enforcement: Use Azure Policy to prevent any changes to the connected machines. For example, you can create a policy to deny updates or configuration changes.
- Ensure that only monitoring and log data collection (like performance metrics or event logs) are allowed through the agent.
let us know if any help, we will always help as you needed.!
Please do not forget to "Accept the answer” wherever the information provided helps you, this can be beneficial to other community members.