echoing-dress-72742
11/21/2022, 9:31 AMvar nicCoreMediaDevStorageAccount = new StorageAccount("mgcoremedia", new StorageAccountArgs
{
ResourceGroupName = resourceGroup.Name,
Kind = "StorageV2",
Sku = new AzureNative.Storage.Inputs.SkuArgs()
{
Name = SkuName.Standard_LRS
},
Location = "Norway East",
});
Is there a way to set a specific name on a storage account through Pulumi, right now the storage account ends up looking with a generated name appended to the name I have given.fierce-dinner-64337
11/21/2022, 9:42 AMstocky-restaurant-98004
11/22/2022, 4:21 PMechoing-dress-72742
11/24/2022, 8:06 AM