Is there any way to call the quantify web services from azure app service?
I am able to connect to Quantify api from Quantify client, here I am connecting to database or remote connection, which is successfully able to create the QuantifySettings.xml in location “C:\ProgramData\Avontus\Quantify\Settings”. Quantify will work by taking the connectionstring from this file.
My question is how can azure app service will use this QuantifySettings.xml file, Can you please suggest me how to proceed with this scenario…
Have you installed Quantify Web? If not, install that on your local IIS. You will see connection stings there to modify to connect to your database. FTP these files to Azure.
Using Quantify client, verify you can connect to Azure.
Nothing to do with the API at this point. If you cannot connect, contact support@avontus.com
In the sample project, modify the connection string to point to the same azure instance. You can then use the API as normal, but it will be connected to the remote server.
My requirement is I want to consume the quantify scaffoldings in external azure app service (which is asp.net web api in my case), Can you suggest me to proceed on it.
Can you please suggest me in detail like How to access the quantify scaffoldings from my asp.net web api , how the QuantifySettings.xml needs to configure and finally which needs to be hosted in azure app service.
My requirement is I want to consume the quantify scaffoldings in external azure app service (which is asp.net web api in my case), Can you suggest me to proceed on it.
Can you please suggest me in detail like How to access the quantify scaffoldings from my asp.net web api , how the QuantifySettings.xml needs to configure and finally my web api needs to be hosted in azure app service.