azure:qnd:azure_architecture

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
azure:qnd:azure_architecture [2022/08/11 15:49] mguptonazure:qnd:azure_architecture [2022/09/22 18:30] (current) – [Azure Architecture] mgupton
Line 2: Line 2:
   * [[https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/|Cloud Adoption Framework]]   * [[https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/|Cloud Adoption Framework]]
   * [[https://docs.microsoft.com/en-us/azure/architecture/framework/|Microsoft Azure Well-Architected Framework]]   * [[https://docs.microsoft.com/en-us/azure/architecture/framework/|Microsoft Azure Well-Architected Framework]]
 +  * [[https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke|Hub and Spoke Architecture]]
  
 ====== Landing Zones ====== ====== Landing Zones ======
   * [[https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/]]   * [[https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/]]
 +  * [[https://docs.microsoft.com/en-us/azure/architecture/framework/security/design-governance-landing-zone]]
   * //Landing Zones// are pre-configured environments that cover all the core aspects of modern cloud native IT where you can host your workloads. They are a kind of a template that provides a baseline environment to facilitate the transition from on-prem to cloud while following best practices. Instead of a straight lift and shift Landing Zones are a way of rethinking IT resources and architecture in a cloud native way.   * //Landing Zones// are pre-configured environments that cover all the core aspects of modern cloud native IT where you can host your workloads. They are a kind of a template that provides a baseline environment to facilitate the transition from on-prem to cloud while following best practices. Instead of a straight lift and shift Landing Zones are a way of rethinking IT resources and architecture in a cloud native way.
   * Landing Zones are implemented with //IaC// technologies like Blueprint or Terraform.   * Landing Zones are implemented with //IaC// technologies like Blueprint or Terraform.
Line 10: Line 12:
 > A landing zone is an environment for hosting your workloads, pre-provisioned through code.  > A landing zone is an environment for hosting your workloads, pre-provisioned through code. 
  
-> From a workload perspective, a landing zone refers to a prepared platform into which the application gets deployed. A landing zone implementation can have compute, data sources, access controls, and networking components already provisioned. +> From a workload perspective, a landing zone refers to a prepared platform into which the application gets deployed. A landing zone implementation can have compute, data sources, access controls, and networking components already provisioned. 
 + 
 +===== Deployment Methods ===== 
 +  * ARM Templates 
 +      * [[https://github.com/Azure/Enterprise-Scale]] 
 +  * Blueprints 
 +  * Terraform 
 + 
 +====== Virtual WAN ====== 
 +  * [[https://docs.microsoft.com/en-us/azure/virtual-wan/virtual-wan-about]] 
 +  * [[https://docs.microsoft.com/en-us/azure/virtual-wan/virtual-wan-global-transit-network-architecture]] 
  • azure/qnd/azure_architecture.1660232980.txt.gz
  • Last modified: 2022/08/11 15:49
  • by mgupton