Answers for "The name "" does not exist in the current context.bicep"

0

The name "" does not exist in the current context.bicep

resource stg 'Microsoft.Storage/storageAccounts@2019-06-01' existing = {
  name: 'examplestorage'
}

output blobEndpoint string = stg.properties.primaryEndpoints.blob
Posted by: Guest on September-20-2021

Code answers related to "The name "" does not exist in the current context.bicep"

Browse Popular Code Answers by Language