Skip to content

Commit 4ed5e56

Browse files
committed
Remove hardcoded locales and use relative links
1 parent a64423d commit 4ed5e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/how-to/use-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Note: If you are using an embedding model deployed to the same resource used for
101101

102102
If using On Your Data with Azure Search you should follow this step.
103103

104-
To enable authentication to an Azure Search resource, you will need to enable role-based access control on the resource. See the documentation [here](https://learn.microsoft.com/en-us/azure/search/search-security-enable-roles?tabs=config-svc-portal%2Cdisable-keys-portal) for detailed instructions.
104+
To enable authentication to an Azure Search resource, you will need to enable role-based access control on the resource. Learn more about [enabling RBAC roles](../../../search/search-security-enable-roles.md) for your resources.
105105

106106
### Assign RBAC roles to enable intra-service communication
107107

@@ -114,7 +114,7 @@ The following table summarizes the RBAC role assignments needed for the Azure Op
114114
| `Cognitive Services OpenAI User` | Web app | Azure OpenAI (Inference) |
115115
| `Cognitive Services OpenAI User` | Azure OpenAI (Inference) | Azure OpenAI (Embeddings) |
116116

117-
To assign these roles, follow the documentation [here](https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments-portal) to create the needed role assignments.
117+
To assign these roles, follow [these instructions](../../../role-based-access-control/role-assignments-portal.yml) to create the needed role assignments.
118118

119119
### App Settings Changes
120120

0 commit comments

Comments
 (0)