Import a database using AzureRM Powershell
问题 There is a document named Import a BACPAC file to create a new Azure SQL database using PowerShell that covers how to import a bacpac file into SQL server under ASM. Is there a way to import a bacpac file into an Azure SQL Server using Azure Resource Management cmdlets. Following on from @juvchan answer I have been trying to get the following to work. $update = @{ "operationMode" = "Import" "storageKey"= "Key" "storageKeyType" = "Primary" "administratorLogin"= "adminlogin"