custom_domain_verification_ids
Creates, updates, deletes, gets or lists a custom_domain_verification_ids
resource.
Overview
Name | custom_domain_verification_ids |
Type | Resource |
Id | azure.container_apps.custom_domain_verification_ids |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | Get 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 }}';