Hello Martin Thong
To demonstrate the difference in access types for a Recovery Service Vault (RSV), you can follow the steps below:
- Create a new RSV in the Azure portal using the Private access type.
- Navigate to the Access control (IAM) tab for the RSV and add a new role assignment for a user or group that has access to the subscription but not to the virtual network where the RSV is located. Assign the "Contributor" role to this user or group.
- Try to restore a backup from the RSV using the Azure portal. You should not be able to restore the backup as the user or group you assigned the "Contributor" role to does not have access to the virtual network where the RSV is located.
- Delete the RSV that was created in step 1.
- Create a new RSV in the Azure portal using the Public access type.
- Repeat steps 2 and 3. You should be able to restore the backup as the RSV can be accessed publicly and does not require access to the virtual network. By demonstrating the difference between the two access types in this way, you can show the importance of using private access for RSVs that contain sensitive data and should only be accessible from within a specific virtual network.
Please accept answer and upvote if the above information is helpful for the benefit of the community.