nerdexam
Fortinet

NSE7_PBC-7.2 · Question #48

What are three important steps required to get Terraform ready using Microsoft Azure Cloud Shell? (Choose three.)

The correct answer is A. Set up a storage account in Azure. D. Move the Terraform file to the bin directory. E. Use the wget (te=aform vession) command to upload Terraform. To get Terraform ready using Microsoft Azure Cloud Shell, you need to perform the following Set up a storage account in Azure. This is required to store the Terraform state file in a blob container, which enables collaboration and persistence of the infrastructure…

FortiGate-VM in Public Cloud

Question

What are three important steps required to get Terraform ready using Microsoft Azure Cloud Shell? (Choose three.)

Options

  • ASet up a storage account in Azure.
  • Buse the -O command to download Terraform.
  • CSubscribe to Terraform in Azure.
  • DMove the Terraform file to the bin directory.
  • EUse the wget (te=aform vession) command to upload Terraform.

How the community answered

(45 responses)
  • A
    71% (32)
  • B
    11% (5)
  • C
    18% (8)

Explanation

To get Terraform ready using Microsoft Azure Cloud Shell, you need to perform the following Set up a storage account in Azure. This is required to store the Terraform state file in a blob container, which enables collaboration and persistence of the infrastructure configuration. Use the wget (terraform_version) command to upload Terraform. This command downloads the latest version of Terraform from the official website and saves it as a zip file in the current Move the Terraform file to the bin directory. This step extracts the Terraform executable from the zip file and moves it to the bin directory, which is part of the PATH environment variable. This allows you to run Terraform commands from any directory in Cloud Shell.

Topics

#Terraform#Azure Cloud Shell#storage account#binary installation

Community Discussion

No community discussion yet for this question.

Full NSE7_PBC-7.2 Practice