From 4e1441a5255572ed98b1b98e5831657926f71d83 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Thu, 27 Mar 2025 00:52:02 +0900 Subject: [PATCH] =?UTF-8?q?Update=20public-apim.bicep=20(Typo=20"Azure=20O?= =?UTF-8?q?pen=20AI"=E2=86=92"Azure=20OpenAI")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/AzureOpenAI-with-APIM/blob/main/public-apim.bicep #PingMSFTDocs --- public-apim.bicep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public-apim.bicep b/public-apim.bicep index 84d1eba..47822a6 100644 --- a/public-apim.bicep +++ b/public-apim.bicep @@ -16,10 +16,10 @@ param apiManagementPublisherName string = 'Contoso' @description('The email address of the API publisher. This information is used by API Management.') param apiManagementPublisherEmail string = 'admin@contoso.com' -@description('Provide the Name of the Azure Open AI service.') +@description('Provide the Name of the Azure OpenAI service.') param apiServiceNamePrimary string = 'Insert_Your_Azure_OpenAi_Name_Here' -@description('Provide the Resource Group Name of the Azure Open AI service.') +@description('Provide the Resource Group Name of the Azure OpenAI service.') param apiServiceRgPrimary string = 'Insert_Resource_Group_Name_Here' @description('If you want to provide resiliency when single region exceeds quota, then select Multi and provide URL to an additional Azure OpenAI endpoint. Otherwise, maintain default entry of Single and only provide one Azure OpenAI endpoint.') @@ -32,7 +32,7 @@ param azureOpenAiRegionType string = 'Single' @description('If you select Multi in azureOpenAiRegionType, then you must provide another Azure OpenAI Name here.') param apiServiceNameSecondary string = 'Maybe-Insert_Your_Secondary_Azure_OpenAi_Name_Here' -@description('If you select Multi in azureOpenAiRegionType, provide the Resource Group Name of the Azure Open AI service.') +@description('If you select Multi in azureOpenAiRegionType, provide the Resource Group Name of the Azure OpenAI service.') param apiServiceRgSecondary string = 'Maybe-Insert_Resource_Group_Name_Here' @description('If you want to enable retry policy for the API, set this to true. Otherwise, set this to false.')