ManagedEnvironmentProperties interface
Managed environment resource specific properties
Properties
| app |
Environment level Application Insights configuration |
| app |
Cluster configuration which enables the log daemon to export app logs to configured destination |
| availability |
The list of availability zones to use for managed environment |
| custom |
Custom domain configuration for the environment |
| dapr |
Application Insights connection string used by Dapr to export Service to Service communication telemetry |
| dapr |
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry |
| dapr |
The configuration of Dapr component. |
| default |
Default Domain Name for the cluster |
| deployment |
Any errors that occurred during deployment or deployment validation |
| disk |
Disk encryption configuration for the Managed Environment. |
| event |
The endpoint of the eventstream of the Environment. |
| infrastructure |
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. |
| ingress |
Ingress configuration for the Managed Environment. |
| keda |
The configuration of Keda component. |
| open |
Environment Open Telemetry configuration |
| peer |
Peer authentication settings for the Managed Environment |
| peer |
Peer traffic settings for the Managed Environment |
| private |
Private endpoint connections to the resource. |
| private |
Private Link Default Domain Name for the environment |
| provisioning |
Provisioning state of the Environment. |
| public |
Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. |
| static |
Static IP of the Environment |
| vnet |
Vnet configuration for the environment |
| workload |
Workload profiles configured for the Managed Environment. |
| zone |
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