Skip to content

Commit f930dab

Browse files
Merge pull request #46 from microsoft/dev
docs: merge from dev to main Sampleworkflow
2 parents 45ec24e + b824e79 commit f930dab

4 files changed

Lines changed: 42 additions & 0 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
237237
### 🛠️ Troubleshooting
238238

239239
If you encounter any issues during the deployment process, please refer [troubleshooting](../docs/TroubleShootingSteps.md) document for detailed steps and solutions.
240+
241+
## Running the application
242+
243+
To help you get started, here's the [Sample Workflow](./SampleWorkflow.md) you can follow to try it out.

docs/SampleWorkflow.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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 files for **EKS & GKE** in data folder from [here](../data).
9+
10+
### **Upload**
11+
12+
_Sample Operations:_
13+
14+
- Select all files from **EKS** folder.
15+
- Click the **Upload** button.
16+
- Check Upload Status
17+
> _Observe: Success message **All valid files uploaded successfully!** appears_
18+
- Click **Start Processing** Button to Process Files.
19+
> _Note: Average response time is 20-30 minutes._ <br>
20+
21+
### **Review**
22+
23+
- The Batch Processing page will appear, showing the migration process with real-time status updates, including agent activity and phase details.
24+
- Once batch processing is complete, all files along with four detailed reports will be available for review.
25+
26+
### **Download**
27+
28+
_Sample operation:_
29+
30+
- Once the files are translated, the **Download all as .zip** button at the top left will be enabled to download the translated files.
31+
32+
![Application](images/sampleworkflow1.png)
33+
34+
> Note: Follow the same process for the **GKE** folder.
35+
36+
This structured approach simplifies container adoption by automating migration, handling dependencies, and optimizing performance for cloud-native environments, while enhancing existing code for better efficiency and maintainability.

docs/images/sampleworkflow1.png

98.9 KB
Loading

infra/main.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ var replicaRegionPairs = {
177177
southeastasia: 'eastasia'
178178
uksouth: 'westeurope'
179179
westeurope: 'northeurope'
180+
westus3: 'eastus'
180181
}
181182
var replicaLocation = replicaRegionPairs[resourceGroup().location]
182183

@@ -545,6 +546,7 @@ var cosmosDbZoneRedundantHaRegionPairs = {
545546
southeastasia: 'eastasia'
546547
uksouth: 'westeurope'
547548
westeurope: 'northeurope'
549+
westus3: 'eastus'
548550
}
549551
var cosmosDbHaLocation = cosmosDbZoneRedundantHaRegionPairs[resourceGroup().location]
550552

0 commit comments

Comments
 (0)