Dear all,
I am deploying cloudApp to deferent application service for high avalibility and load balance consideration, questions:
1. is there a way to get the [App Name] from the Project Application screen? if yes, then i will be able to set the JWT authentication URL to corresponding server. ==> refer to below f_authorization function scripts
2. To deploy to different Web API service server, is it just to change the apprun.json "web_api" value in PB2022R2 version? ==> 1 deployment or have to create different project and do multiple deployment?
How to do it in PB2022 MR1900? noticed that there is no apprun.json file available there.
{
"deployment_urls": {
"launcher": "CloudAppPublisher/CloudAppInstall 22.0",
"runtime": "CloudAppPublisher/runtime/22.1.0.2819",
"web_api": "https://***.****websites.net/"
}
}
Best Regargs and thanks.
JX
There is documentation on how to use an 'external' jwt, which by pulling out the code that appeon generates for you, you can build yourself.
Will try, thank you Mike.
JX
its easier to manage then using the regular container services
you can have it scale to zero (you will need to have a heatbeat in your PS app otherwise the container could shutdown when you have an active user) which saves you money when it isn't being used.