This deployment templates can be used to deploy Data Contract Manager to Azure.
It is coded as a bicep file, and comes with a generated Azure Resource Manager template that can be used directly in Azure deployments.
Use it directly as a deployment templates, or copy it to configure to your custom needs.
As defined in the bicep file, these resources will be created:
- WebApp that runs the Docker image
- Postgres Database
- Virtual Network (Postgres is not exposed to public internet)
The application will be available under
https://${webAppName}.azurewebsites.net
You need to provide credetials for an SMTP mail server. If you don't have one, you can use Azure Communication Service or SendGrid.
Compile bicep file to Azure Resource Manager template
az bicep build --file datacontract-manager-ce.bicep --outfile datacontract-manager-ce.json
Community support is offered in Slack in the channel #datacontract-manager.
Want to report a bug or request a feature? Open an issue.