nerdexam
Microsoft

AZ-104 · Question #707

You have an Azure subscription that contains a resource group named RG1. You plan to create a storage account named storage1. You have a Bicep file named File1. You need to modify File1 so that it can

The correct answer is B. scope. We would use scope to target the resource group for storage account. https://ochzhen.com/blog/create-resource-group-azure-bicep

Submitted by hassan_iq· Mar 4, 2026Manage Azure identities and governance

Question

You have an Azure subscription that contains a resource group named RG1. You plan to create a storage account named storage1. You have a Bicep file named File1. You need to modify File1 so that it can be used to automate the deployment of storage1 to RG1. Which property should you modify?

Options

  • Akind
  • Bscope
  • Csku
  • Dlocation

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    80% (35)
  • C
    2% (1)
  • D
    14% (6)

Explanation

We would use scope to target the resource group for storage account. https://ochzhen.com/blog/create-resource-group-azure-bicep

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice