custom_host_name_analyses
Creates, updates, deletes, gets or lists a custom_host_name_analyses
resource.
Overview
Name | custom_host_name_analyses |
Type | Resource |
Id | azure.container_apps.custom_host_name_analyses |
Fields
Name | Datatype | Description |
---|---|---|
aRecords | array | A records visible for this hostname. |
alternateCNameRecords | array | Alternate CName records visible for this hostname. |
alternateTxtRecords | array | Alternate TXT records visible for this hostname. |
cNameRecords | array | CName records visible for this hostname. |
conflictWithEnvironmentCustomDomain | boolean | true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false . |
conflictingContainerAppResourceId | string | Name of the conflicting Container App on the Managed Environment if it's within the same subscription. |
customDomainVerificationFailureInfo | object | Raw failure information if DNS verification fails. |
customDomainVerificationTest | string | DNS verification test result. |
hasConflictOnManagedEnvironment | boolean | true if there is a conflict on the Container App's managed environment; otherwise, false . |
hostName | string | Host name that was analyzed |
isHostnameAlreadyVerified | boolean | true if hostname is already verified; otherwise, false . |
txtRecords | array | TXT records visible for this hostname. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | containerAppName, 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 }}';