Configuring Azure OpenAI
Configure Azure OpenAI in AppScan to improve error page detection and validate LLM testing.
Note:
Follow these steps to configure Azure OpenAI.- AppScan supports deployments that support Chat Completions API. The GPT 5 mini model was used for testing.
- AppScan automatically handles the Azure OpenAI configuration when you upgrade from AppScan Standard version 10.10.0 to 10.11.0.
- Navigate to .
- Enter the Endpoint in the following format:
https://{azure_openai_endpoint}Table 1. Endpoint element Element Description Example {azure_openai_endpoint}Replace with the value from the Endpoint field under the Keys & Endpoint section from the Azure portal.
https://aoairesource.openai.azure.comwhereaoairesourceis specific to your Azure OpenAI resource. - Enter the API Key. This value can be found in the Keys &
Endpoint section when examining your resource from the Azure portal. You can use
either
KEY1orKEY2.CAUTION:Ensure both the Endpoint and API Key values are correct, as there is no validation to catch typos or errors. - Enter the Deployment ID. This is the custom name you assigned to the model deployment when you created it. You can find this value in Azure OpenAI Studio in the Azure portal.
- Click Apply to save the configuration.
Result: The Azure OpenAI endpoint, API key and deployment ID have been configured.
What to do next: Start your scan in AppScan as usual.