devjamesbrandao / deploy-azure

Deploy automatizado de web API em ASP.NET Core 6.0 no Azure App Services com a utilização de GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Primeiro Deploy no Azure


Swagger da aplicação no Azure

WorkFlow da aplicação com o GitHub Actions

Fluxo de desenvolvimento e de deploy

Descrição do Deploy

🔍 Sobre

Deploy de API ASP.NET CORE com EF Core e SQL Lite no Azure por meio da ferramenta GitHub Actions

💡 Tópicos abordados

  • Azure
  • SQL Lite
  • Deploy automatizado
  • CI/CD
  • DevOps
  • GitHub Actions
  • Global Exception Handler Middleware
  • Health Checkers
  • Ensure Seed Data
  • Repository Pattern
  • Migrations
  • API Data Driven
  • JWT Bearer
  • Autenticação e autorização
  • Swagger
  • Native Dependency Injection
  • Integration Tests
  • Logs com Serilog

🔎 Como utilizar?

$ git clone https://github.com/devjamesbrandao/deploy-azure.git

$ dotnet restore

$ dotnet build

$ dotnet run

🌐 Referências

Artigos

Vídeos

Repositórios

About

Deploy automatizado de web API em ASP.NET Core 6.0 no Azure App Services com a utilização de GitHub Actions

License:GNU General Public License v3.0


Languages

Language:C# 100.0%