This message was deleted.
# general
s
This message was deleted.
d
prefix also needs to use
pulumi.interpolate
c
yeah, I found that, but I also realised that
appServicePlanName
a bit higher up also uses
appName
which is apparently not supported. The resource name can't use
pulumi.interpolate
d
yes, resource names must be known ahead of time so the stack can be built
c
hmm, so best to not make them depend on anything environment specific then
which makes sense, this should all be hidden behind stacks