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.
2 parents c8c5969 + 0e644af commit 38473a8Copy full SHA for 38473a8
articles/virtual-machines/linux/instance-metadata-service.md
@@ -540,7 +540,7 @@ The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document
540
541
Instance metadata can be retrieved in Windows via the PowerShell utility `curl`:
542
543
- ```bash
+ ```powershell
544
curl -H @{'Metadata'='true'} "http://169.254.169.254/metadata/attested/document?api-version=2018-10-01&nonce=1234567890" | select -ExpandProperty Content
545
```
546
0 commit comments