Not able to connect from Azure function app to SQL DB on Azure VM

I am trying to connect from my Azure function app to a SQL server which is installed on a Azure VM.
Kindly help with the connection string
"Server = MyVMIpAddress;Integrated security = true;Database = mydb;User Id = myuser;Password = mypwd;"

0 answers