Skip to content

Commit 8aef4a9

Browse files
committed
minor edit -- again
1 parent b3958a1 commit 8aef4a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 `-resourceUrl` with a URI equal to the URI of the FHIR server audience (`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.
23+
The FHIR service uses a specific `--resource` or `-resourceUrl` with a URI equal to the URI of the FHIR service audience (`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 following example gets an access token for the DICOM service. The `--resource` or `-resourceUrl` is the DICOM server audience (`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.
44+
The following example gets an access token for the DICOM service. The `--resource` or `-resourceUrl` is the DICOM service audience (`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)