Specifying Web API URL

Specify where the Web APIs is hosted and run.

On the .NET Server page of the PowerServer project painter, specify the URL of the docker container where the Web APIs is running, for example, https://172.16.100.20:5009. It is highly recommended that you specify an HTTPS URL for the production environment.

IMPORTANT: If the host name and port number of the docker container are changed later, you only need to update the Web API URL and then deploy the project again (using the "Deploy PowerServer Project" option) (it is not necessary to update or re-deploy Web APIs to Docker).