Hi all, I am looking at simple pulumi c#/azure - want to enable static website for a deployed storage account. I see that the 'Account' type has a StaticWebsite property which accepts (somehow the index/error page) - but i found an example online that say you can't set the static page this way.
any tips? if you can't set here, why is it exposed?
There will be a blog post later today explaining this
r
rapid-lamp-57703
03/16/2020, 10:47 AM
Ah ok, trying to find something simple to get started on as I PoC this for my work but I am struggling at every turn to get even something basic to work.. let along more advance scenarios
The frustrating thing is drew up a list of things to demonstrate using pulumi and static website, and document upload to storage account were like 1 and 2 on that list respectively and I can't get it to work 😞