Good afternoon, I would like to know if it is poss...
# general
s
Good afternoon, I would like to know if it is possible to remove the id from the component name, I see it concatenated, I working with azure and c#
g
You can specify an explicit name argument on your resources to remove the auto generated suffix. See https://www.pulumi.com/docs/troubleshooting/faq/#why-do-resource-names-have-random-hex-character-suffixes for more info.
s
Great! Thank you!