Skip to content

Commit c8992d5

Browse files
committed
Fix to bullets in note
1 parent cb341f2 commit c8992d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-monitor/app/release-and-work-item-insights.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,9 @@ You can use the `CreateReleaseAnnotation` PowerShell script to create annotation
200200
```
201201
202202
> [!NOTE]
203-
> Your annotations must have **Category** set to **Deployment** to appear in the Azure portal.
204-
> If you've customized this script and receive the error, "The request contains an entity body but no Content-Type header", you can try removing the replace parameters. `$body = (ConvertTo-Json $annotation -Compress)`
203+
> - Your annotations must have **Category** set to **Deployment** to appear in the Azure portal.
204+
> - If you receive an error, "The request contains an entity body but no Content-Type header", try removing the replace parameters in the following line.
205+
> `$body = (ConvertTo-Json $annotation -Compress)`
205206
206207
1. Call the PowerShell script with the following code. Replace the angle-bracketed placeholders with your values. The `-releaseProperties` are optional.
207208

0 commit comments

Comments
 (0)