A few useful Azure Resources

A few useful Azure Resources

September 3, 2016

Over the past few weeks, I have been working on a number of projects relating to Azure. The usual theme has crept up, around recommended practices, and where to go for documentation. There are a couple of great resources to be aware of!

Over the past few weeks, I have been working on a number of projects relating to Azure.

The usual theme has crept up, around recommended practices, and where to go for documentation. There are a couple of great resources to be aware of:

Azure Best Practice Checklists and Guidance

  • There are a number of best practice checklists available on the Azure.com site. Navigate to the Documentation Tab, and find the Best Practice subsection. You can find a number of different checklists, to use against your own solution!

Azure Cloud Design Practices Infographic

  • There is an especially good infographic available, containing 24 recommended patterns and practices from the perspectives of availability, data management, design and implementation, messaging, management and monitoring, performance and scalability, resilience and security. I actually have an A3 laminated copy of this, and is a great lookup tool!

Search the Azure Article Documentation

  • If all else fails, you could always use the Azure.com documentation. But there is plenty of it! Did you know that you can navigate to https://azure.microsoft.com/en-gb/documentation/articles/, and search the documentation by a number of factors? For example, you can see below that I am looking for Best Practices relating to Azure Resource Manager (ARM) Templates.

Hope that these quick tips have been useful - Please let me know over Twitter if you think there are any other useful pieces to call out!

Related

Approaching Resilience in Azure Solutions

I mentioned in Building Solutions in the Cloud that I would be writing a series of blog posts on the areas of risk that I have seen since I have been providing guidance around Azure. In this post, I will provide some thoughts on how you can consider resilience within the context of your own solution or application.

Blog

August 26, 2016
Building Solutions in the Cloud

By now, we should be aware of the benefits that the cloud can bring to any individual or organisaton. There are plenty of case studies, talking about the scalable, flexible and economic benefits. Companies see the cloud as a differentiator, and utilise it to disrupt and innovate in their respective markets. Gartner predicts that in 2016 the total public cloud market is due to increase by 16%. But, Chris - You’re starting a blog about technology. Why are you talking to me about customer case studies and market fact? Why? Context.

Blog

August 4, 2016
Deploying Static Sites to Azure the cheap and performant way

Did you know that static content can help you build performant sites that easily scale globally? Better yet, they can be incredibly cost-effective! Join Chris, as he talks through JAMstack (not related to Paddington bear - I promise!) and why you should care about it, Static Site Generators such as Hugo, Azure Hosting Options - Azure Storage vs Azure Static Web Apps and Combining Static sites with Serverless APIs

Presentation