From 20afdce21ef298474b582f0427b32bda21c74bf6 Mon Sep 17 00:00:00 2001 From: Leandro Prado Date: Mon, 1 Jul 2024 17:01:59 -0300 Subject: [PATCH] chore: Update Azure resource deployment workflow to remove deploymentName --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 550bad4..94bd075 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This repository contains an example of how to extract workflow execution data and create dashboards. The data is extracted from the GitHub Actions using WebHook and saved in a SQL Server database. +[![CI](https://github.com/leandromsft/github-dashboard/actions/workflows/ci.yml/badge.svg)](https://github.com/leandromsft/github-dashboard/actions/workflows/ci.yml) + +[![01-CreateAzureResources](https://github.com/leandromsft/github-dashboard/actions/workflows/01-CreateAzureResources.yml/badge.svg)](https://github.com/leandromsft/github-dashboard/actions/workflows/01-CreateAzureResources.yml) + +[![02-Deployment-API](https://github.com/leandromsft/github-dashboard/actions/workflows/02-Deployment-API.yml/badge.svg)](https://github.com/leandromsft/github-dashboard/actions/workflows/02-Deployment-API.yml) + +[![03-Deployment-Function](https://github.com/leandromsft/github-dashboard/actions/workflows/03-Deployment-Function.yml/badge.svg)](https://github.com/leandromsft/github-dashboard/actions/workflows/03-Deployment-Function.yml) + ## How it works? ![Architecture Diagram](docs/architecture-diagram.png)