Skip to content

Commit e9f5e02

Browse files
committed
Fix typo
1 parent e803a18 commit e9f5e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/ip-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ If you only need to modify the behavior for a single Application Insights resour
9595
9696
A list of properties is returned as a result. One of the properties should read `DisableIpMasking: true`. If you run the PowerShell commands before deploying the new property with Azure Resource Manager, the property won't exist.
9797
98-
### Rest API
98+
### REST API
9999
100-
The [Rest API](/rest/api/azure/) payload to make the same modifications is as follows:
100+
The [REST API](/rest/api/azure/) payload to make the same modifications is as follows:
101101
102102
```
103103
PATCH https://management.azure.com/subscriptions/<sub-id>/resourceGroups/<rg-name>/providers/microsoft.insights/components/<resource-name>?api-version=2018-05-01-preview HTTP/1.1

0 commit comments

Comments
 (0)