workflows_run_project_log_workflow
Runs the project-log ingestion workflow for a Microsoft customer story, extracting key details via two agents and storing the structured result in the Azure AI Search project-log vector index.
Instructions
Run the full project-log ingestion workflow for a Microsoft customer story.
This workflow sequentially invokes two declarative agents:
CaseStudyAgent – fetches the story page and extracts: title, customer name, summary, context, tags, and the source URL.
ArchitectureAgent – generates a structured JSON architecture diagram from the case study context and technology tags.
The combined result is stored as a single entry in the Azure AI Search project-log vector index.
If CaseStudyAgent and ArchitectureAgent have been deployed to
Azure AI Foundry (via deploy-case-study-agent /
deploy-architecture-agent), they are invoked via the Foundry API so
that the run is visible in the project telemetry. Otherwise the same
logic runs locally against Azure OpenAI directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_url | Yes | URL of a Microsoft customer success story, e.g. https://www.microsoft.com/en/customers/story/25676-commerzbank-ag-azure-ai-foundry-agent-service | |
| project_name | No | Optional project name to tag the log entry with. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |