Skip to content

Commit a72fbe4

Browse files
Merge pull request #212784 from EXPEkesheth/patch-5
Update configure-database.md
2 parents 81e70b1 + a1d6535 commit a72fbe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/healthcare-apis/azure-api-for-fhir/configure-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Throughput must be provisioned to ensure that sufficient system resources are av
2121
2222
## Update throughput
2323

24-
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.
24+
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 100,000 RU/s. If you need a higher value, contact Azure support.
2525

2626
If the database throughput is greater than 10,000 RU/s or if the data stored in the database is more than 50 GB, your client application must be capable of handling continuation tokens. A new partition is created in the database for every throughput increase of 10,000 RU/s or if the amount of data stored is more than 50 GB. Multiple partitions create a multi-page response in which pagination is implemented by using continuation tokens.
2727

@@ -42,4 +42,4 @@ Or you can deploy a fully managed Azure API for FHIR:
4242
>[!div class="nextstepaction"]
4343
>[Deploy Azure API for FHIR](fhir-paas-portal-quickstart.md)
4444
45-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
45+
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.

0 commit comments

Comments
 (0)