It is possible to have host address in app services?
For example we want send email to customer with specific link point to site address. How is this possible?
HttpContext.Current.Request.Url
can get you all the info on the URL. And can break down the url into its fragments.