I am trying to upgrade our enterprise 10.7.1 to 10.9.1 on Azure Cloud, using DSC, and the upgrade failed. So I uninstalled the 10.7.1 software from the 4 core VMs (web adaptor, portal, server and data store), and reinstalled 10.9.1, using DSC.
The installation shows successful. With this web adaptor url (https://devgis.azurevm.ca/portal), inside Azure VMs, I am able to navigate this new 10.9.1 portal and all functions work well.
As this portal needs to be accessed outside of Azure VMs, but inside the company network (VPN is required), I bind the 443 port with ssl for our external url (https://gis.ca/portal), which is the old link for 10.7.1 portal too, but things get changed. Here are several issues:
1. From an Azure VM: I cannot access portaladmin using this external portal url. It only works when I remove this ssl, use the web adaptor poraladmin (https://devgis.azurevm.ca/portal/portaladmin) to change the WebContextURL value to the external url, and then I am able to access portaladmin using this external portal url (https://gis.ca/portal/portaladmin) on an Azure VM. From then on, I am able to access https://gis.ca/portal/portaladmin always.
2. But the WebContextURL value changed above is reverted back to the original web adaptor url, after refreshing the portaladmin link (either https://devgis.azurevm.ca/portal/portaladmin or https://gis.ca/portal/portaladmin).
3. Because WebContextURL is with web adaptor url, ArcGIS Pro on the company machine cannot connect to this 10.9.1 Portal anymore.
4. 403 MS application gateway forbidden error is sought from company machine when navigating the public url https://gis.ca/portal.
The above issues have never been found in the old version 10.7.1 deployed in the same environment before.
Then I deployed 10.9.1 in the same env. manually. I got the same issues.
Another try: I deployed 10.9 first, and then upgraded it to 10.9.1 manually. 10.9 works well, after upgrading to 10.9.1, the issues above come back.
Any suggestions? Thanks for any input in advance.