I installed the sql server in Azure Windows VM(IAAS) service to configure to azure webapp

Chakali Sekshavali 0 Reputation points
2023-01-24T10:11:01.9933333+00:00

I installed the SQL server in Azure Windows VM(IAAS) service to configure the azure web app using VNet Integration But it is not connected and also I set up the NSG rules to the VM. Can you plz suggest to me how to integrate IAAS SQL into Azure Web App?

In Web app console I used command : tcpping

SQL Server on Azure Virtual Machines
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,383 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Bjoern Peters 8,856 Reputation points
    2023-01-24T11:03:55.7866667+00:00

    Hi Sekshavli

    Of course, you can integrate your web app into your VNet with a private endpoint.

    [https://learn.microsoft.com/en-us/azure/app-service/networking/private-endpoint

    You will find links to a deployment and sample tutorial at the end of this documentation.

    I hope my answer is helpful to you,

    Your

    Bjoern Peters

    If the reply was helpful, please upvote and/or accept it as an answer, as this helps others in the community with similar questions. Thanks!


  2. Bjoern Peters 8,856 Reputation points
    2023-01-24T11:04:12.06+00:00

    Hi Sekshavli

    Of course, you can integrate your web app into your VNet with a private endpoint.

    [https://learn.microsoft.com/en-us/azure/app-service/networking/private-endpoint

    You will find links to a deployment and sample tutorial at the end of this documentation.

    I hope my answer is helpful to you,

    Your

    Bjoern Peters

    If the reply was helpful, please upvote and/or accept it as an answer, as this helps others in the community with similar questions. Thanks!

    0 comments No comments

  3. Chakali Sekshavali 0 Reputation points
    2023-01-24T13:38:37.29+00:00

    When I configure the Vnet integration to the Web app then my VM is connected through private Ip using the command: tcpping <private ip>:3389. But when I tried to connect the VM inside SQL server using command: tcpping <VM private ip>:<sql port number>.

    User's image

    0 comments No comments