Skip to content

Commit 7ffceb6

Browse files
authored
Merge pull request #293880 from v-shnarang/main
Update Postman documentation
2 parents 522e6db + c765b83 commit 7ffceb6

26 files changed

+63
-454
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Access Azure Health Data Services
3-
description: Learn how to access the FHIR, DICOM, and MedTech services in Azure Health Data Services by using Postman, cURL, REST Client, and programming languages like Python and C# for efficient data management.
3+
description: Learn how to access the FHIR, DICOM, and MedTech services in Azure Health Data Services by using cURL, REST Client, and programming languages like Python and C# for efficient data management.
44
services: healthcare-apis
55
author: EXPEkesheth
66
ms.service: azure-health-data-services
@@ -13,11 +13,10 @@ ms.author: kesheth
1313

1414
# Access Azure Health Data Services
1515

16-
After you deploy a FHIR® service, DICOM® service, or MedTech service, you can then access it in your applications by using tools like Postman, cURL, REST Client in Visual Studio Code, or with programming languages such as Python or C#.
16+
After you deploy a FHIR® service, DICOM® service, or MedTech service, you can then access it in your applications by using tools like cURL, REST Client in Visual Studio Code, or with programming languages such as Python or C#.
1717

1818
## Access the FHIR service
1919

20-
- [Access the FHIR service by using Postman](././fhir/use-postman.md)
2120
- [Access the FHIR service by using cURL](././fhir/using-curl.md)
2221
- [Access the FHIR service by using REST Client](././fhir/using-rest-client.md)
2322

@@ -32,7 +31,6 @@ After you deploy a FHIR® service, DICOM® service, or MedTech service, yo
3231
The MedTech service works with the IoT Hub and Event Hubs to receive message data, and works with the FHIR service to persist the data.
3332

3433
- [Receive device data through Azure IoT Hub](iot/device-data-through-iot-hub.md)
35-
- [Access the FHIR service by using Postman](fhir/use-postman.md)
3634
- [Access the FHIR service by using cURL](fhir/using-curl.md)
3735
- [Access the FHIR service by using REST Client](fhir/using-rest-client.md)
3836

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/get-healthcare-apis-access-token-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ curl -X GET --header "Authorization: Bearer $token" https://<FHIR ACCOUNT NAME>.
3535

3636
## Next steps
3737

38-
In this article, you learned how to obtain an access token for the Azure API for FHIR using the Azure CLI. To learn how to access the FHIR API using Postman, proceed to the Postman tutorial:
38+
In this article, you learned how to obtain an access token for the Azure API for FHIR using the Azure CLI. To learn how to access the FHIR API using REST Client:
3939

4040
>[!div class="nextstepaction"]
41-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
41+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
4242
4343
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

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

Lines changed: 3 additions & 3 deletions
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. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
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
@@ -67,9 +67,9 @@ Permissions for Azure API for FHIR are managed through role-based access control
6767
## Next steps
6868

6969
In this article, you were guided through the steps of how to register a confidential client application in the Microsoft Entra ID. You were also guided through the steps of how to add API permissions in Microsoft Entra ID for Azure API for FHIR. Lastly, you were shown how to create an application secret.<br>
70-
You can also learn how to access your FHIR server using Postman.
70+
You can also learn how to access your FHIR server using REST Client.
7171

7272
>[!div class="nextstepaction"]
73-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
73+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
7474
7575
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

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

Lines changed: 3 additions & 3 deletions
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. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
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.
@@ -63,9 +63,9 @@ If you configure your client application in a different Microsoft Entra tenant f
6363

6464
## Next steps
6565

66-
In this article, you learned how to register a public client application in Microsoft Entra ID. Next, test access to your FHIR Server using Postman.
66+
In this article, you learned how to register a public client application in Microsoft Entra ID. Next, test access to your FHIR Server using REST Client.
6767

6868
>[!div class="nextstepaction"]
69-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
69+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
7070
7171
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

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

Lines changed: 3 additions & 3 deletions
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. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
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

