Skip to content

Commit 509219f

Browse files
committed
reword get access tokens
1 parent 610f341 commit 509219f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: healthcare-apis
55
author: chachachachami
66
ms.service: azure-health-data-services
77
ms.topic: how-to
8-
ms.date: 03/30/2026
8+
ms.date: 03/31/2026
99
ms.author: chrupa
1010
ms.reviewer: v-catheribun
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli
@@ -20,7 +20,7 @@ Manage the permissions for users and applications to access FHIR or the DICOM se
2020

2121
## Get an access token for the FHIR service
2222

23-
The FHIR service uses a specific `resource` or `Audience` with a URI equal to the URI of the FHIR server `https://<workspacename-fhirservicename>.fhir.azurehealthcareapis.com`. The following example gets a token and uses it to get a list of patients. To run the example, you need at least the FHIR Data Reader role assignment. Replace the `<placeholder>` with the service URL for your FHIR service.
23+
The FHIR service uses a specific `--resource` or `-resourceUrl` with a URI equal to the URI of the FHIR server `https://<workspacename-fhirservicename>.fhir.azurehealthcareapis.com` to get a token. The following example gets a token and uses it to get a list of patients. To run the example, you need at least the FHIR Data Reader role assignment. Replace the `<placeholder>` with the service URL for your FHIR service.
2424

2525
### [Azure CLI](#tab/azure-cli)
2626

@@ -41,7 +41,7 @@ Invoke-WebRequest -Method GET -Headers $headers -Uri 'https://<workspacename-fhi
4141

4242
## Get an access token for the DICOM service
4343

44-
The DICOM service uses the same `resource` or `Audience` with a URI equal to `https://dicom.healthcareapis.azure.com` to get an access token. The following example gets an access token and uses it to get the service logs. To run the example, you need at least the DICOM Data Reader role assignment. Replace the `<placeholder>` with the service URL for your DICOM service.
44+
The following example gets an access token for the DICOM service. The `--resource` or `-resourceUrl` is `https://dicom.healthcareapis.azure.com`. The token is then used to get the service logs. To run the example, you need at least the DICOM Data Reader role assignment. Replace the `<placeholder>` with the service URL for your DICOM service.
4545

4646
### [Azure CLI](#tab/azure-cli)
4747

0 commit comments

Comments
 (0)