Azure rendering solution deployment framework

This commit is contained in:
Rick Shahid 2022-11-29 04:20:25 -08:00
Родитель 300019dd51
Коммит 91c5f98e21
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -5,9 +5,9 @@ Azure Artist Anywhere (AAA) is a *modular and customizable [infrastructure-as-co
https://user-images.githubusercontent.com/22285652/202864874-e48070dc-deaa-45ee-a8ed-60ff401955f0.mp4
The following *core design principles* are implemented throughout the AAA solution deployment framework.
* Integration of security best practices, including [Managed Identity](https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview), [Key Vault](https://learn.microsoft.com/azure/key-vault/general/overview) and [Private Endpoints](https://learn.microsoft.com/azure/private-link/private-endpoint-overview).
* Any software (render manager, render engine, etc) in a [Compute Gallery](https://learn.microsoft.com/azure/virtual-machines/shared-image-galleries) custom image is supported.
* Clean separation of module deployment configuration files (*config.auto.tfvars*) and code files (*main.tf*).
* Integration of security best practices, including [Managed Identity](https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview), [Key Vault](https://learn.microsoft.com/azure/key-vault/general/overview), [Private Endpoints](https://learn.microsoft.com/azure/private-link/private-endpoint-overview) and [Network Security Groups](https://learn.microsoft.com/azure/virtual-network/network-security-groups-overview).
* Any custom or 3rd-party software (render manager, render engines, etc) in a [Compute Gallery](https://learn.microsoft.com/azure/virtual-machines/shared-image-galleries) custom image is supported.
* Clean separation of AAA module deployment configuration files (*config.auto.tfvars*) and code files (*main.tf*) via Terraform.
| **Module Name** | **Module Description** | **Required for<br>Compute Burst?** | **Required for<br>All Cloud?** |
| --------------- | ---------------------- | ---------------------------------- | ------------------------------ |