Skip to content

Commit c765b83

Browse files
author
Shashank Narang
committed
Postman keyword removed
1 parent f22a2b4 commit c765b83

11 files changed

+18
-20
lines changed

articles/healthcare-apis/.openpublishing.redirection.healthcare-apis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
{
184184
"source_path_from_root": "/articles/healthcare-apis/tutorial-web-app-test-postman.md",
185185
"redirect_url": "/azure/healthcare-apis/fhir/tutorial-web-app-test-postman",
186-
"redirect_document_id": false
186+
"redirect_document_id": true
187187
},
188188
{
189189
"source_path_from_root": "/articles/healthcare-apis/tutorial-web-app-write-web-app.md",
@@ -353,7 +353,7 @@
353353
{
354354
"source_path_from_root": "/articles/healthcare-apis/fhir/tutorial-web-app-test-postman.md",
355355
"redirect_url": "/azure/healthcare-apis/azure-api-for-fhir/tutorial-web-app-test-postman",
356-
"redirect_document_id": false
356+
"redirect_document_id": true
357357
},
358358
{
359359
"source_path_from_root": "/articles/healthcare-apis/fhir/tutorial-web-app-write-web-app.md",
@@ -428,7 +428,7 @@
428428
{
429429
"source_path_from_root": "/articles/healthcare-apis/azure-api-for-fhir/access-fhir-postman-tutorial.md",
430430
"redirect_url": "/azure/healthcare-apis/fhir/use-postman",
431-
"redirect_document_id": false
431+
"redirect_document_id": true
432432
},
433433
{
434434
"source_path_from_root": "/articles/healthcare-apis/fhir/security-controls-policy.md",

articles/healthcare-apis/authentication-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Use online tools such as [https://jwt.ms](https://jwt.ms/) to view the token con
102102

103103
**The access token is valid for one hour by default. You can obtain a new token or renew it using the refresh token before it expires.**
104104

105-
To obtain an access token, you can use tools such as Postman, the REST Client extension in Visual Studio Code, PowerShell, CLI, curl, and the [Microsoft Entra authentication libraries](../active-directory/develop/reference-v2-libraries.md).
105+
To obtain an access token, you can use tools such as REST Client extension in Visual Studio Code, PowerShell, CLI, curl, and the [Microsoft Entra authentication libraries](../active-directory/develop/reference-v2-libraries.md).
106106

107107
## Encryption
108108

articles/healthcare-apis/azure-api-for-fhir/register-confidential-azure-ad-client-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To register a new confidential client application, use the following steps.
4444
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
4545

4646
>[!NOTE]
47-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman.
47+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools for intuitive querying
4848
4949

5050
## Application secret

articles/healthcare-apis/azure-api-for-fhir/register-public-azure-ad-client-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To configure your [desktop](../../active-directory/develop/scenario-desktop-app-
5454
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
5555

5656
>[!NOTE]
57-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman.
57+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools for intuitive querying.
5858
5959
## Validate FHIR server authority
6060
If the application you registered and your FHIR server are in the same Microsoft Entra tenant, you're good to proceed to the next steps.

articles/healthcare-apis/azure-api-for-fhir/register-service-azure-ad-client-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Follow these steps to create a new service client.
3838
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
3939

4040
>[!NOTE]
41-
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman.
41+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools for intuitive querying.
4242
4343
## Application secret
4444

articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-public-app-reg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Now that you have set up the correct authentication, set the API permissions.
5656
## Next Steps
5757

5858
You now have a public client application.
59-
There are tools available such as Postman that can allow intuitive querying.
59+
There are tools available that can allow intuitive querying.
6060
Once you have successfully connect to your client application, you’re ready to write your web application.
6161

6262
>[!div class="nextstepaction"]

articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-test-postman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 09/27/2023
1212

1313
# Testing the FHIR API on Azure API for FHIR
1414

15-
There are tools available such as Postman that can allow intuitive querying.
15+
There are tools available that can allow intuitive querying.
1616
Once you have successfully connect to your client application, you’re ready to write your web application.
1717

1818
>[!div class="nextstepaction"]

articles/healthcare-apis/fhir/get-started-with-fhir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can grant access permissions or assign roles in the [Azure portal](../config
4949

5050
### Perform create, read, update, and delete (CRUD) transactions
5151

52-
You can perform Create, Read (search), Update, and Delete - CRUD - transactions against the FHIR service in your applications or by using tools such as Postman, REST Client, and cURL. Because the FHIR service is secured by default, you need to obtain an access token and include it in your transaction request.
52+
You can perform Create, Read (search), Update, and Delete - CRUD - transactions against the FHIR service in your applications or by using tools such as REST Client, and cURL. Because the FHIR service is secured by default, you need to obtain an access token and include it in your transaction request.
5353

5454
#### Get an access token
5555

@@ -59,7 +59,7 @@ You can obtain a Microsoft Entra access token by using PowerShell, Azure CLI, RE
5959

6060
- [REST Client](../fhir/using-rest-client.md)
6161
- [cURL](../fhir/using-curl.md)
62-
- There are tools available online offering intuitive interfaces for API testing and development such as Postman for example. To use tools for accessing the FHIR service, refer to the open-source sample. [Starter collection of Postman sample queries](https://github.com/Azure-Samples/azure-health-data-services-samples/tree/main/samples/sample-postman-queries)
62+
- There are tools available online offering intuitive interfaces for API testing and development. To use tools for accessing the FHIR service, refer to the open-source sample. [Starter collection of FHIR sample queries](https://github.com/Azure-Samples/azure-health-data-services-samples/tree/main/samples/sample-postman-queries)
6363

6464
#### Load data
6565

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use Postman to access the FHIR service in Azure Health Data Services
3-
description: Learn how to access the FHIR service in Azure Health Data Services FHIR service with Postman.
2+
title: To access the FHIR service in Azure Health Data Services
3+
description: Learn how to access the FHIR service in Azure Health Data Services FHIR service.
44
services: healthcare-apis
55
author: expekesheth
66
ms.service: azure-health-data-services
@@ -11,7 +11,7 @@ ms.author: kesheth
1111

1212
# Access the FHIR service
1313

14-
There are tools available online offering intuitive interfaces for API testing and development such as Postman for example. To use tools for accessing the FHIR service, refer to the open-source sample. [Starter collection of Postman sample queries](https://github.com/Azure-Samples/azure-health-data-services-samples/tree/main/samples/sample-postman-queries)
14+
There are tools available online offering intuitive interfaces for API testing and development. To use tools for accessing the FHIR service, refer to the open-source sample. [Starter collection of FHIR sample queries](https://github.com/Azure-Samples/azure-health-data-services-samples/tree/main/samples/sample-postman-queries)
1515

1616

1717
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/health-data-services-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can also:
5858
- Grant access permissions.
5959
- Perform create, read (search), update, and delete (CRUD) transactions against the FHIR service in healthcare applications.
6060
- Get an access token for the FHIR service.
61-
- Access the FHIR service by using tools such as cURL, Postman, and REST client.
61+
- Access the FHIR service by using tools such as cURL and REST client.
6262
- Load data directly by using the POST or PUT method against the FHIR service.
6363
- Export ($export) data to Azure Storage.
6464
- Convert [HL7 v2](./../healthcare-apis/fhir/convert-data-overview.md) and other format data to FHIR
@@ -74,9 +74,9 @@ The DICOM service is secured by Microsoft Entra ID, which can't be disabled. To
7474

7575
You can also:
7676
- Grant access permissions or assign roles in the [Azure portal](./../healthcare-apis/configure-azure-rbac.md), or by using PowerShell and Azure CLI scripts.
77-
- Perform create, read (search), update, and delete (CRUD) transactions against the DICOM service in healthcare applications or by using tools such as Postman, REST client, cURL, and Python.
77+
- Perform create, read (search), update, and delete (CRUD) transactions against the DICOM service in healthcare applications or by using tools such as REST client, cURL, and Python.
7878
- Get a Microsoft Entra access token by using PowerShell, Azure CLI, REST CLI, or .NET SDK.
79-
- Access the DICOM service by using tools such as .NET C#, cURL, Python, Postman, and REST client.
79+
- Access the DICOM service by using tools such as .NET C#, cURL, Python, and REST client.
8080

8181
For more information, see [Manage medical imaging data with the DICOM service](./../healthcare-apis/dicom/dicom-data-lake.md).
8282

0 commit comments

Comments
 (0)