Open Issues Need Help
View All on GitHubAI Summary: Restructure and rewrite the documentation for an AI Foundry SPA project to create a beginner-friendly, cohesive guide for developers new to Azure AI Foundry. This involves consolidating fragmented information across multiple files, creating a clear user journey, and improving overall readability and usability. The goal is to enable new users to quickly understand, deploy, and customize the application.
AI Summary: This task involves updating the project's documentation, code, and configuration files to remove outdated references to the "001" suffix in resource names. The goal is to replace these legacy references with the current naming convention that includes a region code (e.g., eus2). This is a find-and-replace operation across various files, including Bicep templates, PowerShell scripts, markdown documentation, and JavaScript code. Thorough testing is required to ensure all updated references are functional.
AI Summary: Validate the DevBox configuration for the AI Foundry SPA project. This involves creating a DevBox instance from the provided `imageDefinition.yaml`, verifying the installation and functionality of all necessary development tools (Node.js, .NET SDK, Azure CLI, etc.), and testing the complete development workflow, including local testing and Azure deployment. Documentation updates are required to reflect the validation results and any necessary troubleshooting steps.
AI Summary: Validate the DevContainer configuration for the AI Foundry SPA project, ensuring all development tools are functional within the container and the complete development workflow operates correctly. This includes testing container creation, tool installations (Node.js, .NET SDK, Azure CLI, etc.), port forwarding, frontend and backend development, VS Code extensions, and integration testing with Azurite and Azure deployment. Documentation updates and a comparison with the DevBox setup are also required.