Results 1 to 3 of 3

Thread: Parallels Run Between Local On-Prem and Azure

  1. #1

    Thread Starter
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,754

    Parallels Run Between Local On-Prem and Azure

    We have a client who has an on-prem instance of MySQL and eventually we want to get everything migrated to Azure.

    In the meantime, how can we make the on-prem instance communicate directly with Azure?

    Ideally I want to create a "hop". Our rewrite application hits Azure and Azure hits the on-prem MySQL database.

    Is this possible?
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

  2. #2
    PowerPoster
    Join Date
    Jun 2013
    Posts
    7,253

    Re: Parallels Run Between Local On-Prem and Azure

    Is it not possible, to install a (temporary) IIS-instance in the customer-LAN,
    which is also reachable "from outside"?

    If yes, then you'll be able to simply delegate incoming https-requests (via http):
    - from your Azure-Webservice
    - to your temorary IIS-instance
    The Azure-WS in this case, will then act like a Proxy...

    This means, that you'll develop and test your WebApp behind the (local, customer-LAN-based) IIS for a time...

    Olaf

  3. #3
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,474

    Re: Parallels Run Between Local On-Prem and Azure

    Quote Originally Posted by dday9 View Post
    We have a client who has an on-prem instance of MySQL and eventually we want to get everything migrated to Azure.

    In the meantime, how can we make the on-prem instance communicate directly with Azure?

    Ideally I want to create a "hop". Our rewrite application hits Azure and Azure hits the on-prem MySQL database.

    Is this possible?
    It might be worth looking at creating a VPN from your on-prem environment to Azure, this would allow Azure hosted applications to access your on prem database without exposing the DB directly to the internet.

    If your app is going to be an Azure App Service then there is also https://learn.microsoft.com/en-us/az...id-connections as an option to consider.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width