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.app_containers.custom_domain_verification_ids

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
valuestring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_custom_domain_verification_idselectsubscription_idGet the verification id of a subscription used for verifying custom domains.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscription_idstring

SELECT examples

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

SELECT
value
FROM azure.app_containers.custom_domain_verification_ids
WHERE subscription_id = '{{ subscription_id }}' -- required
;