Azure OpenAI Prompt Engineering > Using the Azure OpenAI Prompt Engineering recipe > Step 2. Configure and publish the Azure OpenAI app connection
  

Step 2. Configure and publish the Azure OpenAI app connection

Configure the Azure OpenAI app connection to specify the runtime environment. Then publish the asset.
    1Open the AzureOpenAIConnection app connection.
    2On the Properties tab, edit the Runtime Environment field and select the runtime environment.
    3In the Connection Properties area, configure the REST API endpoint for Azure OpenAI and enter the API key.
    The following table describes the properties:
    Property
    Description
    Endpoint_URL
    The REST API endpoint for Azure OpenAI. You can find this value in the Keys & Endpoint section when examining your resource from the Azure portal. Alternatively, you can find the value in Azure OpenAI Studio > Playground > Code View.
    API_Key
    The API key to authenticate Azure OpenAI connection requests. You can find this value in the Keys & Endpoint section when examining your resource from the Azure portal. Alternatively, you can find the value in Azure OpenAI Studio > Playground > Code View.
    4 Save, test, and publish the app connection.