We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385326c commit 42e4263Copy full SHA for 42e4263
articles/azure-monitor/app/ip-collection.md
@@ -126,9 +126,9 @@ Content-Length: 54
126
}
127
```
128
129
-### Powershell
+### PowerShell
130
131
-The Powershell 'Update-AzApplicationInsights' cmdlet can disable IP masking with the `DisableIPMasking` parameter.
+The PoweShell 'Update-AzApplicationInsights' cmdlet can disable IP masking with the `DisableIPMasking` parameter.
132
133
```powershell
134
Update-AzApplicationInsights -Name "aiName" -ResourceGroupName "rgName" -DisableIPMasking:$true
0 commit comments