Skip to content

Latest commit

 

History

History
 
 

azure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Azure Deployment Template

Deploy to Azure

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.

Resources

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

Configuration

You need to provide credetials for an SMTP mail server. If you don't have one, you can use Azure Communication Service or SendGrid.

Development

Compile bicep file to Azure Resource Manager template

az bicep build --file datacontract-manager-ce.bicep --outfile datacontract-manager-ce.json

Get help, reporting bugs and feature requests

Community support is offered in Slack in the channel #datacontract-manager.

Want to report a bug or request a feature? Open an issue.