Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
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 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Az-204 Developing Solutions For Microsoft Azure - May 2022

    Posted By: ELK1nG
    Az-204 Developing Solutions For Microsoft Azure - May 2022

    Az-204 Developing Solutions For Microsoft Azure - May 2022
    Last updated 7/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 2.42 GB | Duration: 9h 31m

    The most complete course available on the Microsoft Azure developer exam AZ-204 with timed practice test.

    What you'll learn
    Pass the Microsoft AZ-204 Developing Microsoft Azure Solutions test
    Master the main concepts of Azure, beyond the ones you normally use
    Become Microsoft Specialist: Developing Azure Solutions certified
    Requirements
    A free or paid subscription to Microsoft Azure
    Excitement to learn Microsoft's constantly growing cloud platform
    Knowledge of one or more of the supported development languages like .NET, NodeJS, PHP, etc
    Description
    BECOME A MICROSOFT AZURE SUPERHERO!COURSE CONTINUALLY UPDATED SINCE LAUNCH - LAST UPDATE MAY 16, 2022Covers the latest April 2022 exam changesComplete preparation for the AZ-204 Azure Developer exam. Get your questions answered inside the course. A great value since this course is updated as Microsoft changes the exam requirements over time. This course will be ready for you when you are ready to take the exam.What students are saying:5 stars, “Great in-depth coverage, easy to understand, good examples to practice.” - Andy K.5 stars, “Good explanation, easy to catch up.” - Paul C.5 stars, “Seems up to date and thorough, and is a really good bargain” - Stephen I.Welcome to this course.Fully captioned in English. This course has been continually improved and covers the AZ-204 Azure developer topics.Microsoft Azure is a skill in high demand in today's large business marketplace.If you're a developer, you know as well as I do that change is always happening. It's not possible for all of us to be up-to-date on every piece of new technology out there, but this is not one of those times. Cloud-hosting has changed the way all applications are developed—from websites, to web applications, to mobile apps, and traditional backend applications as well. The rapid adoption of the cloud has touched everything. The next time your resume is on someone's desk—be it a promotion at work or a new job opportunity—you cannot afford to have such an obvious gap in knowledge. Can you imagine being a front-end web developer today and not being able to talk about mobile-first or responsive design? Industry trends show that developing applications using cloud-hosted components is becoming the in-demand skill of tomorrow. Having Azure skills on your resume will only help you get in front of more hiring managers and land more jobs.This course goes through all of the requirements of the Microsoft exam AZ-204: Developing Solutions for Microsoft Azure exam. While other online resources cover bits and pieces of the topic, I can confidently say this course goes deep on everything you need to know for this exam. Multiple videos are devoted to each sub-objective, and this course also includes a full sample test so you can see how ready you are to take the real test.If you don't have much previous exposure to Azure, this course will cover each core section in detail. If you ARE already an expert at many Azure topics, you can easily skip the sections that you already know and focus on the sections that are new to you. This Azure exam is tough. But these videos will guide you through the Azure interface, and through your own practice and experience with the platform.You get lifetime access to the course, and so there are no silly "30-day" countdowns that require you to pay more to extend access. This course will be here when you need it.Enroll today!Version historyVersion 1 - Launched the 70-532 course in January 2017, 8 updates to the course along the way.Version 2 - Launched the AZ-203 course in January 2019. Free upgrade for students of the old course.Version 3 - Launched the AZ-204 course in August 2020. Free upgrade for students of the old course.Version 3.1 - More walkthrough of code that connects to Azure. Cosmos DB and SQL Database.Version 4.0 - Completely re-recorded in May 2022.Microsoft, Windows, and Microsoft Azure are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. This course is not certified, accredited, affiliated with, nor endorsed by Microsoft Corporation.

    Overview

    Section 1: AZ-204 Course Welcome

    Lecture 1 Overview of the Azure Developer Exam

    Lecture 2 AZ-204 Exam Requirements

    Lecture 3 Azure Home and Dashboard

    Lecture 4 Frequently Asked Questions

    Lecture 5 Udemy Video Player

    Lecture 6 Amazing Microsoft Resources

    Lecture 7 Hands On Labs for AZ-204

    Lecture 8 Azure Cloud Shell

    Lecture 9 Installing PowerShell

    Section 2: AZ-204 Virtual Machines

    Lecture 10 AZ-204 Course - Starting Tips

    Lecture 11 What is a VM?

    Lecture 12 Create Your First VM - The Basics

    Lecture 13 Virtual Machine Availability Concepts

    Lecture 14 Virtual Machine Sizes

    Lecture 15 Azure VM Disks and Networking Options

    Lecture 16 VM Advanced Options and the Review Page

    Lecture 17 Connecting to an Azure VM - RDP and SSH

    Lecture 18 Modify and Stop a VM

    Lecture 19 Azure Resource Manager model (ARM) - ARM Templates

    Lecture 20 Create a VM Using Powershell

    Lecture 21 DEMO: Create a VM in PowerShell

    Lecture 22 DEMO: Create a VM in CLI

    Section 3: AZ-204 Azure App Service

    Lecture 23 IaaS vs PaaS

    Lecture 24 Create an Azure Web App

    Lecture 25 App Service Plan

    Lecture 26 App Service Deployment Options

    Lecture 27 Manual Scaling an App Service

    Lecture 28 Publishing an App Service

    Lecture 29 Deployment Slots

    Lecture 30 App Service General Settings

    Lecture 31 App Service SSL Settings

    Lecture 32 Autoscaling an App Service

    Lecture 33 Enable Diagnostic Logs

    Lecture 34 DEMO: Create a Web App in PowerShell

    Lecture 35 DEMO: Create a Web App in CLI

    Lecture 36 DEMO: A look at az webapp up

    Lecture 37 The WebApp Console

    Lecture 38 Code Samples: App Service

    Section 4: AZ-204 Containers

    Lecture 39 What is an Azure Container Instance (ACI)?

    Lecture 40 Docker Desktop and Visual Studio Container Tools

    Lecture 41 Using Visual Studio to Build a Container App

    Lecture 42 Deploy an ACI App From Azure Container Registry

    Lecture 43 Deploy an Azure Web App From Azure Container Registry

    Section 5: AZ-204 Function App

    Lecture 44 Creating a Function App

    Lecture 45 Creating Our First Function

    Lecture 46 HTTP Trigger Function

    Lecture 47 Monitoring Function Events and Errors

    Lecture 48 Adding a Blob Output Binding

    Lecture 49 Timer Trigger Function

    Lecture 50 Understanding Durable Functions

    Lecture 51 Using NPM INSTALL in Function Apps

    Lecture 52 Creating a Durable Function

    Lecture 53 Adding Delays to Functions using MOMENT

    Lecture 54 Function Core Tools

    Lecture 55 Visual Studio and Functions

    Lecture 56 INSTRUCTIONS: How to Use Microsoft Learn Exercises and Sandboxes

    Lecture 57 HANDS-ON LABS: Create a Function App

    Lecture 58 Code Samples: Durable Functions

    Lecture 59 HANDS-ON LABS: Create a Durable Function

    Section 6: AZ-204 Azure Storage Accounts

    Lecture 60 Understanding Storage Accounts

    Lecture 61 Storage Account Settings

    Lecture 62 Storage Account Networking and Data Protection

    Lecture 63 Storage Account Encryption

    Lecture 64 Upload Files to a Storage Account

    Lecture 65 Access Keys and SAS Tokens

    Lecture 66 AzCopy V10

    Lecture 67 StartCopyFromUri Method

    Lecture 68 SetMetadata Method

    Lecture 69 Storage Account Backup, Replication, and Lifecycle

    Lecture 70 Code Samples: Azure Blobs

    Section 7: AZ-204 CosmosDB

    Lecture 71 Introduction to CosmosDB

    Lecture 72 Create a CosmosDB Account

    Lecture 73 Global Replication Options

    Lecture 74 CosmosDB Keys and Security

    Lecture 75 Create a CosmosDB Collection

    Lecture 76 Add Documents to CosmosDB

    Lecture 77 Setting Data Consistency Options

    Lecture 78 Managing Change Feed Notifications

    Lecture 79 Code Samples: Cosmos DB Todo App

    Lecture 80 Cosmos DB Todo App Code, Line By Line

    Section 8: AZ-204 Azure Authentication

    Lecture 81 Introduction to Azure AD

    Lecture 82 What is an Azure AD Tenant?

    Lecture 83 Create an Azure AD Tenant

    Lecture 84 Microsoft Identity Platform

    Lecture 85 Create Users in Azure AD

    Lecture 86 Register an Application for Azure AD

    Lecture 87 Use Application Quickstart to Code an Application

    Lecture 88 Overview of Microsoft Graph API

    Lecture 89 Using Microsoft Graph API to Query Azure AD

    Lecture 90 Code Samples: Azure Active Directory

    Section 9: AZ-204 Secure Data

    Lecture 91 Secure App Configuration

    Lecture 92 Data Encryption and Storage Accounts

    Lecture 93 Data Encryption and SQL Databases

    Lecture 94 Azure Key Vault

    Lecture 95 Code Samples: Azure Key Vault

    Section 10: AZ-204 Caching and Content Delivery Networks

    Lecture 96 Introduction to Redis Caching

    Lecture 97 Reading and Writing to Redis in .NET

    Lecture 98 Creating a CDN Profile

    Lecture 99 Creating a CDN Endpoint

    Lecture 100 Using a CDN in Your Application

    Section 11: AZ-204 Monitoring and Logging

    Lecture 101 Virtual Machine Logging

    Lecture 102 Function App Logging

    Lecture 103 Azure Monitor

    Section 12: AZ-204 Consuming Azure Services

    Lecture 104 API Management

    Lecture 105 Configure API Management

    Lecture 106 Test the API

    Lecture 107 *NEW* Swagger / OpenAPI

    Lecture 108 Event Grid and Event Hub

    Section 13: AZ-204 Application Messaging

    Lecture 109 Azure Storage Queues

    Lecture 110 Service Bus Queue

    Section 14: Wrap Up

    Lecture 111 Thank You!

    Lecture 112 Renewing Your Developer Certification

    Lecture 113 How to Sign Up for a Free Azure Account

    Section 15: AZ-204 Practice Test

    Section 16: Bonus Lecture

    Lecture 114 Bonus: Discounts for More Courses

    Developers of any experience with exposure to Azure,People interested in passing the Azure AZ-204 test