Skip to content

Commit d5d5389

Browse files
Merge pull request #26 from microsoft/psl-bug-sync-readme-changes
fix: update Readme
2 parents d8ee342 + a7fab17 commit d5d5389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ Using the Migration Solution Accelerator, the complete processing flow works as
156156
3. **Queue Generation**: After successful inspection, the system generates processing jobs with unique identifiers and submits them to Azure Storage Queue
157157
4. **Migration Processor Activation**: The multi-agent migration processor (this solution) monitors the queue, picks up processing jobs, and begins intelligent analysis
158158

159+
> ⚠️ **Important Note on Processing**: This is a **synchronous system**. Users can upload either a single file or multiple files for processing, but only one migration batch runs at a time. Once a batch has started, users must wait for it to complete before the next upload begins. If additional files are uploaded while a migration is in progress, they will automatically queue and start only after the current batch finishes.
160+
159161
### **AI-Powered Migration Process**
160162

161163
Once the migration processor receives a queue message, expert AI agents automatically:

0 commit comments

Comments
 (0)