Skip to content

Commit dfa131a

Browse files
committed
Updated next steps for settings pages
1 parent 28b0f93 commit dfa131a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

articles/healthcare-apis/enable-diagnostic-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Having access to diagnostic logs is essential for monitoring a service and provi
9595
FHIR® is the registered trademark of HL7 and is used with the permission of HL7.
9696

9797
## Next steps
98-
In this article, you learned how to enable Audit Logs for Azure API for FHIR®. Next, learn how to use custom headers to add data to audit logs in Azure API for FHIR®.
98+
In this article, you learned how to enable Audit Logs for Azure API for FHIR®. Next, learn about other additional settings you can configure in the Azure API for FHIR
9999

100100
>[!div class="nextstepaction"]
101-
>[Use Custom Headers](use-custom-headers.md)
101+
>[Additional Settings](azure-api-for-fhir-additional-settings.md)

articles/healthcare-apis/find-identity-object-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ az ad sp show --id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | jq -r .objectId
6363
In this article, you've learned how to find identity object IDs needed to configure the identities that are allowed to access an Azure API for FHIR instance. Next deploy a fully managed Azure API for FHIR:
6464

6565
>[!div class="nextstepaction"]
66-
>[Deploy Open Source FHIR server](fhir-paas-portal-quickstart.md)
66+
>[Deploy Azure API for FHIR](fhir-paas-portal-quickstart.md)

articles/healthcare-apis/use-custom-headers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ client.OnBeforeRequest += (object sender, BeforeRequestEventArgs e) =>
7070
};
7171
client.Get("Patient");
7272
```
73+
## Next steps
74+
In this article, you learned how to add data to audit logs by using custom headers in the Azure API for FHIR. Next, learn about other additional settings you can configure in the Azure API for FHIR.
75+
76+
>[!div class="nextstepaction"]
77+
>[Additional Settings](azure-api-for-fhir-additional-settings.md)

0 commit comments

Comments
 (0)