Skip to content

increase two predefined tasks #47720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2025
Merged
Changes from all 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
8 changes: 6 additions & 2 deletions docs/azure/migration/appmod/predefined-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Predefined tasks capture industry best practices for using Azure services. Curre

App Modernization for .NET currently supports the following predefined tasks:

- **Migrate to Managed Identity based Database on Azure, including Azure SQL DB and Azure PostgreSQL**
- **Migrate to Managed Identity based Database on Azure, including Azure SQL DB, Azure SQL MI and Azure PostgreSQL**

Modernize your data layer by migrating from on-premises or legacy databases (such as DB2, Oracle DB, or SQL Server) to Azure SQL DB or Azure PostgreSQL, using secure managed identity authentication.
Modernize your data layer by migrating from on-premises or legacy databases (such as DB2, Oracle DB, or SQL Server) to Azure SQL DB, Azure SQL Managed Instance or Azure PostgreSQL, using secure managed identity authentication.

- **Migrate to Azure File Storage**

Expand Down Expand Up @@ -54,3 +54,7 @@ App Modernization for .NET currently supports the following predefined tasks:
- **Migrate to Confluent Cloud/Azure Event Hub for Apache Kafka**

Transition from local or on-premises Kafka to managed event streaming with Confluent Cloud or Azure Event Hubs.

- **Migrate to OpenTelemetry on Azure**

Transition from local logging frameworks like log4net, serilog, windows event log to OpenTelemetry on Azure.
Loading