This guide explains how to set up a secure Azure Jumpbox that allows Stacksync to connect to your private resources, such as your database.
1. Create Static Public IP
In the Azure Portal, search Public IP addresses.
Click Create.
Configure:
Name:stacksync-jumpbox-ip
SKU:Standard (the Basic SKU is deprecated and not recommended)
Assignment:Static
Tier: Regional
Click Review + Create, then Create.
2. Create a Network Security Group
Create a Network Security Group (NSG) to tightly control access to the jumpbox so that only Stacksync can connect to it, and the jumpbox can only reach the private resources you authorize.