Microsoft Certified Azure Administrator Associate · Free Practice Question Medium

Question 1

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?

  • A

    kind

  • B

    scope

  • C

    sku

  • D

    location

Reveal correct answer

Correct answer: B

B.

To automate the deployment of the storage account named storage1 to the resource group RG1 using a Bicep file, you should modify the scope property in the Bicep file. This property should be set to the symbolic name of the resource group where you want to deploy the storage account. Here's an example of how you can set the scope property:


Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need