melodic-byte-32771
04/13/2020, 9:10 AMstorageAccount = new azure.storage.Account(`account`, {
resourceGroupName: resourceGroup.name,
accountReplicationType: 'LRS',
accountTier: 'Standard',
accountKind: 'StorageV2',
staticWebsite: {
indexDocument: 'index.html',
error404Document: 'index.html'
}
});
this is what I receive
azure:storage/account:Account resource 'account' has a problem: static_website.0: invalid or unknown key: error404_document
tall-librarian-49374
04/13/2020, 10:29 AMmelodic-byte-32771
04/13/2020, 10:34 AMtall-librarian-49374
04/13/2020, 10:48 AM