Skip to content

Commit ed1499f

Browse files
committed
Added redirects for removed articles, and fixed capitalization of id to ID
1 parent 8ac807f commit ed1499f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51114,6 +51114,16 @@
5111451114
"source_path": "articles/security/fundamentals/database-best-practices.md",
5111551115
"redirect_url": "/azure/sql-database/sql-database-security-best-practice",
5111651116
"redirect_document_id": false
51117+
},
51118+
{
51119+
"source_path": "articles/healthcare-apis/configure-azure-rbac.md",
51120+
"redirect_url": "/azure/healthcare-apis/azure-api-for-fhir-additional-settings",
51121+
"redirect_document_id": false
51122+
},
51123+
{
51124+
"source_path": "articles/healthcare-apis/configure-local-rbac.md",
51125+
"redirect_url": "/azure/healthcare-apis/azure-api-for-fhir-additional-settings",
51126+
"redirect_document_id": false
5111751127
}
5111851128
]
5111951129
}

articles/healthcare-apis/fhir-paas-portal-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Click **Next: Additional settings** to configure the authority, audience, identi
4848

4949
- **Authority:** You can specify different Azure AD tenant from the one that you are logged into as authentication authority for the service.
5050
- **Audience:** Best practice, and the default setting, is that the audience is set to the URL of the FHIR server. You can change that here. The audience identifies the recipient that the token is intended for. In this context, it should be set to something representing the FHIR API itself.
51-
- **Allowed object IDs:** You can specify identity object IDs that should be allowed to access this Azure API for FHIR. You can learn more on finding the object id for users and service principals in the [Find identity object IDs](find-identity-object-ids.md) how-to guide.
51+
- **Allowed object IDs:** You can specify identity object IDs that should be allowed to access this Azure API for FHIR. You can learn more on finding the object ID for users and service principals in the [Find identity object IDs](find-identity-object-ids.md) how-to guide.
5252
- **Smart On FHIR proxy:** You can enable SMART on FHIR proxy. For details on how to configure SMART on FHIR proxy see tutorial [Azure API for FHIR SMART on FHIR proxy](https://docs.microsoft.com/azure/healthcare-apis/use-smart-on-fhir-proxy)
5353
- **Provisioned throughput (RU/s):** Here you can specify throughput settings for the underlying database for your Azure API for FHIR. You can change this setting later in the Database blade. For more details, please see the [configure database settings](configure-database.md) page.
5454

0 commit comments

Comments
 (0)