1.DurableMultiAgentTemplate を Azure Functions にデプロイ
2. DurableMultiAgentTemplate.Client を App Service にデプロイ
3. 環境変数の構成
4. Function App
AppConfig__OpenAI__Endpoint = https://<your AOAI resource name>.openai.azure.com/
AppConfig__OpenAI__ChatModelDeployName = chat-model-deploy-name
AppConfig__OpenAI__EmbeddingModelDeployName = embedding-model-deploy-name
AppConfig__CosmosDb__Endpoint = your cosmos endpoint
- App Service
Services__backend__https__0 = https://<<function app>>.azurewebsites.net
BackendOptions__ApiKey = <<Azure Functions default host key>>
- ロールの追加
Azure Functions に以下のロールを追加
1.DurableMultiAgentTemplate を Azure Functions にデプロイ
2. DurableMultiAgentTemplate.Client を App Service にデプロイ
3. 環境変数の構成
4. Function App
Azure Functions に以下のロールを追加
https://zenn.dev/microsoft/articles/cosmosdb-role-assign