hiexam
microsoft · AZ-400 · Q837 · code_completion · azure, bicep, storage_account

HOTSPOT - You have an Azure subscription. You need to create a storage account by using a Bicep file. How should you…

HOTSPOT - You have an Azure subscription. You need to create a storage account by using a Bicep file. How should you complete the file? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. //IMG//
param storageAccount string

var storageAccountNameToUse = '${storageAccount}${uniqueString(resourceGroup().id)}'

resource invoiceStorage 'Microsoft.Storage/storageAccounts@2022-05-01' = {
  name: storageAccountNameToUse
  location: 'eastus'
  sku: {
    name: 'Standard_GRS'
  }
  kind: {{slot1}}
  properties: {{slot2}}
  supportsHttpsTrafficOnly: true
}
Correct slot values

Answer hidden

Unlock AZ-400

First 5 questions of every exam are free. Unlock the rest.

Includes
  • · All — questions
  • · Verified answers + AI explanations
  • · Spaced-repetition mistake notebook
  • · Phone, tablet, laptop sync

One-time payment. Doesn't auto-renew. · Already paid? Sign in