Giter Site home page Giter Site logo

microsoft / .net-modernization-in-a-day Goto Github PK

View Code? Open in Web Editor NEW
46.0 11.0 49.0 83.86 MB

.NET Modernization In a Day workshop content

License: Creative Commons Attribution 4.0 International

PowerShell 3.74% C# 22.80% HTML 27.90% CSS 1.81% JavaScript 43.76%

.net-modernization-in-a-day's Introduction

.NET Modernization In a Day

This workshop is designed for Microsoft partners to drive the migrations of .NET applications to Azure across customers. It includes whiteboard design session materials and hands-on lab. Content is based on Microsoft Cloud Workshops, that are widely used by Microsoft specialists and solution architects.

April 2020

Before you start

Abstracts

Workshop

In this workshop, you gain a better understanding of the steps involved in modernizing .NET applications and legacy infrastructure by leveraging cloud services. You also see how applications can be enhanced by adding a mix of web and mobile services, all secured using Azure Active Directory.

At the end of this workshop, your ability to design and implement a modernization plan for organizations looking to move services from on-premises to the cloud will be improved.

Customer situation

Contoso, Ltd. (Contoso) is a new company in an old business. Founded in Auckland, NZ, in 2011, they provide a full range of long-term insurance services to help individuals who are under-insured, filling a void their founders saw in the market. From the beginning, they grew faster than anticipated and have struggled to cope with rapid growth. During their first year alone, they added over 100 new employees to keep up with the demand for their services. To manage policies and associated documentation, they use a custom-developed Windows Forms application, called PolicyConnect. PolicyConnect uses an on-premises SQL Server 2008 R2 database as its data store, along with a file server on its local area network for storing policy documents. That application and its underlying processes for managing policies have become increasingly overloaded.

Contoso recently started a new web and mobile projects to allow policyholders, brokers, and employees to access policy information without requiring a VPN connection into the Contoso network. The web project is a .NET Core 2.2 MVC web application, which accesses the PolicyConnect database using REST APIs. They eventually intend to share the REST APIs across all their applications, including the mobile app and WinForms version of PolicyConnect. They have a prototype of the web application running on-premises and are interested in taking their modernization efforts a step further by hosting the app in the cloud. However, they don't know how to take advantage of all the managed services of the cloud since they have no experience with it. They would like some direction converting what they have created so far into a more cloud-native application.

They have not started the development of a mobile app yet. Contoso is looking for guidance on how to take a .NET developer-friendly approach to implement the PolicyConnect mobile app on Android and iOS.

To prepare for hosting their applications in the cloud, they would like to migrate their SQL Server database to a PaaS SQL service in Azure. Contoso is hoping to take advantage of the advanced security features available in a fully managed SQL service in the Azure. By migrating to the cloud, they hope to improve their technological capabilities and take advantage of enhancements and services that are enabled by moving to the cloud. The new features they would like to add are automated document forwarding from brokers, secure access for brokers, access to policy information, and reliable policy retrieval for a dispersed workforce. They have been clear that they will continue using the PolicyConnect WinForms application on-premises but want to update the application to use cloud-based APIs and services. Additionally, they want to store policy documents in cloud storage for retrieval via the web and mobile apps.

Part I: Presentation

Start from presenting .NET Modernization with Azure story using the included deck. Presentation should take 60-90 minutes and introduce the aspects of .NET app modernization and value that Azure brings.

Part II: Whiteboard Design Session

During whiteboard design session, you work with a group to design a solution for modernizing legacy on-premises applications and infrastructure by leveraging cloud services. As part of the modernization effort, application enhancements are added using a mix of web and mobile services, all secured using Azure Active Directory.

At the end of this whiteboard design session, you will design a modernization plan for organizations looking to move services from on-premises to the cloud will be improved.

If you are delivering the session remotely, we suggest to use Microsoft Teams and Microsoft Whiteboard.

Part III: Hands-on Lab

Hands-on lab is designed to guide attendees through the process of implementing the steps to modernize a legacy .NET-based on-premises application, including upgrading and migrating the database to Azure and updating the application to take advantage of serverless and cloud services.

At the end of this hands-on lab, you will build a solution for modernizing legacy on-premises applications and infrastructure using cloud services like Azure App Service and Azure SQL Database.

Azure services and related products

  • API Management
  • App Services
  • Azure Active Directory
  • Azure Cognitive Services
  • Azure Database Migration Service
  • Azure Key Vault
  • Azure Redis
  • Azure Cognitive Search
  • Azure SQL Database
  • Azure Storage
  • Azure Virtual Machines
  • Flow
  • PowerApps
  • Visual Studio
  • Xamarin

Related references

Help & Support

We welcome feedback and comments from Microsoft SMEs & learning partners who deliver MCWs.

Having trouble?

  • First, verify you have followed all written lab instructions (including the Before the Hands-on lab document).
  • Next, create a new Issue in the repo with detailed description of the issue and any troubleshooting steps performed.

If you are planning to present a workshop, review and test the materials early! We recommend at least two weeks prior.

Leave your comments by creating a new topic in Issues section or send an email to [email protected] with any questions.

.net-modernization-in-a-day's People

Contributors

kirillkotlyarenko avatar microsoft-github-operations[bot] avatar microsoftopensource avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

.net-modernization-in-a-day's Issues

Flow / Power Automate

Slides contain the old product name "Microsoft Flow" instead of the new one "Microsoft Power Automate"

PowerApps Studio

I wasn't able to log in to the desktop version. Maybe change the instruction to use the web version.

Link broken read.me - partner materials!

Take a look at a partner marketing materials for .NET Modernization In a Day

Also, the second link IMO is misleading - it jumps to a registration page for a video of how to generally deliver a workshop, rather than a video of .Net Modernization video.

appmodernization_linksbroken

No save button

In
Task 5: Migrate the database using the Azure Database Migration Service
it is indicated on every step to do "save" where as in the portal there is no save button on all stages
NoSavebut

No Advance Data Security blade

Hi, I reached ask 2: Review Advanced Data Security Vulnerability Assessment,

I don't have "Advance Data Security" blade (I created all resources using the manual setup and not the ARM template)
VulnAss

web site is not working

I followed all steps in
Task 2: Deploy web application to Azure
a web browser, enter login and password click on login screen blinks but nothing happens I stay on the same landing page and not get forwarded to the next page

DMS - Download report not available

After running the migration successfully as indicated in
Task 5: Migrate the database using the Azure Database Migration Service
step
When the migration is complete, select the ellipsis button on the toolbar, and then select Download report.

please see snapshot, "Download report" is always disabled
downloadDisabled

assign the service principal to a reader role twice why?

Just before task 4: Assign the service principal access to Key Vault, the command
az ad sp create-for-rbac -n "contoso-apps" --role reader --scopes subscriptions/$subscriptionId/resourceGroups/$resourceGroup
In my understanding we are granting reader role to SP to RG
why agian it is indicated

In this task, you assign the service principal you created above to a reader role on your resource group
it is already done no?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.