Giter Club home page Giter Club logo

developing-solutions-for-microsoft-azure-az-204-exam-guide's Introduction

Developing Solutions for Microsoft Azure AZ-204 Exam Guide

About the Authors

This is the code repository for Developing Solutions for Microsoft Azure AZ-204 Exam Guide, published by Packt.

Discover the essentials for success when developing and maintaining cloud-based solutions on Azure

What is this book about?

With the prevalence of cloud technologies and DevOps ways of working, the industry demands developers who can build cloud solutions and monitor them throughout their lifecycle. Becoming a Microsoft certified Azure developer can differentiate developers from the competition, but with such a plethora of information available, it can be difficult to structure learning in an effective way to obtain certification.

This book covers the following exciting features:

  • Develop Azure compute solutions
  • Discover tips and tricks from Azure experts for interactive learning
  • Use Cosmos DB storage and blob storage for developing solutions
  • Develop secure cloud solutions for Azure
  • Use optimization, monitoring, and troubleshooting for Azure solutions
  • Develop Azure solutions connected to third-party 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.

A block of code is set as follows:

using Microsoft.Identity.Client;
const string _clientId = "<app/client ID>";
const string _tenantId = "<tenant ID>";
var app = PublicClientApplicationBuilder

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

var app = PublicClientApplicationBuilder
    .Create(_clientId)
    .WithAuthority(AzureCloudInstance.AzurePublic, _tenantId)
    .WithRedirectUri("http://localhost")
    .Build();

Any command-line input or output is written as follows:

$ dotnet new console -n "<app name>"

Following is what you need for this book: This book is for Azure developers looking to improve their Azure development knowledge to pass the AZ-204 exam. This book assumes at least one year of professional development experience with Azure, with the ability to program in at least one language supported by Azure. Existing Azure CLI and PowerShell skills will also be useful.

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

Software and Hardware List

Software required OS required
Visual Studio Code Windows, macOS, or Linux
Docker Desktop Windows, macOS, or Linux
PowerShell Core Windows, macOS, or Linux
Azure CLI Windows, macOS, or Linux
.NET 6.0 Windows, macOS, or Linux
Git Windows, macOS, or Linux
Azure Functions Core Tools Windows, macOS, or Linux

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

Code in Action

Click on the following link to see the Code in Action: Developing Solutions for Microsoft Azure AZ-204 Exam Guide playlist

Update โš 

Page 184 - The UI for access policy configuration has changed, the blade previously titled "Access policies" is now changed to "Access configuration".
Please refer Code in Action videos for clarifying any confusion related to it and other possible UI changes.

Related products

Get to Know the Authors

Paul Ivey is an experienced engineer and architect specializing in Microsoft technologies, both on-premises and in the Azure cloud. In his four years at Microsoft, Paul has been a secure infrastructure engineer and an app innovation engineer, where he helped hundreds of enterprise customers adopt DevOps practices and develop solutions for Azure. Paul is now a Microsoft Technical Trainer, providing training for Microsoft customers to help them with preparing to pass Azure exams. In his spare time, Paul is a keen PC gamer and enjoys traveling abroad to experience foreign sights, cultures, and food (mostly food). Originally from Devon in the UK, Paul currently lives in Cheltenham in the beautiful Cotswolds area of England.

Alex Ivanov is an experienced cloud engineer with a primary focus on supporting companies in their journeys to adopt Azure services. Alex has worked for Microsoft for eight years as a cloud support engineer and four years as an Azure Technical Trainer. Alex is an expert in software engineering and digital transformation who has helped many customers to migrate their solutions to Azure. His experience has helped him gain multiple certifications in software development, AI, and data platforms. As a professional trainer, Alex has already educated thousands of clients and helped them to prepare for and pass the Azure certification exams. In his free time, while not being jumped on by his three kids, he enjoys camping, boating, running, and building RC models.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781803237060

developing-solutions-for-microsoft-azure-az-204-exam-guide's People

Contributors

true-while avatar paul-msft avatar packt-itservice avatar rajat-packt avatar shazeeni avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.