@@ -55,9 +55,9 @@ The service client needs a secret (password) to obtain a token.
5555

5656
## Next steps
5757

58-
In this article, you learned how to register a service client application in Microsoft Entra ID. Next, test access to your FHIR server using Postman.
58+
In this article, you learned how to register a service client application in Microsoft Entra ID. Next, test access to your FHIR server using REST Client.
5959

6060
>[!div class="nextstepaction"]
61-
>[Access the FHIR service using Postman](./../fhir/use-postman.md)
61+
>[Access the FHIR service using REST Client](./../fhir/using-rest-client.md)
6262
6363
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

articles/healthcare-apis/azure-api-for-fhir/smart-on-fhir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Add the reply URL to the public client application that you created earlier for
102102

103103
### Step 3: Get a test patient
104104

105-
To test the Azure API for FHIR and the SMART on FHIR proxy, you need to have at least one patient in the database. If you haven't interacted with the API yet, and you don't have data in the database, see [Access the FHIR service using Postman](./../fhir/use-postman.md) to load a patient. Make a note of the ID of a specific patient.
105+
To test the Azure API for FHIR and the SMART on FHIR proxy, you need to have at least one patient in the database. If you haven't interacted with the API yet, and you don't have data in the database, see [Access the FHIR service using REST Client](./../fhir/using-rest-client.md) to load a patient. Make a note of the ID of a specific patient.
106106

107107
### Step 4: Download the SMART on FHIR app launcher
108108

articles/healthcare-apis/azure-api-for-fhir/toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
href: tutorial-web-app-fhir-server.md
3939
- name: 2. Register public client application
4040
href: tutorial-web-app-public-app-reg.md
41-
- name: 3. Test setup with Postman
42-
href: tutorial-web-app-test-postman.md
43-
- name: 4. Write web application
41+
- name: 3. Write web application
4442
href: tutorial-web-app-write-web-app.md
4543
- name: SMART on FHIR
4644
href: smart-on-fhir.md

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ In this tutorial, you deploy a small JavaScript app which reads data from a FHIR
2020

2121
1. Deploy a FHIR server
2222
1. Register a public client application
23-
1. Test access to the application
2423
1. Create a web application that reads this FHIR data
2524

2625
## Prerequisites
2726

2827
You need the following before starting this set of tutorials.
2928
1. An Azure subscription
3029
1. A Microsoft Entra tenant
31-
1. [Postman](https://www.getpostman.com/) installed
30+
3231

3332
> [!NOTE]
3433
> For this tutorial, the FHIR service, Microsoft Entra application, and Microsoft Entra users are all in the same Microsoft Entra tenant. If this is not the case, you can still follow along with this tutorial, but may need to dive into some of the referenced documents to do additional steps.

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the previous tutorial, you deployed and set up your Azure API for FHIR&reg;.
1919
1. Navigate to Microsoft Entra ID
2020
1. Select **App Registration** --> **New Registration**
2121
1. Name your application
22-
1. Select **Public client/native (mobile & desktop)** and set the redirect URI to `https://www.getpostman.com/oauth2/callback`.
22+
1. Select **Public client/native (mobile & desktop)** and set the redirect URI.
2323

2424
:::image type="content" source="media/tutorial-web-app/register-public-app.png" alt-text="Screenshot of the Register an application pane, and an example application name and redirect URL.":::
2525

@@ -55,9 +55,11 @@ Now that you have set up the correct authentication, set the API permissions.
5555

5656
## Next Steps
5757

58-
You now have a public client application. In the next tutorial, we’ll walk through testing and gaining access to this application through Postman.
58+
You now have a public client application.
59+
There are tools available that can allow intuitive querying.
60+
Once you have successfully connect to your client application, you’re ready to write your web application.
5961

6062
>[!div class="nextstepaction"]
61-
>[Test client application in Postman](tutorial-web-app-test-postman.md)
63+
>[Write a web application](tutorial-web-app-write-web-app.md)
6264
6365
[!INCLUDE[FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

0 commit comments

Comments
 (0)