Skip to content

Commit 1b0b035

Browse files
authored
Merge pull request #97949 from garis/patch-1
Update extensions-rmpolicy-howto-cli.md
2 parents 01f8cc7 + 60e681b commit 1b0b035

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/virtual-machines/extensions/extensions-rmpolicy-howto-cli.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ When you're finished, press **Esc**, and then type **:wq** to save and close the
6262
You also need a [parameters](../../governance/policy/concepts/definition-structure.md#parameters) file that creates a structure for you to use for passing in a list of the unauthorized extensions.
6363

6464
This example shows you how to create a parameter file for Linux VMs in Cloud Shell.
65+
66+
In the bash Cloud Shell opened before type:
67+
68+
```bash
69+
vim ~/clouddrive/azurepolicy.parameters.json
6570
```
6671

6772
Copy and paste the following `.json` data into the file.
@@ -155,4 +160,4 @@ az policy definition delete --name 'not-allowed-vmextension-linux'
155160

156161
## Next steps
157162

158-
For more information, see [Azure Policy](../../governance/policy/overview.md).
163+
For more information, see [Azure Policy](../../governance/policy/overview.md).

0 commit comments

Comments
 (0)