I see storagename creation as error.. G:\DWork\osource\cloudc\devops\pulumi\go\azure>pulumi up -y
Please choose a stack, or create a new one: dev
Previewing update (dev)
View Live:
https://app.pulumi.com/nagkumar/cuedemo/dev/previews/6dec0269-b81f-4fbc-8279-b105a645dd0a
Type Name Plan
+ pulumi
pulumiStack cuedemo-dev create
+ ββ azure-native
resourcesResourceGroup bob-group create
+ ββ azure-native
resourcesResourceGroup anna-group create
+ ββ azure-native
storageStorageAccount anna-storage create
+ ββ azure-native
storageStorageAccount bob-storage create
+ ββ azure-native
storageStorageAccountStaticWebsite anna-website create
+ ββ azure-native
storageStorageAccountStaticWebsite bob-website create
+ ββ azure-native
storageBlob anna-index.html create
+ ββ azure-native
storageBlob bob-index.html create
Resources:
+ 9 to create
Updating (dev)
View Live:
https://app.pulumi.com/nagkumar/cuedemo/dev/updates/5
Type Name Status Info
+ pulumi
pulumiStack cuedemo-dev
creating failed 1 error
+ ββ azure-native
resourcesResourceGroup anna-group created
+ ββ azure-native
resourcesResourceGroup bob-group created
+ ββ azure-native
storageStorageAccount anna-storage
creating failed 1 error
+ ββ azure-native
storageStorageAccount bob-storage
creating failed 1 error
Diagnostics:
pulumi
pulumiStack (cuedemo-dev):
error: update failed
azure-native
storageStorageAccount (anna-storage):
error: Code="AccountNameInvalid" Message="anna-storageb09dfdd2 is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only."
azure-native
storageStorageAccount (bob-storage):
error: Code="AccountNameInvalid" Message="bob-storage7b1e61c2 is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only."
Resources:
+ 3 created
Duration: 30s