Jerry Nixon @Work: Updated patterns & practices guidance for the Azure Developer

Jerry Nixon on Windows

Thursday, April 16, 2015

Updated patterns & practices guidance for the Azure Developer

The patterns & practices team has been working on developing Azure architecture guidance. We’re happy to announce that first round of guidance is now available to public at https://github.com/mspnp/azure-guidance. The purpose of this project is to provide architectural guidance to enable developers to build and deploy world-class systems using Azure.

image

 

These documents focus on the essential aspects of architecting systems to make optimal use of Azure, and summarize best practice for building cloud solutions. The current set of guidance documents contains the following items. Note that this is a living project. We welcome feedback, suggestions, and other contributions to those items.

  1. API Design describes the issues that you should consider when designing a web API.
  2. API Implementation focusses on best practices for implementing a web API and publishing it to make it available to client applications.
  3. Autoscaling Guidance summarizes considerations for taking advantage of the elasticity of cloud-hosted environments
  4. Background Jobs Guidance describes the options available, and best practices for implementing tasks that should be performed in the background.
  5. Content Delivery Network (CDN) Guidance provides general guidance and good practice for using the CDN to minimize the load on your applications, and maximize availability and performance.
  6. Caching Guidance summarizes how to use caching with Azure applications and services to improve the performance and scalability of a system.
  7. Data Partitioning Guidance describes strategies that you can use to partition data to improve scalability, reduce contention, and optimize performance.
  8. Monitoring and Diagnostics Guidance provides guidance on how to track the way in which users utilize your system, trace resource utilization, and generally monitor the health and performance of your system.
  9. Retry General Guidance covers general guidance for transient fault handling in an Azure application.
  10. Retry Service Specific Guidance summarizes the retry mechanism features for the majority of Azure services, and includes information to help you use, adapt, or extend the retry mechanism for that service.
  11. Scalability Checklist summarizes best practices for designing and implementing scalable services and handling data management.
  12. Availability Checklist lists best practices for ensuring availability in an Azure application.

Please join our gitter chat for any questions or suggestions. We’ll continue releasing guidance on each architectural aspect of cloud services.