Skip to content

Commit 5afe1eb

Browse files
committed
fix links
1 parent 4c9b57a commit 5afe1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/web-application-firewall/afds/protect-azure-open-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ First, create an OpenAI instance.
3535

3636
:::image type="content" source="../media/protect-azure-open-ai/sample-code.png" alt-text="Screenshot showing Azure OpenAI sample code with Endpoint and Key.":::
3737

38-
1. Validate Azure OpenAI call using your favorite API test method, such as [Visual Studio](https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0) or [Insomnia](https://insomnia.rest/).
38+
1. Validate Azure OpenAI call using your favorite API test method, such as [Visual Studio](/aspnet/core/test/http-files) or [Insomnia](https://insomnia.rest/).
3939
Use the Azure OpenAPI endpoint and api-key values found in the earlier steps.
4040
Use these lines of code in the POST body:
4141

@@ -82,7 +82,7 @@ Now verify your Azure Front Door endpoint.
8282
1. Retrieve the Azure Front Door endpoint from the Front Door Manager.
8383

8484
:::image type="content" source="../media/protect-azure-open-ai/front-door-endpoint.png" alt-text="Screenshot showing the Azure Front Door endpoint." lightbox="../media/protect-azure-open-ai/front-door-endpoint.png":::
85-
2. Use your favorite API test method, such as [Visual Studio](https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0) or [Insomnia](https://insomnia.rest/) to send a POST request to the Azure Front Door endpoint.
85+
2. Use your favorite API test method, such as [Visual Studio](/aspnet/core/test/http-files) or [Insomnia](https://insomnia.rest/) to send a POST request to the Azure Front Door endpoint.
8686
1. Replace the Azure OpenAI endpoint with the AFD endpoint in the POST request.
8787
:::image type="content" source="../media/protect-azure-open-ai/test-final.png" alt-text="Screenshot showing the final POST." lightbox="../media/protect-azure-open-ai/test-final.png":::
8888

0 commit comments

Comments
 (0)