Skip to content

onurmicoogullari/apim-hack-cicd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure API Management CI/CD hack with GitHub

The hackathon uses GitHub Actions to create a complete CI/CD workflow for APIs deployed in Azure API Management.

The following image illustrates the conceputal architecture.

Conceptual architecture

Bicep is used to setup the Azure services that is being used. The following services are being used:

  • Azure API Management (consumption)
  • Azure Container Apps
  • Azure SQL Database (serverless)
  • Log analytics
  • Managed identities
  • Azure Key vault
  • Azure Container Registry
  • Storage account

Once this hackathon is completed you should have an Architecture that looks something like the diagram below.

Azure services

Target audience

This hackathon is directed towards developers that want to learn how to setup a CI/CD workflow against Azure API Management (APIM) using GitHub.

Prerequisites

  • Basic knowledge of Azure services.
  • Basic knowledge of API development.
  • Azure subscription with RBAC Owner role or a resourcegroup with RBAC Owner role. If the later is used the resourcegroup naming convention must be "rg-[six letters]" e.g. "rg-majnor".
  • A Service principal with RBAC Owner role on the resourcegroup to be used.
  • VS Code installed locally with the extensions "Bicep" and "REST Client".
  • Latest version of Azure CLI installed.
  • A GitHub account is needed.

Getting started

  • This repo needs to be forked and cloned to to use it locally, see more here

Fork and clone the repository

Log in to GitHub with your GitHub account. Fork this repo by selecting the Fork menu in the GitHub top right corner. fork

Note
If your GitHub account is part of an organization there is a limitation that only one fork is possible in the same organization. The workaround is to clone this repo, create a new repository and then push the code from the cloned working copy similar to this:

git clone https://github.com/jonasnorlund/apim-hack-cicd
cd apim-hack-cicd
git remote set-url origin <url of your new repo>
git push origin master

Clone the fork using git.

git clone <your GitHub repository url>/apim-hack-cicd
cd apim-hack-cicd

Structure

To make this hackathon unique for the participants each participant needs to create a combination of six letters that will be used in the hackathon. This could be the first three letters of your firstname and lastname combined. e.g "majnor". From now on these letters will be called postfix throughout the hackathon. The hackathon is divided into six challenges. Each challenge consist of the following structure:

  • Main objective(s)

    Description of the objective(s) in this challenge.

  • Activities

    Description/guideline of which activities are necessary to complete the challenge.

  • Definition of done

    Description of what is necessary to define a challenge "done".

  • Helpful links

    Some of the challenges has links with information that can be useful to complete the challenge.

  • Solution

    Each challenge has a step-by-step guide and also the final solution for the current solution.

The challenges

About

Azure API Management CI/CD hack with GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 78.6%
  • Bicep 19.1%
  • Dockerfile 2.3%