Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Additional Steps

## Running the application

To help you get started, sample Informix queries have been included in the data/informix/functions and data/informix/simple directories. You can choose to upload these files to test the application.
To help you get started, here's the [Sample Workflow](./SampleWorkflow.md) you can follow to try it out.

## Environment configuration for local development & debugging
> Set APP_ENV in your .env file to control Azure authentication. Use dev to enable to use Azure CLI credential, Prod to enable Managed Identity (for production). **Ensure you're logged in via az login when using dev in local**.
Expand Down
30 changes: 30 additions & 0 deletions docs/SampleWorkflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

# Sample Workflow

To help you get started, here’s a **sample process** you can follow in the app.

## **Process**

> Note: Download Sample Data – Folder from [here](../data/informix) contains sample Informix query files (simple and function) for download.
Comment thread
Roopan-Microsoft marked this conversation as resolved.
Outdated

### **Upload**

_Sample Operations:_

- Select **q1_informix.sql** from _simple_ folder and **F1.sql** and **F2.sql** from _functions_ folder.
- Click **Upload** button.
- Click **Start Translating** Button to Process Files.

### **Review**

- The batch Processing page will get opened up and the translation process will be visible. One file at a time will be processed and others will be in queued state.
Comment thread
Roopan-Microsoft marked this conversation as resolved.
Outdated
- Once the batch Processing is done for any file, file is available to review.

Copilot AI Nov 4, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent capitalization: 'batch Processing' should be 'batch processing' (lowercase 'p').

Suggested change
- The batch Processing page will get opened up and the translation process will be visible. One file at a time will be processed and others will be in queued state.
- Once the batch Processing is done for any file, file is available to review.
- The batch processing page will get opened up and the translation process will be visible. One file at a time will be processed and others will be in queued state.
- Once the batch processing is done for any file, file is available to review.

Copilot uses AI. Check for mistakes.
Comment thread
Roopan-Microsoft marked this conversation as resolved.
Outdated
- Once the translation process is complete for a batch, it becomes available for review in the History panel (located at the top right).

### **Download**

- Once the files are translated, the **Download all as .zip** button at the bottom left will be enabled to download the translated files.

![Application](images/samplecodmod1.png)

This structured approach ensures that users can efficiently validate, test, and deploy cloud-ready solutions for improved scalability and performance.
Binary file added docs/images/samplecodmod1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.