Open magodo opened 4 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.
Any updates?
Guys, I might be wrong, but missing this azurerm_app_service_domain feature makes programmatical public domain registration with terraform in azure impossible. Any updates regarding this feature?
The App Service Domain API is not idempotent in turns that
PUT
/PATCH
need some fields (e.g.consent
,contact
) which are not returned in a laterGET
. Also, I noticed that the contact information filled in Portal doesn't ends up show in the WHOIS database, where it uses some "preset" contact information instead.Besideds, there is no example on how to create this resource in current spec, which makes it not easy to reason about. For instance, it is confusing what should pass as
consent.agreedBy
.