microsoft / WingtipTicketsSaaS-DbPerTenant

A sample multitenant SaaS application using a database per tenant model, built on Azure SQL Database. Includes management scripts for a range of scenarios.
MIT License
183 stars 94 forks source link

App's URL returns 404 #33

Open mattgillam opened 2 years ago

mattgillam commented 2 years ago

Accessing the app's URL about 25 minutes after deployment completion returns the result below.

I've tried twice - the second time using a 'random' username in case duplication was the issue.

image
mattgillam commented 2 years ago

Same when attempting to run the standalone version of the app https://docs.microsoft.com/en-us/azure/azure-sql/database/saas-standaloneapp-get-started-deploy

nickpinheiro commented 2 years ago

@mattgillam You can also reference the Azure SaaS Development Kit (ASDK) where we have built on top of this sample solution: https://www.github.com/azure/azure-saas

mattgillam commented 2 years ago

@nickpinheiro thank you I will take a look - would be great if the demo app worked as described though, unless I did something wrong (don't think so).