infra/naming.overrides.jsonc (80 lines of code) (raw):

{ /* ** Use this file to override any of the names that are chosen for resources. */ // Hub network resources // "hubBastionHost": "", // "hubBastionPublicIpAddress": "", // "hubBudget": "", // "hubDDoSProtectionPlan": "", // "hubFirewall": "", // "hubFirewallPublicIpAddress": "", // "hubJumpbox": "", // "hubResourceGroup": "", // "hubSubnetBastionHost": "", // "hubSubnetFirewall": "", // "hubSubnetJumpbox": "", // "hubSubnetPrivateEndpoint": "", // "hubVirtualNetwork": "", // Spoke network resources // "spokeApiInboundSubnet": "", // "spokeApiInboundNSG": "", // "spokeApiOutboundSubnet": "", // "spokeApiOutboundNSG": "", // "spokeContainerAppsEnvironmentSubnet": "", // "spokeContainerAppsEnvironmentNSG": "", // "spokeDevopsSubnet": "", // "spokeDeploymentSubnet": "", // "spokeResourceGroup": "", // "spokeRouteTableRouteTable": "", // "spokePrivateEndpointNSG": "", // "spokePrivateEndpointSubnet": "", // "spokeVirtualNetwork": "", // "spokeWebInboundSubnet": "", // "spokeWebInboundNSG": "", // "spokeWebOutboundSubnet": "", // "spokeWebOutboundNSG": "", // Common services - may be in hub or application resource group // "applicationInsights": "", // "buildAgent": "", // "keyVault": "", // "keyVaultPrivateEndpoint": "", // "logAnalyticsWorkspace": "", // Application resources // "apiAppService": "", // "apiAppServicePlan": "", // "apiPrivateEndpoint": "", // "appConfiguration": "", // "appConfigurationPrivateEndpoint": "", // "appManagedIdentity": "", // "budget": "", // "commonAppServicePlan": "", // "commonContainerAppEnvironment": "", // "containerRegistry": "", // "containerRegistryPrivateEndpoint": "", // "frontDoorEndpoint": "", // "frontDoorProfile": "", // "ownerManagedIdentity": "", // "redis": "", // "redisPrivateEndpoint": "", // "renderingServiceContainerApp": "", // "resourceGroup": "", // "serviceBusNamespace": "", // "serviceBusNamespacePrivateEndpoint": "", // "storageAccount": "", // "storageAccountContainer": "", // "sqlDatabase": "", // "sqlDatabasePrivateEndpoint": "", // "sqlServer": "", // "sqlResourceGroup": "", // "webAppFrontend": "", // "webAppService": "", // "webAppServicePlan": "", // "webApplicationFirewall": "", // "webAppFrontendPrivateEndpoint": "", // "webwebAppServicePrivateEndpoint": "", /* ** End of file - don't remove the next line as it signifies the end. */ "__end__": "" }