Hi,
I will try to publish to an Azure Web Site with an Azure hosted SQL database. Is there anything I should do before attempting this?
I would like to have a local development environment and then deploy to Azure. Can I get the multi tenant feature with tenant name as a prefix working on Azure?
Regards Ole E Oren
1 Answer(s)
-
0
Hi Ole,
I'm not experienced on Azure. So, I don't know if there are special thing for Azure. But there are people in ABP community working on Azure as I know. Example: #213 So, you may ask to others.
If you say 'subdomain' by 'prefix', then it should work. Because it just checks URL format and extracts tenancy name (see host settings page in your application: <a class="postlink" href="http://www.aspnetzero.com/Documents/Development-Guide#host-settings">http://www.aspnetzero.com/Documents/Dev ... t-settings</a>).
Have a nice day.