Skip to content

Commit 22bcd57

Browse files
authored
Merge pull request #88386 from VikasPullagura-MSFT/patch-20
(Azure CXP) resolves MicrosoftDocs/azure-docs#38802
2 parents 7cb1537 + a8f1c1a commit 22bcd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ curl -H Metadata:true "http://169.254.169.254/metadata/instance?api-version=2019
261261

262262
Instance metadata can be retrieved in Windows via the `curl` program:
263263

264-
```bash
264+
```powershell
265265
curl -H @{'Metadata'='true'} http://169.254.169.254/metadata/instance?api-version=2019-03-11 | select -ExpandProperty Content
266266
```
267267

0 commit comments

Comments
 (0)