From f38dc06bc86a0b33defec382d56140f448dec822 Mon Sep 17 00:00:00 2001 From: Leandro Prado Date: Mon, 1 Jul 2024 17:04:01 -0300 Subject: [PATCH] chore: Update Azure resource deployment workflow to remove deploymentName --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94bd075..50ed422 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ 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)