Skip to content

Commit ec8ba24

Browse files
Merge pull request #257 from microsoft/psl-sampleqstn
docs: Added new Sample Questions page and reference file
2 parents 5825af8 + 0e41b33 commit ec8ba24

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Additional Steps
207207
208208
## Running the application
209209
210-
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.
210+
To help you get started, here's the [Sample Workflow](./SampleWorkflow.md) you can follow to try it out.
211211

212212
## Environment configuration for local development & debugging
213213
> 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**.

docs/SampleWorkflow.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# Sample Workflow
3+
4+
To help you get started, here’s a **sample process** you can follow in the app.
5+
6+
## **Process**
7+
8+
> Note: Download Sample Data – The folder [here](../data/informix) contains sample Informix query files (simple and function) for download.
9+
10+
### **Upload**
11+
12+
_Sample Operations:_
13+
14+
- Select **q1_informix.sql** from _simple_ folder and **F1.sql** and **F2.sql** from _functions_ folder.
15+
- Click **Upload** button.
16+
- Click **Start Translating** Button to Process Files.
17+
> _Note: Average translating time is 01 minute 15 seconds._ <br>
18+
19+
### **Review**
20+
21+
- The batch Processing page will open and the translation process will be visible. One file at a time will be processed and others will be in queued state.
22+
- Once the batch processing is done for any file, the file is available to review.
23+
- Once the translation process is complete for a batch, it becomes available for review in the History panel (located at the top right).
24+
25+
### **Download**
26+
27+
- Once the files are translated, the **Download all as .zip** button at the bottom left will be enabled to download the translated files.
28+
29+
![Application](images/samplecodmod1.png)
30+
31+
This structured approach ensures that users can efficiently validate, test, and deploy cloud-ready solutions for improved scalability and performance.

docs/images/samplecodmod1.png

57 KB
Loading

0 commit comments

Comments
 (0)