Skip to content

Bicep deployment error. #8271

Discussion options

You must be logged in to vote

After I've added a identity: { type: 'None' } property. My deployment was finally successful.

resource storageAccount 'Microsoft.Storage/storageAccounts@2021-08-01' = {
  name: 'toylaunchjsdfgrgf'
  location: 'westus3'
  sku: {
    name: 'Standard_LRS'
  }
  kind: 'StorageV2'
  identity: { type: 'None' }
  properties: { accessTier: 'Hot' }
}

The article Microsoft.Storage storageAccounts 2021-08-01 can be helpful.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@StefanIvemo
Comment options

@brwilkinson
Comment options

Answer selected by brwilkinson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants