exam questions

Exam NSE7_PBC-7.2 All Questions

View all questions & answers for the NSE7_PBC-7.2 exam

Exam NSE7_PBC-7.2 topic 1 question 20 discussion

Actual exam question from Fortinet's NSE7_PBC-7.2
Question #: 20
Topic #: 1
[All NSE7_PBC-7.2 Questions]

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

  • A. Use the wget (terraform version) command to upload Terraform.
  • B. Move the Terraform file to the bin directory.
  • C. Set up a storage account in Azure.
  • D. Use the curl -0 (terraform URL) command to download Terraform.
  • E. Subscribe to Terraform in Azure.
Show Suggested Answer Hide Answer
Suggested Answer: BCD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
b73f343
1 month ago
Selected Answer: BCE
.....B. Move the Terraform file to the bin directory. – If installing manually, you need to place the Terraform binary in a directory like /usr/local/bin to use it system-wide. C. Set up a storage account in Azure. – Required for storing the Terraform state file remotely, which is critical for collaboration and persistence in Azure Cloud Shell. E. Subscribe to Terraform in Azure. – Terraform is available as a verified offering in Azure Marketplace, and you may need to accept terms (subscribe) before use, especially for automated provisioning. Incorrect: A and D refer to downloading Terraform manually, which is not needed in Azure Cloud Shell, as it already has Terraform pre-installed.
upvoted 1 times
...
rac_sp
4 months, 3 weeks ago
Selected Answer: BCD
The three important steps required to get Terraform ready using Microsoft Azure Cloud Shell are: C. Set up a storage account in Azure. Azure Cloud Shell requires a storage account to be set up for persisting files and configurations. D. Use the curl -0 (terraform URL) command to download Terraform. If Terraform is not already installed, downloading it using a command like curl is a common method. B. Move the Terraform file to the bin directory. After downloading Terraform, moving the executable file to a directory in your system's PATH, such as the bin directory, ensures it can be executed from anywhere.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...