Skip to content

Commit 38473a8

Browse files
authored
Merge pull request #47092 from paulmey/patch-6
Update instance-metadata-service.md
2 parents c8c5969 + 0e644af commit 38473a8

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)