This message was deleted.
# general
s
This message was deleted.
f
I think I know that. You also need to specify the Name in the args object i.e ResourceGroupArgs
so if you create for example a Resource Group: var rg = new ResourceGroup("dev-rg", new ResourceGroupArgs(){ ResourceGroupName = "*dev-rg*"})
In the StorageAccountArgs, there is a Name property. I think you need to set it there as well ie mgcoremedia..
s
FYI, the hex characters tacked on are done so that you can deploy the same stack multiple times in the same environment.
If you don't need this (or specifically don't want it for your use case), then do as @fierce-dinner-64337 suggested: supply an explicit name input to the resource.
e
Thank you 🙂 I fixed it. Looking better now