what do i need to download a clone of my application hosted on azur?

steven pearl 1 Reputation point
2021-12-24T16:07:53.807+00:00

We have and application (a medical EMR) that is a SQL Server DB with SilverLight skin that is currently hosted on Azur. We are retiring the Program, and I'd like to download/create a clone on hardware (vCPU, on-site server, something like that), that i can plug into a network and log-in as if it were still hosted on Azur. How do I configure the computer?
Thanks!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,158 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,546 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 96,926 Reputation points MVP
    2021-12-24T17:20:14.6+00:00

    Hi @steven pearl ,

    maybe this helps: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/download-vhd

    After the download of the vhd file is done it should be possible to create a new Hyper-V VM on-premises using this vhd.
    Just take care you don't get a conflict if both identical VMs are showing up at the same time.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

  2. Ravi Kanth Koppala 3,231 Reputation points Microsoft Employee
    2021-12-25T02:18:57.067+00:00

    @steven pearl ,
    Adding to @Andreas Baumgarten suggestion, you need to refer to your application & technology architecture to decide how to proceed further on the migration. For example, if the Silverlight is two-tier architecture, it is simple - host the Silverlight app, restore the latest DB, and make necessary configuration changes. Still, if the app uses any internal/external services, you need to make sure those are accessible from your internal VM.

    0 comments No comments