Retrieve storage account access keys from a bicep module
is it possible to retrieve a Storage Account's Access Key when deploying the Storage Account via a Bicep module? My parent bicep creates a storage account using a module file, and it then needs an Access Key but I cannot get it working in a way that's secure: Parent Bicep module functionAppStorageModule 'storage-account.bicep' = { name: 'functionAppStorage'