Skip to content

Reference Implementation about Cloud-Native. Build and Deploy Microservice to Azure Fuctions based on DevSecOps Practices

Notifications You must be signed in to change notification settings

oaviles/api_sendorders

Repository files navigation

PoC: Serverless API

This is a sample project for Cloud Application Developer using Azure Cloud Platform and GitHub to automate IaC and CI/CD supported by Secure DevOps Practices.

Reference Pattern: Asynchronous messaging options: Competing Consumers Pattern

Reference Architecture: Serverless web application

Prerequisites to deploy this PoC

  • GitHub account and repository.
  • Azure subscription.
  • A Service Principal with Contributor role at subscription scope. This is the identity that will be used to access the Azure resources from GitHub Action. If you don't have a Service Principal, create one by following these steps.
  • Deploy Azure Service Bus using GitHub Action called "Depoy Azure Service Bus (Bicep)"
  • Get Connection String from Azure Service Bus Queue "Orders"

Backend order processing app (Optional)

Optionally you can deploy backend app based on containers and deployed on Azure Kubernetes Service to process orders, repo reference here.

About

Reference Implementation about Cloud-Native. Build and Deploy Microservice to Azure Fuctions based on DevSecOps Practices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published