The App name parameter

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, ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.