Add Dependent Azure Resources for Specialized Workloads
This section provides information about referecing dependent Azure resources for specialized workloads. The following scenarios are covered:
Go to the relevant specialized workload directory within the
azure-specialized-workloads
directory.Open the
_index.md
file within the specialized workload directory.Add the dependent Azure resources to the Dependent Azure Resource Recommendations table where the following columns are required:
Recommendation: This will be a markdown URL built using recommendation key that links to the
description
key within the dependent Azure Resource YAML file and the path to the directoryProvider Namespace: The provider namespace of the Azure resource. Utilize the
recommendationResourceType
key within the dependent Azure Resource YAML file. So if therecommendationResourceType
key isMicrosoft.Compute/virtualMachines
, the provider namespace would beCompute
.Resource Type: The resource type of the Azure resource. Utilize the
recommendationResourceType
key within the dependent Azure Resource YAML file. So if therecommendationResourceType
key isMicrosoft.Compute/virtualMachines
, the resource type would bevirtualMachines
.
You only need to update this table for dependent Azure resource recommendations that are located in the
azure-resources
directory.If you add a new specialized workload recommendation, you will NOT need to update the dependent Azure resource recommendations table in the
azure-specialized-workload
directory.
See the markdown example below for a dependent Azure resource recommendation table:
| Recommendation | Provider Namespace | Resource Type |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------:|:-------------:|
| [(Personal) Create a validation pool for testing of planned updates](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/DesktopVirtualization/hostPools/#personal-create-a-validation-pool-for-testing-of-planned-updates) | DesktopVirtualization | hostPools |
| [(Pooled) Configure scheduled agent updates](../../../Azure-Proactive-Resiliency-Library-v2/azure-resources/DesktopVirtualization/hostPools/#pooled-configure-scheduled-agent-updates) | DesktopVirtualization | hostPools |