Configuring Azure OpenAI

Configure Azure OpenAI in AppScan to improve error page detection and validate LLM testing.

Note:
  • 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.
Follow these steps to configure Azure OpenAI.
  1. Navigate to Tools > Options > AI settings.
  2. 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.com where aoairesource is specific to your Azure OpenAI resource.
  3. 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 KEY1 or KEY2.
    CAUTION:
    Ensure both the Endpoint and API Key values are correct, as there is no validation to catch typos or errors.
  4. 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.
  5. 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.