3 comments

  1. // — Storage account
    module storageAccount ‘Modules/Storage.bicep’ = {
    name: ‘storageAccountAux’
    params: {
    storageAccountName: storageAccountName
    >> storageContainerName: storageContainerName <<
    location: location
    }
    }

    param storageContainerName does not exist. Should it be storageAccountSkuName?

Leave a comment

Your email address will not be published. Required fields are marked *

Exit mobile version