Describe the solution you'd like
Currently az sql db export and az sql db import demand user and password from a database user. It should also support Active Directory Integrated authentication with an access token.
Describe alternatives you've considered
Continue using user and password, which is less secure.
Additional context
This is currently supported in sqlcmd with PowerShell and Invoke-Sqlcmd, and from several Sql Server drivers (see the example for .NET).
Describe the solution you'd like
Currently
az sql db exportandaz sql db importdemand user and password from a database user. It should also support Active Directory Integrated authentication with an access token.Describe alternatives you've considered
Continue using user and password, which is less secure.
Additional context
This is currently supported in sqlcmd with PowerShell and
Invoke-Sqlcmd, and from several Sql Server drivers (see the example for .NET).