Skip to main content

custom_host_name_analyses

Creates, updates, deletes, gets or lists a custom_host_name_analyses resource.

Overview

Namecustom_host_name_analyses
TypeResource
Idazure.container_apps.custom_host_name_analyses

Fields

NameDatatypeDescription
aRecordsarrayA records visible for this hostname.
alternateCNameRecordsarrayAlternate CName records visible for this hostname.
alternateTxtRecordsarrayAlternate TXT records visible for this hostname.
cNameRecordsarrayCName records visible for this hostname.
conflictWithEnvironmentCustomDomainbooleantrue if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
conflictingContainerAppResourceIdstringName of the conflicting Container App on the Managed Environment if it's within the same subscription.
customDomainVerificationFailureInfoobjectRaw failure information if DNS verification fails.
customDomainVerificationTeststringDNS verification test result.
hasConflictOnManagedEnvironmentbooleantrue if there is a conflict on the Container App's managed environment; otherwise, false.
hostNamestringHost name that was analyzed
isHostnameAlreadyVerifiedbooleantrue if hostname is already verified; otherwise, false.
txtRecordsarrayTXT records visible for this hostname.

Methods

NameAccessible byRequired ParamsDescription
listSELECTcontainerAppName, resourceGroupName, subscriptionId

SELECT examples

SELECT
aRecords,
alternateCNameRecords,
alternateTxtRecords,
cNameRecords,
conflictWithEnvironmentCustomDomain,
conflictingContainerAppResourceId,
customDomainVerificationFailureInfo,
customDomainVerificationTest,
hasConflictOnManagedEnvironment,
hostName,
isHostnameAlreadyVerified,
txtRecords
FROM azure.container_apps.custom_host_name_analyses
WHERE containerAppName = '{{ containerAppName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';