Skip to content

Commit def5f9a

Browse files
committed
updating image link markdown
1 parent 355519d commit def5f9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/healthcare-apis/fhir/using-rest-client.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ grant_type=client_credentials
6969
@token = {{getAADToken.response.body.access_token}}
7070
```
7171

72-
[ ![Get access token](media/rest-config.png) ](media/rest-config.png#lightbox)
72+
[![Get access token](media/rest-config.png)](media/rest-config.png#lightbox)
7373

7474
> [!NOTE]
7575
> When the FHIR service audience parameter is not mapped to the FHIR service endpoint url, the resource parameter value should be mapped to the Audience value under the FHIR Service Authentication blade.
@@ -84,17 +84,17 @@ GET {{fhirurl}}/Patient/<patientid>
8484
Authorization: Bearer {{token}}
8585
```
8686

87-
[ ![GET Patient](media/rest-patient.png) ](media/rest-patient.png#lightbox)
87+
[![GET Patient](media/rest-patient.png)](media/rest-patient.png#lightbox)
8888

8989
## Run PowerShell or CLI
9090

9191
You can run PowerShell or CLI scripts within Visual Studio Code. Press `CTRL` and the `~` key and select PowerShell or Bash. You can find more details on [Integrated Terminal](https://code.visualstudio.com/docs/editor/integrated-terminal).
9292

9393
### PowerShell in Visual Studio Code
94-
[ ![running PowerShell](media/rest-powershell.png) ](media/rest-powershell.png#lightbox)
94+
[![running PowerShell](media/rest-powershell.png)](media/rest-powershell.png#lightbox)
9595

9696
### CLI in Visual Studio Code
97-
[ ![running CLI](media/rest-cli.png) ](media/rest-cli.png#lightbox)
97+
[![running CLI](media/rest-cli.png)](media/rest-cli.png#lightbox)
9898

9999
## Troubleshooting
100100

0 commit comments

Comments
 (0)