Skip to content

Commit e37832c

Browse files
Merge pull request #274054 from shellyhaverkamp/docs-editor/get-access-token-1714605240
Update get-access-token.md
2 parents f7a61fd + c7706a7 commit e37832c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ 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

16-
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.
16+
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

1818
Keep in mind that to access the FHIR service or the DICOM service, users and applications must be granted permissions through [role assignments](configure-azure-rbac.md) from Azure portal, or by using [scripts](configure-azure-rbac-using-scripts.md).
1919

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

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

65-
[Access FHIR service using Postman](./fhir/use-postman.md)
65+
[Access the FHIR service by using REST client](./fhir/using-rest-client.md)
6666

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

69-
[Access DICOM service using cURL](dicom/dicomweb-standard-apis-curl.md)
70-
71-
72-
FHIR&#174; is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
69+
[!INCLUDE [FHIR and DICOM trademark statement](./includes/healthcare-apis-fhir-dicom-trademark.md)]

0 commit comments

Comments
 (0)