Skip to content

Commit a8f1c1a

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#38802
Changed the command header from bash to powershell in https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service#retrieving-metadata-in-windows-virtual-machine this portion of document.
1 parent c7b50e6 commit a8f1c1a

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)