How can I get these information using the Azure Powershell module ?
Subscription
ResourceGrpName
SQLServerName
Region
SQLFQDN(*.database.windows.net)
SQLServerTLSVersion
SQLServerPublicNetworkAccess
SQLAdminLogin
SQLSrvAADEnabledStatus
SQLServerAPTStatus
By combining these:
https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqlserver?view=azps-6.2.1
https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqldatabase?view=azps-6.2.1
https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqlserveractivedirectoryadministrator?view=azps-6.2.1
Thanks in advance.

