Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.29 KB

create_sqlserver_msi_integration.md

File metadata and controls

29 lines (18 loc) · 1.29 KB

Create SQL Server MSI integration

These steps need to be excuted only once.

RDP into the jumpbox (you can get the IP using AzurePortal). The user and password are the ones that you defined as environment variables at the begining.

Steps

Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; rm .\AzureCLI.msi

Set-ExecutionPolicy RemoteSigned
  • Open a new PowerShell console and run a PowerShell script - choose standard or high availability deployment as per your scenario.
.\sqlserver_msi_std.ps1   **Your resource group**  **your azure account name**
or
.\sqlserver_msi_ha.ps1  **Your resource group**  **your azure account name**