Skip to content

Commit 73ca958

Browse files
authored
Merge pull request #97070 from CaitlinV39/master
Updated the application areas
2 parents bf6ee24 + 0f3abcb commit 73ca958

File tree

4 files changed

+24
-18
lines changed

4 files changed

+24
-18
lines changed

articles/healthcare-apis/TOC.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,25 @@
2828
href: tutorial-2-setup-environment.md
2929
- name: 2. Set up application configuration
3030
href: tutorial-1-decision-flow.md
31-
- name: 3. Register a confidential client app
32-
href: register-confidential-azure-ad-client-app.md
33-
- name: 4. Configure additional settings
31+
- name: 3. Configure additional settings
3432
href: azure-api-for-fhir-additional-settings.md
35-
- name: 5. Write an application
33+
- name: 4. Write an application
3634
href: tutorial-3-connect-to-endpoint.md
3735
- name: Access FHIR API with Postman
3836
href: access-fhir-postman-tutorial.md
37+
- name: Use SMART on FHIR proxy
38+
href: use-smart-on-fhir-proxy.md
3939
- name: How-to guides
4040
expanded: false
4141
items:
42+
- name: Register a resource application
43+
href: register-resource-azure-ad-client-app.md
44+
- name: Register a confidential client app
45+
href: register-confidential-azure-ad-client-app.md
46+
- name: Register a public client application
47+
href: register-public-azure-ad-client-app.md
48+
- name: Register a service client application
49+
href: register-service-azure-ad-client-app.md
4250
- name: Configure database settings
4351
href: configure-database.md
4452
- name: Find identity object IDs
@@ -49,16 +57,8 @@
4957
href: use-custom-headers.md
5058
- name: Get a token for Azure API for FHIR - CLI
5159
href: get-healthcare-apis-access-token-cli.md
52-
- name: Register a public client application
53-
href: register-public-azure-ad-client-app.md
54-
- name: Use SMART on FHIR proxy
55-
href: use-smart-on-fhir-proxy.md
5660
- name: Configure CORS
5761
href: configure-cross-origin-resource-sharing.md
58-
- name: Register a service client application
59-
href: register-service-azure-ad-client-app.md
60-
- name: Register a resource application
61-
href: register-resource-azure-ad-client-app.md
6262
- name: Resources
6363
items:
6464
- name: FAQ

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: healthcare-apis
55
author: hansenms
66
ms.service: healthcare-apis
77
ms.subservice: fhir
8-
ms.topic: tutorial
8+
ms.topic: conceptual
99
ms.date: 02/07/2019
1010
ms.author: mihansen
1111
---

articles/healthcare-apis/register-resource-azure-ad-client-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A resource application has an identifier URI (Application ID URI), which clients
4040

4141
3. Enter the identifier URI and click **Save**. A good identifier URI would be the URI of your FHIR server.
4242

43-
4. Click **Add a scope** and add any scopes that you would like to define for you API. Azure AD does not currently allow slashes (`/`) in scope names. We recommend using `$` instead. A scope like `patient/*.read` would be `patient$*.read`.
43+
4. Click **Add a scope** and add any scopes that you would like to define for your API. Azure AD does not currently allow slashes (`/`) in scope names. We recommend using `$` instead. A scope like `patient/*.read` would be `patient$*.read`.
4444

4545
![Audience and scope](media/how-to-aad/portal-aad-register-new-app-registration-AUD-SCOPE.png)
4646

@@ -82,7 +82,7 @@ The Azure API for FHIR and the OSS FHIR Server for Azure use [Azure Active Direc
8282

8383
## Next steps
8484

85-
In this article, you've learned how to register a resource application in Azure Active Directory. Next, deploy a FHIR API in Azure.
85+
In this article, you've learned how to register a resource application in Azure Active Directory. Next, deploy the Azure API for FHIR.
8686

8787
>[!div class="nextstepaction"]
88-
>[Deploy Open Source FHIR server](fhir-oss-powershell-quickstart.md)
88+
>[Deploy Azure API for FHIR](fhir-paas-powershell-quickstart.md)

articles/healthcare-apis/tutorial-1-decision-flow.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ If you're deploying FHIR Server for Azure (the OSS version), use this decision f
3232

3333
In this tutorial, you've gone through the decision flow on how to register applications based on the version of the FHIR service you're deploying.
3434

35-
You can now register a confidential client application and provision the FHIR service.
35+
Based on the decisions you made above, please see the how-to-guides to register your applications
36+
37+
* [Register a resource application](register-resource-azure-ad-client-app.md)
38+
* [Register a confidential client application](register-confidential-azure-ad-client-app.md)
39+
* [Register a public client application](register-public-azure-ad-client-app.md)
40+
41+
Once this is complete, you can deploy the Azure API for FHIR.
3642

3743
>[!div class="nextstepaction"]
38-
>[Register a confidential client app](register-confidential-azure-ad-client-app.md)
44+
>[Deploy Azure API for FHIR](fhir-paas-powershell-quickstart.md)

0 commit comments

Comments
 (0)