Deploy with Azure Container Instances
Instructions for running an Insight Point as a Docker container using an Azure container instance.
Last updated
Instructions for running an Insight Point as a Docker container using an Azure container instance.
Last updated
Veza recommends deploying an Insight Point within Microsoft Azure for a secure connection to PostgreSQL for Azure Database resources. This document includes instructions to run an Insight Point with an Azure Container Instance.
Log in to your Azure Tenant and go to Container Instances. Create a new resource:
In the creation wizard, use a custom image source. Select Other registry and add the path to Insight Point image: public.ecr.aws/veza/insight_point:latest
Add the Insight Point to the virtual network. Choose Private and enter the virtual network assigned to other resources the Insight Point will connect to:
In the advanced settings, configure the Insight Point registration key:
Navigate to the Advanced tab.
In the Environment Variables section, add the Insight Point provisioning key to the DP_REGISTER_KEY
variable.
To generate a new registration key, visit the Integrations -> Insight Point page in the Veza console.
Confirm your settings by clicking Review + create, then deploy the container by selecting Create.
Finally, update the integration configuration in Veza so that the connection is made using the new Insight Point, instead of the Veza SaaS platform:
Log in to Veza, go to the Integrations page, and find the Azure integration on the list of providers.
Click Edit to open the configuration.
Change the Insight Point from (default) to the one you created.
Save the integration.