Skip to content

Commit 1424af6

Browse files
Update extensions-rmpolicy-howto-ps.md
1 parent a8ba8e0 commit 1424af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In order to restrict what extensions can be installed, you need to have a [rule]
2525

2626
This example shows you how to deny extensions published by 'Microsoft. Compute' by creating a rules file in Azure Cloud Shell, but if you're working in PowerShell locally, you can also create a local file and replace the path ($home/clouddrive) with the path to the local file on your machine.
2727

28-
1. In a [Cloud Shell](https://shell.azure.com/powershell), create the file `$home/clouddrive/rules.json` using any text editor:
28+
1. In a [Cloud Shell](https://shell.azure.com/powershell), create the file `$home/clouddrive/rules.json` using any text editor.
2929

3030
2. Copy and paste the following .json contents into the file and save it:
3131

@@ -59,7 +59,7 @@ You also need a [parameters](../../governance/policy/concepts/definition-structu
5959

6060
This example shows you how to create a parameters file for VMs in Cloud Shell, but if you're working in PowerShell locally, you can also create a local file and replace the path ($home/clouddrive) with the path to the local file on your machine.
6161

62-
1. In [Cloud Shell](https://shell.azure.com/powershell), create the file `$home/clouddrive/parameters.json`:
62+
1. In [Cloud Shell](https://shell.azure.com/powershell), create the file `$home/clouddrive/parameters.json` using any text editor.
6363

6464
2. Copy and paste the following .json contents into the file and save it:
6565

0 commit comments

Comments
 (0)