azure - What ip address do you use to connect to a VM from a Web App through point-to-site VNET Integration? -
i have .net web api deployed web app , trying connect mysql db on vm in virtual network, it's responding 500 internal server error.
my vnet consists of 1 vm no dns or site-to-site configuration.
the preview portal says vnet integration connected, certificates in sync , gateway online.
i gave vm static ip address i'm using in web.config connection string, thinking requests routed through gateway vm, according general mysql log aren't connection attempts mysql server.
the address gave vm within range of addresses being routed vnet, , setup endpoint on vm port i'm trying connect mysql on access rule allows connections, i'm not sure why connection doesn't appear getting through gateway vm.
you may check link provides instructions on how connect azure app service - web app azure virtual network, can use resources visible within network itself:
https://azure.microsoft.com/en-us/documentation/articles/web-sites-integrate-with-vnet/
Comments
Post a Comment