This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
99 lines (77 loc) · 4.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Using Chef with Microsoft Azure by pendrica</title>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Using Chef with Microsoft Azure</h1>
<h3>by <a href="https://twitter.com/stuartpreston">Stuart Preston</a></h3>
<img src="images/ApressAuthorBadge.png" />
<p>This book is your hands-on guide to infrastructure provisioning and configuration management in the cloud with Chef’s open source, cross-platform toolset.</p>
<h2><a id="timeline" class="anchor" href="#timeline" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>AVAILABLE NOW!</h2>
</header>
<section>
<p>This site has been created to keep you up to date with the latest tools and developments for "Using Chef with Microsoft Azure", by <a href="https://twitter.com/stuartpreston" class="user-mention">@stuartpreston</a>, published by <a href="http://www.apress.com/9781484214770">Apress</a></p>
<p> <img src="images/using-chef-with-azure-frontcover.jpg" /></p>
<hr size=1>
<h2>
<a id="where-can-i-get-it" class="anchor" href="#where-can-i-get-it" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Where can I get it?</h2>
The book is available as a DRM-free eBook, Kindle or Paperback - see below for the best place to get your copy!</p>
<h3>
<a id="ebook" class="anchor" href="#ebook" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>DRM-free eBook (ePub/PDF)</h3>
<ul>
<li><a href="http://www.springer.com/978-1-4842-1477-0">http://www.springer.com/978-1-4842-1477-0</a> <i>You will be redirected to the correct country to purchase</i></li>
</ul>
<h3>
<a id="paperback" class="anchor" href="#paperback" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Paperback and Amazon Kindle</h3>
<ul>
<li>United States - <a href="http://www.amazon.com/Using-Microsoft-Azure-Stuart-Preston/dp/1484214773">http://www.amazon.com/Using-Microsoft-Azure-Stuart-Preston/dp/1484214773</a>
</li>
<li>United Kingdom - <a href="https://www.amazon.co.uk/Using-Microsoft-Azure-Stuart-Preston/dp/1484214773">https://www.amazon.co.uk/Using-Microsoft-Azure-Stuart-Preston/dp/1484214773</a>
</li>
<li>Germany - <a href="https://www.amazon.de/Using-Microsoft-Azure-Stuart-Preston/dp/1484214773">https://www.amazon.de/Using-Microsoft-Azure-Stuart-Preston/dp/1484214773</a>
</li>
<li>Netherlands - <a href="https://www.amazon.nl/Using-Microsoft-Azure-Stuart-Preston-ebook/dp/B01HUOVVBU">https://www.amazon.nl/Using-Microsoft-Azure-Stuart-Preston-ebook/dp/B01HUOVVBU</a>
</li>
</ul>
<p>Plus shortly available on <a href="https://www.safaribooksonline.com/search/?query=using%20chef%20with%20microsoft%20azure&sort=relevance&highlight=true">Safari Books Online</a>.</p>
<hr size=1>
<h2>
<a id="tools" class="anchor" href="#tools" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Tools referenced in the book built by Pendrica</h2>
<ul>
<li><a href="http://github.com/pendrica/chef-provisioning-azurerm">chef-provisioning-azurerm</a><p>Chef Provisioning driver for Azure Resource Manager</p>
</li>
</ul>
<ul>
<li><a href="http://github.com/pendrica/kitchen-azurerm">kitchen-azurerm</a><p>A driver that integrates the popular <a href="http://kitchen.ci">Test Kitchen</a> tool with Azure Resource Manager</p>
</li>
</ul>
<ul>
<li><a href="http://github.com/pendrica/azure-credentials">azure-credentials</a><p>A tool that makes it easier for people to add Service Principals to Azure (nb: supports Azure Active Directory users only)</p>
</li>
</ul>
<ul>
<li><a href="http://github.com/pendrica/vscode-chef">Chef Extension for Visual Studio Code</a><p>Rich language support for Chef DSL and snippets when using Visual Studio Code, including Rubocop and Foodcritic linting support</p>
</li>
</ul>
<hr size=1>
<p>This project is maintained by <a href="https://pendrica.com">Pendrica</a></p>
<a href="http://pendrica.com"><img src="images/pendrica-logo-144x50.png" /></a>
</section>
<footer>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>