Skip to content

Commit 0dbf683

Browse files
authored
Merge pull request #101982 from CaitlinV39/master
Flow updates
2 parents da811bf + 2e560b8 commit 0dbf683

8 files changed

+30
-54
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46629,6 +46629,16 @@
4662946629
"source_path": "articles/healthcare-apis/tutorial-3-connect-to-endpoint.md",
4663046630
"redirect_url": "/azure/healthcare-apis/tutorial-web-app-fhir-server",
4663146631
"redirect_document_id": false
46632+
},
46633+
{
46634+
"source_path": "articles/healthcare-apis/tutorial-1-decision-flow.md",
46635+
"redirect_url": "/azure/healthcare-apis/fhir-app-registration",
46636+
"redirect_document_id": false
46637+
},
46638+
{
46639+
"source_path": "articles/healthcare-apis/overview-open-source-server.md",
46640+
"redirect_url": "/azure/healthcare-apis/overview",
46641+
"redirect_document_id": false
4663246642
}
4663346643
]
4663446644
}

articles/healthcare-apis/TOC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
items:
55
- name: About Azure API for FHIR
66
href: overview.md
7-
- name: About FHIR Server for Azure
8-
href: overview-open-source-server.md
97
- name: Quickstarts
108
expanded: true
119
items:
@@ -46,7 +44,7 @@
4644
expanded: false
4745
items:
4846
- name: Register applications for Azure API for FHIR overview
49-
href: tutorial-1-decision-flow.md
47+
href: fhir-app-registration.md
5048
- name: Resource application
5149
href: register-resource-azure-ad-client-app.md
5250
- name: Confidential client application

articles/healthcare-apis/configure-cross-origin-resource-sharing.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,11 @@ To configure a CORS setting in the Azure API for FHIR, specify the following set
2929
![Cross-origin resource sharing (CORS) settings](media/cors/cors.png)
3030

3131
>[!NOTE]
32-
>You can't specify different settings for different domain origins. All settings (**Headers**, **Methods**, **Max age**, and **Allow credentials**) apply to all origins specified in the Origins setting.
32+
>You can't specify different settings for different domain origins. All settings (**Headers**, **Methods**, **Max age**, and **Allow credentials**) apply to all origins specified in the Origins setting.
33+
34+
## Next steps
35+
36+
In this article, you learned how to configure cross-origin sharing in Azure API for FHIR. Next deploy a fully managed Azure API for FHIR:
37+
38+
>[!div class="nextstepaction"]
39+
>[Deploy Azure API for FHIR](fhir-paas-portal-quickstart.md)

articles/healthcare-apis/configure-database.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,17 @@ Throughput must be provisioned to ensure that sufficient system resources are av
1919
> [!NOTE]
2020
> As different operations consume different number of RU, we return the actual number of RUs consumed in every API call in response header. This way you can profile the number of RUs consumed by your application.
2121
22-
To change this setting in the Azure portal, you can navigate to your Azure API for FHIR and open the Database blade, then change the Provisioned throughput to the desired value depending on your performance needs. You can change the value up to a maximum of 10,000 RU/s.* If you need a higher value, contact Azure support.
22+
## Update throughput
23+
To change this setting in the Azure portal, navigate to your Azure API for FHIR and open the Database blade. Next, change the Provisioned throughput to the desired value depending on your performance needs. You can change the value up to a maximum of 10,000 RU/s. If you need a higher value, contact Azure support.
2324

2425
> [!NOTE]
2526
> Higher value means higher Azure API for FHIR throughput and higher cost of the service.
2627
2728
![Config Cosmos DB](media/database/database-settings.png)
29+
30+
## Next steps
31+
32+
In this article, you learned how to update your RUs for Azure API for FHIR. Next deploy a fully managed Azure API for FHIR:
33+
34+
>[!div class="nextstepaction"]
35+
>[Deploy Azure API for FHIR](fhir-paas-portal-quickstart.md)
File renamed without changes.

articles/healthcare-apis/index.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@ landingContent:
2525
links:
2626
- text: What is Azure API for FHIR?
2727
url: overview.md
28-
- text: What is FHIR Server for Azure?
29-
url: overview-open-source-server.md
3028
- linkListType: quickstart
3129
links:
3230
- text: Deploy API Server for FHIR
3331
url: fhir-paas-portal-quickstart.md
34-
- text: Deploy open source FHIR Server
35-
url: fhir-oss-portal-quickstart.md
3632

3733
- title: Set-up tutorials
3834
linkLists:

articles/healthcare-apis/overview-open-source-server.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

articles/healthcare-apis/tutorial-web-app-public-app-reg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: caitlinv39
1111
ms.date: 01/03/2020
1212
---
1313

14-
# Client Application Registration
14+
# Client application registration
1515
In the previous tutorial, you deployed and set up your Azure API for FHIR. Now that you have your Azure API for FHIR setup, we will register a public client application. You can read through the full [register a public client app](register-public-azure-ad-client-app.md) how-to guide for more details or troubleshooting, but we have called out the major steps for this tutorial below.
1616

1717
1. Navigate to Azure Active Directory
@@ -21,7 +21,7 @@ In the previous tutorial, you deployed and set up your Azure API for FHIR. Now t
2121

2222
![Client Application Registration](media/tutorial-web-app/reg-public-app.png)
2323

24-
## Client Application Settings
24+
## Client application settings
2525
Once your client application is registered, copy the Application (client) ID from the Overview Page. You will need this value later when accessing the client.
2626

2727
![Copy App ID](media/tutorial-web-app/app-id.png)

0 commit comments

Comments
 (0)