All Projects → Azure → Vdc

Azure / Vdc

Licence: mit
Toolkit to accelerate Azure adoption for enterprise customers

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Vdc

Jazz
Platform to develop and manage serverless applications at an enterprise scale!
Stars: ✭ 254 (+117.09%)
Mutual labels:  azure, enterprise
Caf Terraform Landingzones
Cloud Adoption Framework for Azure - Terraform landing zones
Stars: ✭ 335 (+186.32%)
Mutual labels:  azure, enterprise
Midway
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Stars: ✭ 5,080 (+4241.88%)
Mutual labels:  azure, enterprise
Awesome Azure Iot
A curated list of awesome Azure Internet of Things projects and resources.
Stars: ✭ 104 (-11.11%)
Mutual labels:  azure
Typhoon
Minimal and free Kubernetes distribution with Terraform
Stars: ✭ 1,397 (+1094.02%)
Mutual labels:  azure
Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (-3.42%)
Mutual labels:  azure
Azure Functions Rs
Create Azure Functions with Rust!
Stars: ✭ 117 (+0%)
Mutual labels:  azure
Azurite
!! This repository has now moved to https://github.com/azure/azurite !! A lightweight server clone of Azure Blob, Queue, and Table Storage that simulates most of the commands supported by it with minimal dependencies.
Stars: ✭ 103 (-11.97%)
Mutual labels:  azure
Appconfiguration
Questions, feedback and samples for Azure App Configuration service
Stars: ✭ 116 (-0.85%)
Mutual labels:  azure
Azops
This container image can be used to deploy ARM templates at Tenant, Management Group, Subscription and Resource Group scope and export current Azure configuration hierarchy in Git repository.
Stars: ✭ 109 (-6.84%)
Mutual labels:  azure
Azure Quickstart Templates
Azure Quickstart Templates
Stars: ✭ 11,138 (+9419.66%)
Mutual labels:  azure
Dva Boot Admin
🍰 react admin dashboard ui LANIF-ADMIN --- react 16 + react-router 4 + dva 2 + antd 4 后台管理 脚手架
Stars: ✭ 1,553 (+1227.35%)
Mutual labels:  enterprise
Applicationinsights Go
Microsoft Application Insights SDK for Go
Stars: ✭ 113 (-3.42%)
Mutual labels:  azure
Devcamp
Contains content for the Azure DevCamp
Stars: ✭ 104 (-11.11%)
Mutual labels:  azure
Aivisualprovision
Connect(); 2018 - AI Visual Provision Sample App
Stars: ✭ 116 (-0.85%)
Mutual labels:  azure
Acr
Azure Container Registry samples, troubleshooting tips and references
Stars: ✭ 102 (-12.82%)
Mutual labels:  azure
Maturity models
Maturity models for IT, Agile, DevOps, TOGAF, Six Sigma, P3M3, etc.
Stars: ✭ 115 (-1.71%)
Mutual labels:  enterprise
Seldon Server
Machine Learning Platform and Recommendation Engine built on Kubernetes
Stars: ✭ 1,435 (+1126.5%)
Mutual labels:  azure
Enterprise
🦄 The Enterprise™ programming language
Stars: ✭ 1,493 (+1176.07%)
Mutual labels:  enterprise
Gocloud
☁️ Go API for open cloud
Stars: ✭ 112 (-4.27%)
Mutual labels:  azure

Azure Virtual Datacenter

Build Status

This toolkit assists in the composition of reference architectures for Microsoft Azure. It is intended for enterprise customers with strict security and compliance requirements. The toolkit for designing and standardizing centrally-managed infastructure as well as application-specific infrastructure. It encourages the use of modern devops principles.

Documentation

Repo structure

Here's what is included:

  • Agent A self-hosted agent for Azure DevOps. You will need this because the built-in agents have a timeout of 1 hour.
  • GitHub Actions GitHub Actions pipeline to deploy both Shared Services & MS-VDI in Azure environment. All the required Azure environment should be added to GitHub secrets.
  • Config The configuration used when running the toolkit. This tells the toolkit where to store audit logs.
  • Docs Documentation for using the toolkit.
  • Environments These are sample reference architectures that can be deployed with the toolkit. They are sometimes decomposed into archetypes and landing zones. A landing zone represents the portion of the reference architecture that is centrally managed. The archetype is the application specific infrastructure. The json files here are used by the toolkit to deploy the environments. The pipeline.yml files are for use with Azure DevOps; they are not needed if you are deploying locally.
  • LabVM This provides a click-to-deploy experience for setting up the toolkit on a VM in Azure. The VM has all of the dependencies installed for the toolkit.
  • Modules Modules are the building blocks for the reference architectures. An indvidual module is an Azure Reousrce Manager template for deploying a single resource or a set of closely related resources. These modules are structured in a way to facilitate passing outputs to subsequent deployments.
  • Orchestration This folder contains the scripts for the toolkit. The primary entry point is Orchestration\OrchestrationService\ModuleConfigurationDeployment.ps1. This script is used for local deployments and by the sample Azure DevOps pipelines.
  • Scripts These are additional assets that are used when deploying some of the environments.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].