Managed identities provide a secure way for your services or applications running in Azure to authenticate to various services without exposing credentials in your code or configuration.
Enable a managed identity for the service or virtual machine that needs to perform the backup. This can be done through the Azure portal, Azure CLI, or ARM templates. The managed identity will act as the authentication mechanism for your service.