magnificent-television-29869
03/16/2021, 2:02 PMazure-native:cdn:CustomDomain (abc-de.fgh.ijk.lm):
error: Preview failed: autorest/azure: Service returned an error. Status=400 Code="BadRequest" Message="Property 'CustomDomainEntityKey.CustomDomainName' cannot be set to 'abc-de.fgh.ijk.lm'
the code I am running is
return new CustomDomain(fqdn, new CustomDomainArgs()
{
EndpointName = cdnEndpoint.Name,
ProfileName = cdnProfile.Name,
HostName = fqdn,
ResourceGroupName = resourceGroup.Name,
CustomDomainName = fqdn
});
What am I doing wrong ?brave-planet-10645
03/17/2021, 11:48 AM