This message was deleted.
# azure
s
This message was deleted.
g
I think the
host
that you're specifying is not the fully formed DNS name.
Something like
${server.name}.<http://database.windows.net|database.windows.net>
is needed I believe.
Here's an example - https://github.com/pulumi/examples/blob/5bcf9de17a660f17172ca05d4ca3f061456a99c5/azure-ts-appservice/index.ts#L95, but that full string is not the same format that the postgresql provider needs AFAIK.
e
So replace
server.name
with
server.fqdn
in the database config?
Ah, the provider