ManagedEnvironmentProperties interface

Managed environment resource specific properties

Properties

appInsightsConfiguration

Environment level Application Insights configuration

appLogsConfiguration

Cluster configuration which enables the log daemon to export app logs to configured destination

availabilityZones

The list of availability zones to use for managed environment

customDomainConfiguration

Custom domain configuration for the environment

daprAIConnectionString

Application Insights connection string used by Dapr to export Service to Service communication telemetry

daprAIInstrumentationKey

Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry

daprConfiguration

The configuration of Dapr component.

defaultDomain

Default Domain Name for the cluster

deploymentErrors

Any errors that occurred during deployment or deployment validation

diskEncryptionConfiguration

Disk encryption configuration for the Managed Environment.

eventStreamEndpoint

The endpoint of the eventstream of the Environment.

infrastructureResourceGroup

Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.

ingressConfiguration

Ingress configuration for the Managed Environment.

kedaConfiguration

The configuration of Keda component.

openTelemetryConfiguration

Environment Open Telemetry configuration

peerAuthentication

Peer authentication settings for the Managed Environment

peerTrafficConfiguration

Peer traffic settings for the Managed Environment

privateEndpointConnections

Private endpoint connections to the resource.

privateLinkDefaultDomain

Private Link Default Domain Name for the environment

provisioningState

Provisioning state of the Environment.

publicNetworkAccess

Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.

staticIp

Static IP of the Environment

vnetConfiguration

Vnet configuration for the environment

workloadProfiles

Workload profiles configured for the Managed Environment.

zoneRedundant

Whether or not this Managed Environment is zone-redundant.

Property Details

appInsightsConfiguration

Environment level Application Insights configuration

appInsightsConfiguration?: AppInsightsConfiguration

Property Value

appLogsConfiguration

Cluster configuration which enables the log daemon to export app logs to configured destination

appLogsConfiguration?: AppLogsConfiguration

Property Value

availabilityZones

The list of availability zones to use for managed environment

availabilityZones?: string[]

Property Value

string[]

customDomainConfiguration

Custom domain configuration for the environment

customDomainConfiguration?: CustomDomainConfiguration

Property Value

daprAIConnectionString

Application Insights connection string used by Dapr to export Service to Service communication telemetry

daprAIConnectionString?: string

Property Value

string

daprAIInstrumentationKey

Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry

daprAIInstrumentationKey?: string

Property Value

string

daprConfiguration

The configuration of Dapr component.

daprConfiguration?: DaprConfiguration

Property Value

defaultDomain

Default Domain Name for the cluster

defaultDomain?: string

Property Value

string

deploymentErrors

Any errors that occurred during deployment or deployment validation

deploymentErrors?: string

Property Value

string

diskEncryptionConfiguration

Disk encryption configuration for the Managed Environment.

diskEncryptionConfiguration?: DiskEncryptionConfiguration

Property Value

eventStreamEndpoint

The endpoint of the eventstream of the Environment.

eventStreamEndpoint?: string

Property Value

string

infrastructureResourceGroup

Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.

infrastructureResourceGroup?: string

Property Value

string

ingressConfiguration

Ingress configuration for the Managed Environment.

ingressConfiguration?: IngressConfiguration

Property Value

kedaConfiguration

The configuration of Keda component.

kedaConfiguration?: KedaConfiguration

Property Value

openTelemetryConfiguration

Environment Open Telemetry configuration

openTelemetryConfiguration?: OpenTelemetryConfiguration

Property Value

peerAuthentication

Peer authentication settings for the Managed Environment

peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication

Property Value

peerTrafficConfiguration

Peer traffic settings for the Managed Environment

peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration

Property Value

privateEndpointConnections

Private endpoint connections to the resource.

privateEndpointConnections?: PrivateEndpointConnection[]

Property Value

privateLinkDefaultDomain

Private Link Default Domain Name for the environment

privateLinkDefaultDomain?: string

Property Value

string

provisioningState

Provisioning state of the Environment.

provisioningState?: string

Property Value

string

publicNetworkAccess

Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.

publicNetworkAccess?: string

Property Value

string

staticIp

Static IP of the Environment

staticIp?: string

Property Value

string

vnetConfiguration

Vnet configuration for the environment

vnetConfiguration?: VnetConfiguration

Property Value

workloadProfiles

Workload profiles configured for the Managed Environment.

workloadProfiles?: WorkloadProfile[]

Property Value

zoneRedundant

Whether or not this Managed Environment is zone-redundant.

zoneRedundant?: boolean

Property Value

boolean