Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ygo74/azure

Azure deployment and configuration hands on lab
https://github.com/ygo74/azure

giscus

Last synced: about 1 month ago
JSON representation

Azure deployment and configuration hands on lab

Awesome Lists containing this project

README

        

# Devops Toolbox - Azure

Test and deploy many features on Azure Cloud. Features can be built-in features (such ACR, AKS, ...) or custom features (such as Jenkins CI platforms,...).

The goal is to learn, test and compare some tools to do the same stuff (powershell, jenkins, ...) and at the end to compare some cloud providers

As we don't like to write the same code / configuration in different files, the azure devops toolbox is supported by :
* Shared configuration files
* A powershell module which uses these configuration files and acts as a wrapper for idempotence operations on Standard Azure command

## Setup environment

1. [Prerequisites](documentation/00-prerequisites.md)
2. [Module MESF Azure features](documentation/01-mesf_azure.md)

## Azure features

### Built-in Azure features deployment and Operations

| Azure feature | Description | Status |
|---------------|-------------| ------ |
| [Azure Container Registry](acr) | Azure Container Registry allows you to build, store, and manage images for all types of container deployments | |
| [Azure Kubernetes Service](aks) | Deploy AKS | [![Build Status](https://dev.azure.com/ygo74/iac/_apis/build/status/aksBootsrap%20-%20Deployment?branchName=master)](https://dev.azure.com/ygo74/iac/_build/latest?definitionId=30&branchName=master) |
| [Service Fabric](service%20fabric) | | |
| [Vault](vault) | | |

### Custom Deployment

| Deployment Model | Description |
|------------------|-------------|
| [jenkins](jenkins) | | |