Marketplace install
Last updated: 20 September 2026
Goal: Deploy the Sandman appliance VM with a secure network posture.
- Find Sandman in the Azure Marketplace and click Create.
- Select your plan: Startup, Scaleup, or Corporate (see plan limits).
- Complete VM details — resource group, region, VM size, and SSH public key.
- Enter CIDR ranges allowed to reach the HTTPS dashboard (port 443) and, separately, SSH (port 22). Keep these lists as narrow as practical.
- Click Create and wait for the deployment to finish.
Verify: The deployment succeeds, the VM has a public IP (or your chosen access path), and the NSG allows HTTPS from your admin network.
For IT admins: what the template deploys
- One VM on Azure Linux 3 (ARM64) with deny-by-default NSG: HTTPS 443 from allowed ranges, SSH 22 from admin ranges only.
- A separate data disk for the database and application state — survives VM replacement and plan upgrades.
- A system-assigned managed identity with Virtual Machine Contributor at subscription scope.
- Port 8091 (setup wizard) is denied unless you explicitly allow it during setup or maintenance.