Skip to content

Commit b17cd5d

Browse files
fixed Pipeline related issues
1 parent 78b74aa commit b17cd5d

6 files changed

Lines changed: 164 additions & 131 deletions

File tree

avm/ptn/sa/build-your-own-copilot-solution-accelerator/README.md

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -590,64 +590,64 @@ Size of the Jumpbox Virtual Machine when created. Set to custom value if enableP
590590

591591
| Output | Type | Description |
592592
| :-- | :-- | :-- |
593-
| `AI_FOUNDRY_RESOURCE_ID` | string | The resource ID of the AI Foundry instance. |
594-
| `AI_SEARCH_SERVICE_NAME` | string | Name of the AI Search service. |
595-
| `APP_ENV` | string | Specifies the current application environment. |
596-
| `APPINSIGHTS_INSTRUMENTATIONKEY` | string | The Application Insights instrumentation key. |
597-
| `APPLICATIONINSIGHTS_CONNECTION_STRING` | string | The Application Insights connection string. |
598-
| `AZURE_AI_AGENT_API_VERSION` | string | The API version used for the Azure AI Agent service. |
599-
| `AZURE_AI_AGENT_ENDPOINT` | string | The endpoint URL of the Azure AI Agent project. |
600-
| `AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME` | string | The deployment name of the GPT model for the Azure AI Agent. |
601-
| `AZURE_AI_SEARCH_ENDPOINT` | string | The endpoint URL of the Azure AI Search service. |
602-
| `AZURE_CALL_TRANSCRIPT_SYSTEM_PROMPT` | string | The system prompt used for call transcript processing in Azure Functions. |
603-
| `AZURE_COSMOSDB_ACCOUNT` | string | The name of the Azure Cosmos DB account. |
604-
| `AZURE_COSMOSDB_CONVERSATIONS_CONTAINER` | string | The name of the Azure Cosmos DB container for storing conversations. |
605-
| `AZURE_COSMOSDB_DATABASE` | string | The name of the Azure Cosmos DB database. |
606-
| `AZURE_COSMOSDB_ENABLE_FEEDBACK` | string | Indicates whether feedback is enabled in Azure Cosmos DB. |
607-
| `AZURE_OPENAI_EMBEDDING_ENDPOINT` | string | The endpoint URL for the Azure OpenAI Embedding model. |
608-
| `AZURE_OPENAI_EMBEDDING_NAME` | string | The name of the Azure OpenAI Embedding model. |
609-
| `AZURE_OPENAI_ENDPOINT` | string | The endpoint URL for the Azure OpenAI service. |
610-
| `AZURE_OPENAI_MAX_TOKENS` | string | The maximum number of tokens for Azure OpenAI responses. |
611-
| `AZURE_OPENAI_MODEL` | string | The name of the Azure OpenAI GPT model. |
612-
| `AZURE_OPENAI_PREVIEW_API_VERSION` | string | The preview API version for Azure OpenAI. |
613-
| `AZURE_OPENAI_RESOURCE` | string | The Azure OpenAI resource name. |
614-
| `AZURE_OPENAI_STOP_SEQUENCE` | string | The stop sequence(s) for Azure OpenAI responses. |
615-
| `AZURE_OPENAI_STREAM` | string | Indicates whether streaming is enabled for Azure OpenAI responses. |
616-
| `AZURE_OPENAI_STREAM_TEXT_SYSTEM_PROMPT` | string | The system prompt for streaming text responses in Azure Functions. |
617-
| `AZURE_OPENAI_SYSTEM_MESSAGE` | string | The system message for Azure OpenAI requests. |
618-
| `AZURE_OPENAI_TEMPERATURE` | string | The temperature setting for Azure OpenAI responses. |
619-
| `AZURE_OPENAI_TOP_P` | string | The Top-P setting for Azure OpenAI responses. |
620-
| `AZURE_SEARCH_CONNECTION_NAME` | string | The name of the Azure AI Search connection. |
621-
| `AZURE_SEARCH_CONTENT_COLUMNS` | string | The columns in Azure AI Search that contain content. |
622-
| `AZURE_SEARCH_ENABLE_IN_DOMAIN` | string | Indicates whether in-domain filtering is enabled for Azure AI Search. |
623-
| `AZURE_SEARCH_FILENAME_COLUMN` | string | The filename column used in Azure AI Search. |
624-
| `AZURE_SEARCH_INDEX` | string | The name of the Azure AI Search index. |
625-
| `AZURE_SEARCH_PERMITTED_GROUPS_COLUMN` | string | The permitted groups field used in Azure AI Search. |
626-
| `AZURE_SEARCH_QUERY_TYPE` | string | The query type for Azure AI Search. |
627-
| `AZURE_SEARCH_SEMANTIC_SEARCH_CONFIG` | string | The semantic search configuration name in Azure AI Search. |
628-
| `AZURE_SEARCH_SERVICE` | string | The name of the Azure AI Search service. |
629-
| `AZURE_SEARCH_STRICTNESS` | string | The strictness setting for Azure AI Search semantic ranking. |
630-
| `AZURE_SEARCH_TITLE_COLUMN` | string | The title column used in Azure AI Search. |
631-
| `AZURE_SEARCH_TOP_K` | string | The number of top results (K) to return from Azure AI Search. |
632-
| `AZURE_SEARCH_URL_COLUMN` | string | The URL column used in Azure AI Search. |
633-
| `AZURE_SEARCH_USE_SEMANTIC_SEARCH` | string | Indicates whether semantic search is used in Azure AI Search. |
634-
| `AZURE_SEARCH_VECTOR_COLUMNS` | string | The vector fields used in Azure AI Search. |
635-
| `AZURE_SQL_SYSTEM_PROMPT` | string | The system prompt for SQL queries in Azure Functions. |
636-
| `COSMOSDB_ACCOUNT_NAME` | string | Name of the Cosmos DB account. |
637-
| `KEY_VAULT_NAME` | string | Name of the Key Vault. |
638-
| `MANAGEDIDENTITY_WEBAPP_CLIENTID` | string | Client ID of the managed identity used by the web app. |
639-
| `MANAGEDIDENTITY_WEBAPP_NAME` | string | Name of the managed identity used by the web app. |
640-
| `RESOURCE_GROUP_NAME` | string | Name of the resource group. |
641-
| `SQLDB_DATABASE` | string | Name of the SQL Database. |
642-
| `SQLDB_SERVER` | string | The fully qualified domain name (FQDN) of the Azure SQL Server. |
643-
| `SQLDB_SERVER_NAME` | string | Name of the SQL Database server. |
644-
| `SQLDB_USER_MID` | string | The client ID of the managed identity for the web application. |
645-
| `STORAGE_ACCOUNT_NAME` | string | Name of the storage account. |
646-
| `STORAGE_CONTAINER_NAME` | string | Name of the storage container. |
647-
| `USE_AI_PROJECT_CLIENT` | string | Indicates whether the AI Project Client should be used. |
648-
| `USE_INTERNAL_STREAM` | string | Indicates whether the internal stream should be used. |
649-
| `WEB_APP_NAME` | string | Name of the deployed web application. |
650-
| `WEB_APP_URL` | string | URL of the deployed web application. |
593+
| `aiFoundryResourceId` | string | The resource ID of the AI Foundry instance. |
594+
| `aiSearchServiceName` | string | Name of the AI Search service. |
595+
| `appEnv` | string | Specifies the current application environment. |
596+
| `appInsightsInstrumentationKey` | string | The Application Insights instrumentation key. |
597+
| `applicationInsightsConnectionString` | string | The Application Insights connection string. |
598+
| `azureAiAgentApiVersion` | string | The API version used for the Azure AI Agent service. |
599+
| `azureAiAgentEndpoint` | string | The endpoint URL of the Azure AI Agent project. |
600+
| `azureAiAgentModelDeploymentName` | string | The deployment name of the GPT model for the Azure AI Agent. |
601+
| `azureAiSearchEndpoint` | string | The endpoint URL of the Azure AI Search service. |
602+
| `azureCallTranscriptSystemPrompt` | string | The system prompt used for call transcript processing in Azure Functions. |
603+
| `azureCosmosDbAccount` | string | The name of the Azure Cosmos DB account. |
604+
| `azureCosmosDbConversationsContainer` | string | The name of the Azure Cosmos DB container for storing conversations. |
605+
| `azureCosmosDbDatabase` | string | The name of the Azure Cosmos DB database. |
606+
| `azureCosmosDbEnableFeedback` | string | Indicates whether feedback is enabled in Azure Cosmos DB. |
607+
| `azureOpenaiEmbeddingEndpoint` | string | The endpoint URL for the Azure OpenAI Embedding model. |
608+
| `azureOpenaiEmbeddingName` | string | The name of the Azure OpenAI Embedding model. |
609+
| `azureOpenaiEndpoint` | string | The endpoint URL for the Azure OpenAI service. |
610+
| `azureOpenaiMaxTokens` | string | The maximum number of tokens for Azure OpenAI responses. |
611+
| `azureOpenaiModel` | string | The name of the Azure OpenAI GPT model. |
612+
| `azureOpenaiPreviewApiVersion` | string | The preview API version for Azure OpenAI. |
613+
| `azureOpenaiResource` | string | The Azure OpenAI resource name. |
614+
| `azureOpenaiStopSequence` | string | The stop sequence(s) for Azure OpenAI responses. |
615+
| `azureOpenaiStream` | string | Indicates whether streaming is enabled for Azure OpenAI responses. |
616+
| `azureOpenaiStreamTextSystemPrompt` | string | The system prompt for streaming text responses in Azure Functions. |
617+
| `azureOpenaiSystemMessage` | string | The system message for Azure OpenAI requests. |
618+
| `azureOpenaiTemperature` | string | The temperature setting for Azure OpenAI responses. |
619+
| `azureOpenaiTopP` | string | The Top-P setting for Azure OpenAI responses. |
620+
| `azureSearchConnectionName` | string | The name of the Azure AI Search connection. |
621+
| `azureSearchContentColumns` | string | The columns in Azure AI Search that contain content. |
622+
| `azureSearchEnableInDomain` | string | Indicates whether in-domain filtering is enabled for Azure AI Search. |
623+
| `azureSearchFilenameColumn` | string | The filename column used in Azure AI Search. |
624+
| `azureSearchIndex` | string | The name of the Azure AI Search index. |
625+
| `azureSearchPermittedGroupsColumn` | string | The permitted groups field used in Azure AI Search. |
626+
| `azureSearchQueryType` | string | The query type for Azure AI Search. |
627+
| `azureSearchSemanticSearchConfig` | string | The semantic search configuration name in Azure AI Search. |
628+
| `azureSearchService` | string | The name of the Azure AI Search service. |
629+
| `azureSearchStrictness` | string | The strictness setting for Azure AI Search semantic ranking. |
630+
| `azureSearchTitleColumn` | string | The title column used in Azure AI Search. |
631+
| `azureSearchTopK` | string | The number of top results (K) to return from Azure AI Search. |
632+
| `azureSearchUrlColumn` | string | The URL column used in Azure AI Search. |
633+
| `azureSearchUseSemanticSearch` | string | Indicates whether semantic search is used in Azure AI Search. |
634+
| `azureSearchVectorColumns` | string | The vector fields used in Azure AI Search. |
635+
| `azureSqlSystemPrompt` | string | The system prompt for SQL queries in Azure Functions. |
636+
| `cosmosDbAccountName` | string | Name of the Cosmos DB account. |
637+
| `keyVaultName` | string | Name of the Key Vault. |
638+
| `managedIdentityWebAppClientId` | string | Client ID of the managed identity used by the web app. |
639+
| `managedIdentityWebAppName` | string | Name of the managed identity used by the web app. |
640+
| `resourceGroupName` | string | Name of the resource group. |
641+
| `sqlDbDatabaseName` | string | Name of the SQL Database. |
642+
| `sqlDbServer` | string | The fully qualified domain name (FQDN) of the Azure SQL Server. |
643+
| `sqlDbServerName` | string | Name of the SQL Database server. |
644+
| `sqlDbUserManagedIdentityClientId` | string | The client ID of the managed identity for the web application. |
645+
| `storageAccountName` | string | Name of the storage account. |
646+
| `storageContainerName` | string | Name of the storage container. |
647+
| `useAiProjectClient` | string | Indicates whether the AI Project Client should be used. |
648+
| `useInternalStream` | string | Indicates whether the internal stream should be used. |
649+
| `webAppName` | string | Name of the deployed web application. |
650+
| `webAppUrl` | string | URL of the deployed web application. |
651651

652652
## Cross-referenced modules
653653

0 commit comments

Comments
 (0)