This message was deleted.
# azure
s
This message was deleted.
t
You could run it with
pulumi up --debug -v=9 --logflow --logtostderr --yes --skip-preview
to get the raw HTTP requests and responses. Maybe you’d spot what goes wrong.
a
That's exactly what I was hoping for - I'll give that a try
Indeed, that revealed the error coming back from Azure:
The Cname record cannot point at the same resource record.
Now I just need to figure out what that means.
Looks like I forgot that I want the CNAME record to point to my Kubernetes service... So that makes sense.
t
Awesome that you found the error. If you don’t mind, could you open an issue describing that a useful error message was lost and attach obfuscated HTTP logs? That would be super helpful.