Production-quality Azure Marketplace Managed Application packages for HOME-OFFICE-IMPROVEMENTS-LTD (hoiltd).
| Package | Source | arm-ttk | Deployed | Partner Center | Version |
|---|---|---|---|---|---|
| debian-13 | debian-13/ |
✅ PASS | ✅ uksouth | ✅ v0.0.2 uploaded | 0.0.2 |
| ubuntu | ubuntu/ |
✅ PASS | ⏳ pending | ⏳ pending | 0.0.1 |
| postgresql-flexible-vnet | postgresql-quickstart-source/flexible-postgresql-with-vnet/ |
✅ PASS | ✅ uksouth + SE | ✅ v0.0.6 live | 0.0.6 |
| rhel-9 | rhel-9/ |
❌ | ❌ | — | |
| almalinux-10 | almalinux-10/ |
❌ | ❌ | — | |
| rocky-10 | rocky-10/ |
❌ | ❌ | — | |
| sles-15 | sles-15/ |
❌ | ❌ | — | |
| windows-2025 | windows-2025/ |
❌ | ❌ | — |
main.bicepis source of truth — derive fromdebian-13/main.bicep(gold standard)az bicep lint→az bicep build --outfile mainTemplate.jsonaz bicep generate-params --outfile azuredeploy.parameters.json --include-params all- Fill
azuredeploy.parameters.jsonlocally (gitignored — never commit) Test-AzTemplate -TemplatePath .(arm-ttk directory)Test-AzMarketplacePackage -templatePath './managedvm-<name>.zip'(arm-ttk zip)- Portal sandbox test (https://portal.azure.com/#view/Microsoft_Azure_CreateUIDef/SandboxBlade)
- Real deployment + SSH/RDP verify
- Zip flat:
mainTemplate.json+createUiDefinition.jsononly - Upload to alsourillc first, test, then publish on hoiltd
azuredeploy.parameters.jsonis gitignored — contains SSH keys / passwords- Zip naming:
managedvm-<name>.zip; versioned archive:managedvm-<name>-<version>.zip - Gold standard template:
debian-13/— all new packages must match its structure - Always test on
alsourillcbefore publishing onhoiltd