Skip to content

Commit 5dbc89d

Browse files
Learn Editor: Update get-access-token.md
1 parent 18dc3d5 commit 5dbc89d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: azurecli
1313

1414
# Get an access token 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,11 @@ Invoke-WebRequest -Method GET -Headers $headers -Uri 'https://<workspacename-dic
6060
---
6161
## Next steps
6262

63-
Learn more about:
64-
6563
[Access FHIR service using Postman](./fhir/use-postman.md)
6664

6765
[Access FHIR service using REST client](./fhir/using-rest-client.md)
6866

6967
[Access DICOM service using cURL](dicom/dicomweb-standard-apis-curl.md)
7068

7169

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

0 commit comments

Comments
 (0)