Cannot backup SQL server db with private endpoint link to azure blob storage
Hello,
As I have mentioned on above title, we are trying to backup our database to blob storage using publicly available Runbook from run book gallery (Backup Azure SQL Databases to Blob storage Runbook by josegomera). We were able to get the backup up and running after enabling "Public Access" and "Allow azure services and resources" from SQL server > Networking.
But we are trying to do it from private link without actually enabling the "Public Access" and "Allow azure services and resources" from networking section.
If we were to add the private link from export section in database and approve it from Private Link Center, it will work. But if we have the private link from Runbook it won't.
May be the Runbook is not configured to take backups with private link..? If not, do we have any workarounds..? to take backups without enabling "Public Access" and "Allow azure services and resources"..?