Open pamio opened 7 years ago
Hi @pamio, a few quick questions:
Set-Variable -Name "rgname" -Value "mychosenrgname"
az group create --location westeurope --name $rgname
...instead of the regular shell notation:
set rgname=mychosenrgname
az group create --location westeurope --name %rgname%
uname
and pass
variables?
%uname%
and %pass%
.I realize that may not resolve your issues; to get unblocked in the meantime, you can set up web deployment with the following steps:
az
commands in step four ("Create your web-app by running the below commands"). This will create a web app and local git repo for you; now we define the deployment credentials through the web portal instead of at the command line.Hope that helps!
@mawah Thank you for the response. I didn't go ahead with azure deployment, I hosted the model on apache with WSGI and FLASK. Needless to say, configuring apache with WSGI on windows was not easy, but the hassle was worth and its finally deployed. I now have more control over deployment and configuration as apache is something I already know :)
I'm getting Bad request error while doing this
Can you help pls ?