You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-14Lines changed: 33 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,27 +28,29 @@ The solution uses a sophisticated multi-agent orchestration pattern where specia
28
28
29
29
This solution enables enterprise-grade Kubernetes migration with the following capabilities:
30
30
31
-
• **Enterprise Batch Processing Architecture**
32
-
Complete solution including React web application for file upload, validation, and queue management coupled with intelligent multi-agent processing engine
Complete solution including React web application for file upload, validation, and queue management coupled with intelligent multi-agent processing engine
33
33
34
-
• **Intelligent Platform Detection**
35
-
Automatically identifies source Kubernetes platform (GKE/EKS) through configuration analysis and applies platform-specific migration strategies
34
+
-**Intelligent Platform Detection** <br/>
35
+
Automatically identifies source Kubernetes platform (GKE/EKS) through configuration analysis and applies platform-specific migration strategies
Each migration step (analysis, design, conversion, documentation) is built using Semantic Kernel Process Framework with event routing and step orchestration
40
+
-**Process Framework Integration** <br/>
41
+
Each migration step (analysis, design, conversion, documentation) is built using Semantic Kernel Process Framework with event routing and step orchestration
42
42
43
-
• **MCP Server Tool Integration**
44
-
Agents access intelligent tools through Model Context Protocol servers for file operations, knowledge search, and specialized functions without direct model training
43
+
-**MCP Server Tool Integration** <br/>
44
+
Agents access intelligent tools through Model Context Protocol servers for file operations, knowledge search, and specialized functions without direct model training
45
45
46
-
• **Azure Well-Architected Framework Compliance**
47
-
Configurations transformed according to Azure security, reliability, performance, cost optimization, and operational excellence principles
If you want to get know more detail about Agentic Architecture, please take a look at this document: [Agentic Architecture](docs/AgenticArchitecture.md)
54
56
@@ -231,6 +233,23 @@ Have questions, find a bug, or want to request a feature? [Submit a new issue](h
231
233
## Responsible AI Transparency FAQ
232
234
Please refer to [Transparency FAQ](./TRANSPARENCY_FAQ.md) for responsible AI transparency details of this solution accelerator.
233
235
236
+
## Data Collection
237
+
238
+
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of [Microsoft’s privacy statement](https://go.microsoft.com/fwlink/?LinkID=824704). You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
239
+
240
+
### Telemetry Configuration
241
+
242
+
This repository uses telemetry to track and monitor usage. There are two means of telemetry being used for this purpose: [Azure Developer CLI (AZD)](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/overview?tabs=windows) and using [Azure Verified Modules (AVM)](https://azure.github.io/Azure-Verified-Modules/) for provisioning resources. Telemetry collection in this solution is enabled by default.
243
+
244
+
To opt out, perform the following steps:
245
+
246
+
1. Set the environment variable `AZURE_DEV_COLLECT_TELEMETRY` to `no` in your environment prior to deploying.
247
+
2. Set the `enableTelemetry` parameter value in `main.parameters.json` to `false` prior to deploying.
248
+
249
+
## Trademarks
250
+
251
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
252
+
234
253
## Disclaimers
235
254
236
255
To the extent that the Software includes components or code used in or derived from Microsoft products or services, including without limitation Microsoft Azure Services (collectively, “Microsoft Products and Services”), you must also comply with the Product Terms applicable to such Microsoft Products and Services. You acknowledge and agree that the license governing the Software does not grant you a license or other right to use Microsoft Products and Services. Nothing in the license or this ReadMe file will serve to supersede, amend, terminate or modify any terms in the Product Terms for any Microsoft Products and Services.
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,9 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
170
170
171
171
> #### Important Note : Before accessing the application, ensure that all **[Post Deployment Steps](#post-deployment-steps)** are fully completed, as they are critical for the proper configuration of **Data Ingestion** and **Authentication** functionalities.
172
172
173
-
6. After exploring the application, you can delete the resources by running `azd down` command.
173
+
6. Use the application by uploading other GKE or EKS container workload configuration YAML files. [Sample input files can be found in the data folder](/data/).
174
+
175
+
7. After exploring the application, you can delete the resources by running `azd down` command.
0 commit comments