lz-managedEnvironments

Type: bicep-module

Snippet

resource appEnv 'Microsoft.App/managedEnvironments@2025-10-02-preview' = { name: 'cae-${appName}-${environment}' location: location properties: { publicNetworkAccess: 'Disabled' workloadProfiles: [ { name: 'Consumption' workloadProfileType: 'Consumption' } ] appLogsConfiguration: { destination: 'azure-monitor' } } }

Path

landing-zones/bicep/modules/base/managedEnvironments.bicep

← Back to bigbang