What's the minimum role a SQL user needs to export a bacpac in Azure?
We're exporting bacpacs from Azure SQL Databases to Storage Accounts via New-AzSqlDatabaseExport. Docs for that command: https://learn.microsoft.com/en-us/powershell/module/az.sql/new-azsqldatabaseexport What's the minimum role required for a SQL user to do this? We're trying to maintain the least privileges rule. Having a single…