Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ygo74/azure
- Owner: ygo74
- License: mit
- Created: 2018-11-15T21:00:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T21:47:03.000Z (9 months ago)
- Last Synced: 2024-04-07T22:34:32.604Z (9 months ago)
- Topics: giscus
- Language: PowerShell
- Homepage: https://ygo74.github.io/azure/
- Size: 413 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) | | |