Skip to content

Commit 0e644af

Browse files
authored
Update instance-metadata-service.md
Fix PowerShell command label
1 parent b9c23e0 commit 0e644af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/instance-metadata-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document
540540
541541
Instance metadata can be retrieved in Windows via the PowerShell utility `curl`:
542542
543-
```bash
543+
```powershell
544544
curl -H @{'Metadata'='true'} "http://169.254.169.254/metadata/attested/document?api-version=2018-10-01&nonce=1234567890" | select -ExpandProperty Content
545545
```
546546

0 commit comments

Comments
 (0)