This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 568
Modernize With Azure Containers Changelog
Vaishali Raval edited this page Dec 17, 2021
·
3 revisions
Reference commits : 6dcfc16, 82335a0
- Updates .NET 6 related content in the following pages :
Index
Lift and shift existing .NET apps to Azure IaaS (Cloud Infrastructure-Ready)
Migrate your relational databases to Azure
- In the chapter :
Modernize existing .NET apps to Cloud-Optimized applications
:Index
Reasons to modernize existing .NET apps to Cloud-Optimized applications
What about Cloud-Native applications
Deploy existing .NET apps as Windows containers
When not to deploy to Windows Containers
When to deploy Windows Containers to Azure VMs (IaaS cloud)
When to deploy Windows Containers to Azure Container Instances (ACI)
Build resilient services ready for the cloud. Embrace transient failures in the cloud
Modernize your apps with monitoring and telemetry
Modernize your app's lifecycle with CI/CD pipelines and DevOps tools in the cloud
Migrate to hybrid cloud scenarios
Walkthroughs and technical get started overview
Reference commits : e4e6c2e, bfe949a, 3300816,89cebb1
Contains following changes:
- Updates the table content of Azure compute options for container based application.
- Fixes image alt text related warnings.
- Includes Azure compute service for your application reference in additional reference.
Reference commits : 6dcfc16, 82335a0
- Updates .NET 5 related content in the following pages :
Index
Lift and shift existing .NET apps to Azure IaaS (Cloud Infrastructure-Ready)
Migrate your relational databases to Azure
- In the chapter :
Modernize existing .NET apps to Cloud-Optimized applications
:Index
Reasons to modernize existing .NET apps to Cloud-Optimized applications
What about Cloud-Native applications
Deploy existing .NET apps as Windows containers
When not to deploy to Windows Containers
When to deploy Windows Containers to Azure VMs (IaaS cloud)
When to deploy Windows Containers to Azure Container Instances (ACI)
Build resilient services ready for the cloud. Embrace transient failures in the cloud
Modernize your apps with monitoring and telemetry
Modernize your app's lifecycle with CI/CD pipelines and DevOps tools in the cloud
Migrate to hybrid cloud scenarios
Walkthroughs and technical get started overview
- Home
- Release notes
- e-books
-
MVC & Web Forms Samples
- Tour of the "legacy" ASP.NET web apps to modernize
- How to containerize the .NET Framework web apps with Windows Containers and Docker
- Publishing your Windows Container images into a Docker Registry
- Deploying the Apps to Azure Web Apps for Containers
- Deploying the Apps to ACI (Azure Container Instances)
- Deploying your Windows Containers based app into Azure VMs (Including CI CD)
- Deploying into local Kubernetes in Windows 10 and Docker for Windows development environment
- How to deploy your Windows Containers based apps into Kubernetes in Azure Container Service (Including CI CD)
- How to add authentication authorization with Azure Active Directory
- How to migrate the SQL database to Azure with the Azure Database Migration Service
- Using Application Insights in eShopOnContainers
- N-Tier sample: WinForms app and WFC service
- ASP.NET to Azure App Service Migration Workshop