Microsoft Azure Administrator — Question 105

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?

Answer options

Correct answer: B

Explanation

The correct answer is B, as the 'scope' property needs to be modified to ensure that the deployment targets the specific resource group RG1. The other options, such as 'kind', 'sku', and 'location', pertain to the configuration of the storage account itself rather than where it will be deployed.