https://pulumi.com logo
Title
h

high-microphone-79954

03/09/2021, 1:25 PM
HI guys, I have a question. I have defined
var args = new ResourceGroupArgs {ResourceGroupName = "AppShared"};
inside my stack... I can deploy changes to my Azure subscription, but I wonder why the name is always AppShared{SOME_RANDOM_CHARACTERS} when i browse resources on azure portal? I need the name to be set exactly as I defined. Please advice
c

cool-fireman-90027

03/09/2021, 6:28 PM
Pulumi uses auto-naming for resources. Are you using azure-native?