diff --git a/_includes/d4a_buttons.md b/_includes/d4a_buttons.md
new file mode 100644
index 0000000000..c2bfa4ea1d
--- /dev/null
+++ b/_includes/d4a_buttons.md
@@ -0,0 +1,6 @@
+{% capture aws_button_latest %}
+
+{% endcapture %}
+{% capture azure_button_latest %}
+
+{% endcapture %}
diff --git a/docker-for-aws/index.md b/docker-for-aws/index.md
index 6e1631e641..f7bec65a3d 100644
--- a/docker-for-aws/index.md
+++ b/docker-for-aws/index.md
@@ -7,6 +7,15 @@ redirect_from:
- /engine/installation/amazon/
---
+{% include d4a_buttons.md %}
+
+## Quickstart
+
+If your account [has the proper
+permissions](https://docs.docker.com/docker-for-aws/iam-permissions/), you can
+use the following button to bootstrap Docker for AWS using CloudFormation:
+
+{{aws_button_latest}}
## Prerequisites
diff --git a/docker-for-aws/release-notes.md b/docker-for-aws/release-notes.md
index ae7c0442a2..bde4ead455 100644
--- a/docker-for-aws/release-notes.md
+++ b/docker-for-aws/release-notes.md
@@ -4,10 +4,12 @@ keywords: aws, amazon, iaas, release
title: Docker for AWS Release Notes
---
+{% include d4a_buttons.md %}
+
## 1.13.0-1
Release date: 1/18/2017
-
+{{azure_button_latest}}
### New
- Docker Engine upgraded to [Docker 1.13.0](https://github.com/docker/docker/blob/master/CHANGELOG.md)
diff --git a/docker-for-azure/index.md b/docker-for-azure/index.md
index bf912440a2..b38f33413b 100644
--- a/docker-for-azure/index.md
+++ b/docker-for-azure/index.md
@@ -6,6 +6,19 @@ redirect_from:
- /engine/installation/azure/
---
+{% include d4a_buttons.md %}
+
+## Quickstart
+
+If your account has the [proper
+permissions](https://docs.docker.com/docker-for-azure/#/prerequisites), you can
+generate the [Service
+Principal](https://docs.docker.com/docker-for-azure/#/service-principal) and
+then use the following button to bootstrap Docker for Azure using Azure Resource
+Manager:
+
+{{azure_button_latest}}
+
## Prerequisites
- Access to an Azure account with admin privileges
diff --git a/docker-for-azure/release-notes.md b/docker-for-azure/release-notes.md
index aadb845755..a7d93d9a56 100644
--- a/docker-for-azure/release-notes.md
+++ b/docker-for-azure/release-notes.md
@@ -4,10 +4,12 @@ keywords: azure, microsoft, iaas, tutorial
title: Docker for Azure Release Notes
---
+{% include d4a_buttons.md %}
+
## 1.13.0-1
Release date: 1/18/2017
-
+{{aws_button_latest}}
### New