Skip to content

Azure for Architect - Second Edition, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Azure-for-Architect-Second-Edition

Repository files navigation

Azure-for-Architect-Second-Edition

Hands-On Industrial Internet of Things

This is the code repository for Azure-for-Architect-Second-Edition, published by Packt.

Implementing cloud design, DevOps, containers, IoT, and serverless solutions on your public cloud

What is this book about?

Azure is evolving at a rapid speed and introducing newer services almost every week. What was relevant a year back is not more relevant today as better services are available to solve the same challenges. This book will provide architects with solid information about the important services for hosting, deploying and architecting solutions.

This book covers the following exciting features:

  • Create an end-to-end integration solution using Azure Serverless Stack
  • Learn Big Data solutions and OLTP–based applications on Azure
  • Understand DevOps implementations using Azure DevOps
  • Architect solutions comprised of multiple resources in Azure
  • Develop modular ARM templates
  • Develop Governance on Azure using locks, RBAC, policies, tags and cost
  • Learn ways to build data solutions on Azure
  • Understand the various options related to containers including Azure Kubernetes Services

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

using System;
public static void Run(string checkOut, TraceWriter log)
{
    log.Info($"C# Queue trigger function processed: { checkOut }");
}

Following is what you need for this book: If you are Cloud Architects, DevOps Engineers, or developers who want to learn key architectural aspects of the Azure Cloud platform, then this book is for you. Prior basic knowledge of the Azure Cloud platform is good to have.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
1-15 Azure Portal Computer with Windows, Linux or macOS

Related products

Get to Know the Author

Ritesh Modi is an ex-Microsoft Senior Technology Evangelist. He is Microsoft Regional Director as well as Regional lead for Microsoft Certified Trainers. He is an architect, a senior evangelist, cloud architect, published author, speaker, and a known leader for his contributions towards blockchain, Ethereum, data centers, Azure, bots, cognitive services, DevOps, artificial intelligence, and automation. He is the author of five books. He has spoken at more than 15 conferences including TechEd and PowerShell Asia, and is a published author for MSDN magazine. He has more than a decade of experience in building and deploying enterprise solutions for customers. He has more than 25 technical certifications.

Suggestions and Feedback

Click here if you have any feedback or suggestions.