Skip to content

Releases: rpothin/servicebus-csharp-function-dataverse

v0.1.1

29 Aug 02:49
0b82c57
Compare
Choose a tag to compare

Related issues / PRs

Details - Changelog v0.1.1

  • Devcontainer definition updated:
    • image specification format
    • ghcr.io/azure/azure-dev/azd:latest feature added
  • provision-deploy GitHub workflow updated:
    • container definition removed
    • azd installation step added

v0.1.0

05 Feb 02:25
e74f398
Compare
Choose a tag to compare

Initialize this repository template to enable Power Platform developers start quickly with event driven architecture with Dataverse and Azure 😊

🚀 Added

  • Core files of the repository: README.md, LICENSE, CONTRIBUTING.md and CODE_OF_CONDUCT.md
  • Issue and pull request templates
  • Azure Developer CLI template for the solution below - Bicep infrastructure as code and Azure Functions app code

servicebus-csharp-function-dataverse

  • post-init-setup PowerShell script to execute after the initialization of the repository to finalize the configuration of the prerequisites to be able to deploy the solution using the azd up command
  • provision-deploy GitHub workflow to be able to provision the infrastructure in Azure and deploy the Azure Functions app code on push or pull request to main branch (in specific folders)