I implemented log shipping using dbatools command: Invoke-DbaDbLogShipping
its working great, however, for that to work I had to map a shared drive due to the SharedPath parameter requirement.
Now that Im finished testing locally, I cant afford to use a mapped drive (my PC) as the backup for production databases. Instead, the recommendation going around is storing backups on Azure Blob Storage.
Is there a way to make Azure Blob Storage a shared path of some sort? Maybe data lake is more appropriate?

