Prerequisites

In addition to an Azure subscription, you will need the following to deploy the components:

SSMS 2012 or higher
Azure resource group
Azure SQL database

Confirm that the SQL Server's firewall settings will allow access from the client machine: From the SQL Server's overview page, click Set Server Firewall and add the IP address of the client machine, or a range of IP addresses that includes the IP address of the client machine. Additionally, ensure that the Allow access to Azure Services option is enabled in the firewall settings.

AzureRM PowerShell 6.2.0 or higher

You can obtain Azure PowerShell by using PowerShellGet or downloading the .msi installer. After installing, you may need to run the following:

Set-ExecutionPolicy Unrestricted