Azure App Services

Generally, unless there is a true business reason, you should keep your App Services and supporting resources, such as a database, in the same region. This helps reduce latency and outbound data-transfer charges for cross-region usage.

The following are the best practices for App Services:

  • Use App Services' Auto-Healing feature, like recycling when request response is slow.
  • Scale up to control the number of users per instance, and scale out to control the load over the user. Scaling out can be controlled through autoscaling; however, autoscale is dependent on the pricing tier.
  • Try to create your apps to be stateless to help with scaling.
  • If you have GDFR or PII requirements, use App Service Environments and isolate App ...

Get Hands-On Cloud Solutions with Azure 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.