/Azure-for-Developers-Second-Edition

Azure for Developers Second Edition, Published by Packt.

Primary LanguageC#MIT LicenseMIT

Azure for Developers - Second Edition

Book Name

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

Implement rich Azure PaaS ecosystems using containers, serverless services, and storage solutions

What is this book about?

Microsoft Azure is currently one of the fastest growing public cloud service providers thanks to its sophisticated set of services for building fault-tolerant and scalable cloud-based applications. This second edition of Azure for Developers will take you on a journey through the various PaaS services available in Azure, including Azure App Service, Azure Functions, and Azure SQL Databases, showing you how to build a complete and reliable system with ease.

This book covers the following exciting features:

  • Identify the Azure services that can help you get the results you need
  • Work with serverless components
  • Integrate applications with storage
  • Put together messaging components (Event Hubs, Service Bus, and Azure Queue Storage)
  • Use Application Insights to create complete monitoring solutions
  • Secure solutions using Azure RBAC and manage identities

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, Chapter05.

The code will look like the following:

POST /indexes/[index name]/analyze?api-version=2016-09-01
HTTP/1.1
Host: [service name].search.windows.net
api-key: [api key]
Content-Type: application/json
Cache-Control: no-cache
{
    "text": "Spacious apartment with 4 and the Red Kitchen",
    "analyzer": "standard"
}

Following is what you need for this book: This book is for developers and IT professionals who want to learn Microsoft Azure by developing applications based on various cloud services. Prior knowledge of software development and the basics of software architecture and Azure services give you an advantage.

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

Software and Hardware List

Chapter Software required OS required
1-25 Azure Account, Docker, Visual Studio Code Windows, Mac OS X, and Linux (Any)
1 Visual Studio 2019 or 2022 Windows, Mac OS X

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Kamil Mrzygłód He is is a skilled software developer, architect, and Microsoft Azure MVP. He is focused on delivering fast, reliable, and flexible cloud solutions based on the Microsoft Azure platform. He has spoken at multiple conferences and meetups, working on open source software (OSS) projects and driving workshops for different people and companies. In recent years, he has developed an interest in Azure serverless architectures, data analysis, and big data components. Currently, he works as an independent cloud consultant for various clients. His current goal is to make the world of cloud computing as accessible as it can be so that it's possible to lower the learning curve of this technology and help others start using it.