I have an azure drive mapped to SQL Server.
I have verified that SQL Server is using a service account called SQLBI and this account has SA access to the server and SQL Server and sees the azure drive which is mapped as the B drive.
When I try to backup to this drive using SQL Server, however, I get the following error.
Msg 3201, Level 16, State 1, Line 1 Cannot open backup device 'B:\SQL\test.bak'. Operating system error 3(The system cannot find the path specified.). Msg 3013, Level 16, State 1, Line 1 BACKUP DATABASE is terminating abnormally.
I see the drive in windows explorer, but for some reason, SQL Server does not.
Seems as if this is some sort of security issue but I can not resolve it.
Any suggestions or thoughts would be greatly appreciated.
Thanks,