> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/self-managed-hivel-deployment/virtual-private-cloud/azure/hivel-on-premises-deployment-guide-azure/quick-reference.md).

# Quick Reference

On-Prem Deployment Guide (Azure)

### Deployment Checklist

* [ ] Virtual machine provisioned (VM)
* [ ] Prerequisites installed on the VM
* [ ] Azure CLI configured
* [ ] AWS CLI configured (for ECR and S3 access)
* [ ] Hivel AWS credentials configured
* [ ] ECR access tested
* [ ] Azure Database for PostgreSQL provisioned
* [ ] Database "insightly" created manually
* [ ] Database networking allows VM access
* [ ] Project downloaded from S3 to the VM
* [ ] License files added
* [ ] .env file configured with database credentials
* [ ] Database connection tested
* [ ] Flyway migration completed successfully (VM)
* [ ] VM services deployed
* [ ] Log rotation setup completed
* [ ] All services healthy
* [ ] Application accessible

### Important Commands

```
# Deploy VM services
./deploy.sh --vm
 
# Check health
./deploy.sh --health
 
# View logs
./deploy.sh --logs
 
# Restart services
./deploy.sh --restart
 
# Update services
./deploy.sh --update
```

### File Locations

* Configuration: config/.env
* License Files: license/
* Docker Compose (VM): services/vm/docker-compose.yml
* Deployment Script: deploy.sh
* Log Rotation Scripts: scripts/
* Log Files: /var/log/hivel/

**Next step:** Support and Summary.

{% columns %}
{% column %} <a href="/self-managed-hivel-deployment/virtual-private-cloud/azure/hivel-on-premises-deployment-guide-azure/security-and-secrets.md" class="button primary" data-icon="backward">Security and Secrets</a>
{% endcolumn %}

{% column %}

{% endcolumn %}

{% column %} <a href="/self-managed-hivel-deployment/virtual-private-cloud/azure/hivel-on-premises-deployment-guide-azure/support-and-summary.md" class="button primary" data-icon="forward">Support and Summary</a>
{% endcolumn %}
{% endcolumns %}
