Skip to main content

custom_domain_verification_ids

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

Overview

Namecustom_domain_verification_ids
TypeResource
Idazure.container_apps.custom_domain_verification_ids

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionIdGet the verification id of a subscription used for verifying custom domains

SELECT examples

Get the verification id of a subscription used for verifying custom domains

SELECT

FROM azure.container_apps.custom_domain_verification_ids
WHERE subscriptionId = '{{ subscriptionId }}';