0
gerrypg created
Are there instructions on how to deploy an angular/.net core asp.net zero solution to a single windows azure server? I've followed the two server rules and have successfully deployed, but tenant resolution by url cannot work {TENANCY_NAME}. It's due to limitations in Azure regarding wildcard certificates and two-level deep subdomains. If I can deploy them both on the same server it isn't an issue.
Thanks for your help in advance. It is greatly appreciated.
2 Answer(s)
-
0
You can use
Single solution -> Merges AngularUI and Host projects into a single solution.
https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Getting-Started-Angular-Merged
-
0
This issue is closed because it has not had recent activity for a long time.