1Z0-1067 · Question #30
You have received an email from your manager to provision new resources on Oracle Cloud Infrastructure (OCI). When researching OCI y detect that you should use OCI Resource Manager. Since this is a…
The correct answer is B. Option B. On Windows, be sure the .zip file and variables.json files are in the same directory from which you're running the CLI. The CLI currently has a limitation on Windows that prevents correct handling of the files if either one is in a subdirectory. Open a command prompt and run…
Question
You have received an email from your manager to provision new resources on Oracle Cloud Infrastructure (OCI). When researching OCI y detect that you should use OCI Resource Manager. Since this is a task that will be done multiple times for development, test, and production need to create a command that can be re-used. Which CLI command can be used In this situation? A) B) C) D)
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(28 responses)- A4% (1)
- B79% (22)
- C7% (2)
- D11% (3)
Explanation
On Windows, be sure the .zip file and variables.json files are in the same directory from which you're running the CLI. The CLI currently has a limitation on Windows that prevents correct handling of the files if either one is in a subdirectory. Open a command prompt and run oci resource-manager stack create to create a stack: resource-manager --compartment-id <compartment_OCID> <config_file_name> --variables <var_file_path> --display-name "<friendly_name>" --description "<description>" --working-directory "" https://docs.cloud.oracle.com/en- us/iaas/Content/ResourceManager/Tasks/managingstacksandjobs.htm#CreateStack
Topics
Community Discussion
No community discussion yet for this question.