worried-flag-17395
12/21/2024, 10:02 PMazure-native:storage:StorageAccount (zacdirectstorage):
error: Code="StorageDomainNameCouldNotVerify" Message="The custom domain name could not be verified. CNAME mapping from www.zac.direct to any of <http://zacdirectstoragecc2391be.blob.core.windows.net|zacdirectstoragecc2391be.blob.core.windows.net>,<http://zacdirectstoragecc2391be.z19.web.core.windows.net|zacdirectstoragecc2391be.z19.web.core.windows.net> does not exist."
Terraform similar issue that seems like it might just need a special DNS verification record to work. Odd that it just takes it via entry in Azure Portal though. I wonder if there's a more direct API available that can just set this and skip the CNAME validation?worried-flag-17395
12/21/2024, 10:05 PMconst zacdirectstoragecc2391be = new azure_native.storage.StorageAccount("zacdirectstoragecc2391be", {
/// snipped
customDomain: {
name: "www.zac.direct",
},
/// snipped
}, {
protect: true,
});