Page 1 of 1

Web API setup under Azure

PostPosted: Sun Jul 30, 2017 12:48 pm
by SBarnes
Hi Mike,

Are you any closer to a set of instructions for deploying the Web API under Azure.

I would assume that if I attempt it manually, that currently you could create a web app and then do an ftp deploy and then edit the app settings through the Azure Console and have the database in SQL Azure, but how do you get around the need for a Jiwa connection to be set up?

Thanks.

Re: Web API setup under Azure  Topic is solved

PostPosted: Sun Jul 30, 2017 1:29 pm
by Mike.Sheen
SBarnes wrote:I would assume that if I attempt it manually, that currently you could create a web app and then do an ftp deploy and then edit the app settings through the Azure Console and have the database in SQL Azure


Yes - just create an Azure App service, then FTP the files up there.

SBarnes wrote:but how do you get around the need for a Jiwa connection to be set up?


I don't understand... you just edit the .config file which contains the connection details - servername (the azure SQL server name), database name, jiwa username and password.

EDIT: Note you want the contents of the JiwaAPI.zip located in the JiwaAPI folder when Jiwa is installed to a local machine.

Re: Web API setup under Azure

PostPosted: Sun Jul 30, 2017 2:56 pm
by SBarnes
Ah my mistake, I had assume the config was the same as the service, I should have checked first.

Thanks.