Skip to content

Instantly share code, notes, and snippets.

@chrisreddington
Created April 7, 2021 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisreddington/a792457c0042c16f436d3a0cb0233dda to your computer and use it in GitHub Desktop.
Save chrisreddington/a792457c0042c16f436d3a0cb0233dda to your computer and use it in GitHub Desktop.
Blog-1
---
Author: chrisreddington
Description: 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!
PublishDate: "2016-09-03T12:00:00Z"
image: img/cloudwithchrislogo.png
categories:
- Azure
- Useful Resources
date: "2016-09-03T12:00:00Z"
images:
- img/cloudwithchrislogo.png
tags:
- Azure
- Architecture
title: A few useful Azure Resources
---
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 website. 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](https://azure.microsoft.com/en-us/documentation/infographics/cloud-design-patterns/), 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/](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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment