August 2017
Intermediate to advanced
468 pages
12h 5m
English
The App name parameter is the DNS prefix that your application will be assigned. Once deployed, your application will be publicly routable via [YourAppName].azurewebsites.net. The name (DNS prefix) needs to be unique within the azurewebsites.net domain.
Note that a custom domain name can be assigned to your application. We will cover the custom domain name configuration in Chapter 10, Securing Your Application.
In Azure serverless computing, HTTP-triggered functions are automatically assigned a public endpoint and do not require an API Gateway. The https://[YourAppName].azurewebsites.net URL will be the base URL for your functions' endpoints.
In this book, we will be working on a text sentiment analytics application, ...