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,
});
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by