Forum Discussion
John Twohig
Apr 07, 2022Iron Contributor
Application Proxy - page can't be found
I created an Application Proxy and it works as expected. I go to https://myapp.msappproxy.net/ and it takes me to my app on the internal webserver. However, I want to use a custom domain to get t...
josequintino
Apr 03, 2023Iron Contributor
Hi John
Yes, this behavior is expected. When you change the external URL of your application in Azure AD Application Proxy to use a custom domain, the original *.msappproxy.net URL will no longer be available. Azure AD Application Proxy updates its configuration to use the custom domain you specified, and the previous URL becomes inactive.
Here's what you should do:
1- Verify that you have changed the external URL in the Azure portal to use your custom domain (https://myapp.mycompany.com).
2- Make sure you have uploaded the SSL certificate for your custom domain to the Azure AD Application Proxy settings.
3- Update the CNAME record in your DNS provider to point your custom domain (https://myapp.mycompany.com) to the original Azure AD Application Proxy domain (https://myapp.msappproxy.net). This step is necessary to route traffic from your custom domain to the Application Proxy service.
4- Allow some time for the DNS changes to propagate. This can take up to 48 hours, but it usually happens much faster.
5- Test your custom domain (https://myapp.mycompany.com) to ensure that it routes correctly to your internal application.
It's important to note that once you've made these changes, you should use the custom domain (https://myapp.mycompany.com) to access your application instead of the original msappproxy.net URL.
In summary, the behavior you're experiencing is expected, and you should proceed with updating your CNAME record as instructed. Once the DNS change propagates, you'll be able to access your application using the custom domain.
Yes, this behavior is expected. When you change the external URL of your application in Azure AD Application Proxy to use a custom domain, the original *.msappproxy.net URL will no longer be available. Azure AD Application Proxy updates its configuration to use the custom domain you specified, and the previous URL becomes inactive.
Here's what you should do:
1- Verify that you have changed the external URL in the Azure portal to use your custom domain (https://myapp.mycompany.com).
2- Make sure you have uploaded the SSL certificate for your custom domain to the Azure AD Application Proxy settings.
3- Update the CNAME record in your DNS provider to point your custom domain (https://myapp.mycompany.com) to the original Azure AD Application Proxy domain (https://myapp.msappproxy.net). This step is necessary to route traffic from your custom domain to the Application Proxy service.
4- Allow some time for the DNS changes to propagate. This can take up to 48 hours, but it usually happens much faster.
5- Test your custom domain (https://myapp.mycompany.com) to ensure that it routes correctly to your internal application.
It's important to note that once you've made these changes, you should use the custom domain (https://myapp.mycompany.com) to access your application instead of the original msappproxy.net URL.
In summary, the behavior you're experiencing is expected, and you should proceed with updating your CNAME record as instructed. Once the DNS change propagates, you'll be able to access your application using the custom domain.