DRAG DROP
You are managing an Azure SQL Database.
You need to export the database to a BACPAC file and verify that the export completes successfully.
Which four Azure PowerShell cmdlets or scripts should you run in sequence? To answer, move the appropriate
cmdlets or scripts from the list of cmdlets to the answer area and arrange them in the correct order.
Select and Place:
Explanation:
https://github.com/cynthn/azure-content/blob/master/articles/sql-database/sql-database-export-powershell.md
Below All PowerShell need be run
Get-Credential
New-AzureSqlDatabaseServerContext
New-AzureStorageContext
Get-AzureStorageContainer (missing in above answer)
Start-AzureSqlDatabaseExport
Get-AzureSqlDatabaseImportExportStatus
https://docs.microsoft.com/en-us/powershell/module/azure/start-azuresqldatabaseexport
https://docs.microsoft.com/en-us/powershell/module/azure/get-azuresqldatabaseimportexportstatus
it did say 4…. not all