Skip to content

Commit c7706a7

Browse files
Learn Editor: Update get-access-token.md
1 parent 81e7941 commit c7706a7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/healthcare-apis/get-access-token.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services: healthcare-apis
55
author: chachachachami
66
ms.service: healthcare-apis
77
ms.topic: how-to
8-
ms.date: 04/30/2024
8+
ms.date: 09/06/2023
99
ms.author: chrupa
1010
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1111
ms.devlang: azurecli
1212
---
1313

14-
# Get an access token using Azure CLI or Azure PowerShell
14+
# Get an access token by using Azure CLI or Azure PowerShell
1515

1616
To use the FHIR® service or the DICOM® service, you need an access token that verifies your identity and permissions to the server. You can obtain an access token using [PowerShell](/powershell/scripting/overview) or the [Azure Command-Line Interface (CLI)](/cli/azure/what-is-azure-cli), which are tools for creating and managing Azure resources.
1717

@@ -60,11 +60,10 @@ Invoke-WebRequest -Method GET -Headers $headers -Uri 'https://<workspacename-dic
6060
---
6161
## Next steps
6262

63-
[Access FHIR service using Postman](./fhir/use-postman.md)
63+
[Access the FHIR service by using Postman](./fhir/use-postman.md)
6464

65-
[Access FHIR service using REST client](./fhir/using-rest-client.md)
66-
67-
[Access DICOM service using cURL](dicom/dicomweb-standard-apis-curl.md)
65+
[Access the FHIR service by using REST client](./fhir/using-rest-client.md)
6866

67+
[Access the DICOM service by using cURL](dicom/dicomweb-standard-apis-curl.md)
6968

7069
[!INCLUDE [FHIR and DICOM trademark statement](./includes/healthcare-apis-fhir-dicom-trademark.md)]

0 commit comments

Comments
 (0)