Developing Microsoft Azure Solutions – 20532 Course

Developing Microsoft Azure Solutions – 20532 Course

This course is intended for students who have experience building web applications. Students should also have experience with the Microsoft Azure platform and a basic understanding of the services offered in Azure. Enroll & Get Certified now!

  • ✔ Course Duration : 5 days / 40 hrs
  • ✔ Training Options : Live Online / Self-Paced / Classroom
  • ✔ Certification Pass : Guaranteed
Request More Information

40 hrs

Course Duration

20+

Countries And Counting

25+

Corporates Served

20+ hrs

Workshop

Developing Microsoft Azure Solutions – 20532 Course

This course is intended for students who have experience building web applications. Students should also have experience with the Microsoft Azure platform and a basic understanding of the services offered in Azure.

This course offers students the opportunity to take an existing web application and expand its functionality as part of moving it to Azure. The course does not require any existing experience with the ASP.NET platform but does require experience with C#. This course focuses on the development considerations and decisions necessary when building a highly available solution in the cloud. This course also prepares the students for the 70-532: Developing Microsoft Azure Solutions certification exam.

What you will Learn

  • Compare the services available in the Azure platform.
  • Configure and deploy web applications.
  • Creating Azure Web Apps from the gallery.
  • Deploying and monitoring Azure Web Apps.
  • Creating and configuring Azure Virtual Machines.
  • Create and manage a storage account.
  • Manage blobs and containers in a storage account.
  • Create, configure and connect to a SQL Databases instance.
  • Identify the implications of importing a SQL standalone database.
  • Manage users, groups and subscriptions in an Azure Active Directory instance.
  • Create a virtual network.

PREREQUISITES

Before attending this course, students must have the following technical knowledge:

  • Compare the services available in the Azure platform.
  • Configure and deploy web applications.
  • Create Azure Web Apps.
  • Create and configure Virtual Machines.
  • Create a Virtual Network.
  • Create a Storage account.
  • Manage blobs and containers in a Storage account.
  • Create, configure and connect to an Azure SQL Database instance.
  • Manage users, groups and subscriptions in an Azure Active Directory instance.

CURRICULUM

Learning Objectives:

Microsoft Azure provides a collection of services that you can use as building blocks for your cloud applications. Lesson 1, “Azure Services,” provides a recap of the services that you might have worked with when using the Microsoft Azure platform in the past. Lesson 2, “Azure Portal,” describes the Azure portal that is available for managing Azure subscriptions and services.
Lessons
Azure Services
Azure Portal
Lab : Exploring the Azure Portal
Signing in to the Azure Portal
Customizing the Azure Portal

Learning Objectives:

Although many Microsoft Azure services use virtual machines, sometimes your application might have a unique need where it requires a virtual machine that is completely unmanaged. Azure provides networking, backup, and virtualization services as part of its Infrastructure-as-a-Service (IaaS) offering. Lesson 1, “Azure Virtual Machines,” introduces the Virtual Machines service and describes the options that you can use for creating a virtual machine. Lesson 2, “Azure Virtual Machine Workloads,” provides details on the types of workloads that you can deploy to a virtual machine. Lesson 3, “Migrating Azure Virtual Machine Instances,” describes the options for migrating virtual machines to and from Azure. Lesson 4, “Highly Available Azure Virtual Machines,” reviews the options and features that must be considered when designing your Virtual Machine instances for high availability scenarios. Lesson 5, “Virtual Machine Configuration Management,” describes the common methods for managing and duplicating the configuration for virtual machines. Lesson 6, “Customizing Azure Virtual Machine Networking,” reviews the options for managing inbound and outbound connection rules for your virtual machine. Lesson 7, “Virtual Machine Scale Sets,” introduces the VMSS service and describes how it can be used to automatically provision virtual machines for autoscale scenarios.
Lessons
Azure Virtual Machines
Azure Virtual Machine Workloads
Migrating Azure Virtual Machine Instances
Highly Available Azure Virtual Machines
Virtual Machine Configuration Management
Customizing Azure Virtual Machine Networking
Virtual Machine Scale Sets
Lab : Creating an Azure Virtual Machine for Development and Testing
Creating a Network and Resource Container
Creating a Development Virtual Machine
Configuring the Virtual Machine for Development

Learning Objectives:

This module provides an overview of the Azure Web Apps service. Lesson 1, “Azure Web Apps,” introduces the Azure App Service platform-as-a-service offering available in Azure and specifically focuses on the Web Apps feature of App service. Lesson 2, “Azure Logic and Function Apps,” explores two of the types of apps available in Azure App Service. Lesson 3, “Configuring an App Service App,” discusses the various configuration options available to change the behavior of your app. Lesson 4, “Publishing an App Service App,” describes the process for publishing a web application to an app. Lesson 5, “Supplemental Services,” introduces additional service offerings for web applications in Azure such as the intelligent service offerings and the API Management service that can be used as a proxy to an App Service app.
Lessons
Azure Web Apps
Azure Logic and Function Apps
Configuring an App Service App
Publishing an Azure App Service App
Supplemental Services
Lab : Creating an ASP.NET Web App by Using Azure Web Apps
Creating an Azure Web App and Function App
Deploying an ASP.NET Web Application to an Azure Web App
Configuring an Azure Web App
Deploy a Console Application to an Azure Function App

Learning Objectives:

Dynamic web applications must store the data that is being managed and manipulated by end users. ASP.NET technologies such as ADO.NET and Entity Framework provide a way for accessing data in SQL Server. In the cloud, the Microsoft Azure platform provides a database as a service offering that allows developers to use SQL in the same way as they would in an on-premises location. Lesson 1, “Azure SQL Database Overview,” describes the Azure SQL Database service and reasons you would consider using it. Lesson 2, “Managing SQL Databases in Azure,” describes the familiar and new management tools that are available for use with a SQL database that is hosted in Azure. Lesson 3, “Azure SQL Database Tools,” describes the SQL Server Data Tools (SSDT) templates, panes, and projects that are available in Microsoft Visual Studio 2013. Lesson 4, “Securing and Recovering an Azure SQL Database Instance,” describes the recovery scenarios relevant in Azure SQL Database. Lesson 5, “Azure Database for MySQL and PostgreSQL,” introduces the two managed database options for PostgreSQL and MySQL hosting.
Lessons
Azure SQL Database Overview
Managing SQL Databases in Azure
Azure SQL Database Tools
Securing and Recovering an Azure SQL Database Instance
Additional Managed Database Services
Lab : Storing Event Data in Azure SQL Databases
Creating an Azure SQL Databases Instance
Using Entity Framework with Local SQL Server
Using Entity Framework with Azure SQL Databases

Learning Objectives:

As a developer, you should keep in mind certain considerations while designing applications for the cloud. Although there are many platform improvements available in the ASP.NET ecosystem, you need to rethink the way you design your applications, and the patterns that are used, with respect to the scalability and reliability metrics present for the cloud applications. Lesson 1, “Application Design Practices for Highly Available Applications,” discusses some of the considerations that are needed when you design applications that are hosted in the cloud such that they result in minimal downtime. Lesson 2, “Application Analytics,” demonstrates the Application Insights service. Lesson 3, “Building High Performance Applications using ASP.NET,” describes the changes in the ASP.NET stack in .NET 4.5 that improve the framework’s performance in web applications. Lesson 4, “Common Cloud Application Patterns,” introduces a small set of example patterns from the MSDN cloud patterns reference. Lesson 5, “Caching Application Data,” compares the Microsoft Azure Cache and Microsoft Azure Redis Cache services.
Lessons
Application Design Practices for Highly Available Applications
Application Analytics
Building High Performance Applications by Using ASP.NET
Common Cloud Application Patterns
Caching Application Data

Learning Objectives:

Many new application workloads require new databases that offer scale and flexibility far beyond the capabilities of a traditional relational database. In Azure, there is a wide variety of NoSQL database services available for applications to store unstructured data in a flexible, schema-free and scalable fashion. Lesson 1, “Azure Storage,” introduces the Azure Storage service and details some of the storage types available to applications using Azure Storage. Lesson 2, “Azure Storage Tables,” details the Table key-value store available as a NoSQL database in Azure Storage. Lesson 3, “Redis Cache,” introduces the Redis Cache key-value based NoSQL store and details how it can be used as a cache database. Lesson 4, “Azure Search,” describes the Azure Search service offering that indexes and provides rich-search capabilities for documents stored in structured and unstructured storage. Lesson 5, “Azure Cosmos DB,” explores the Azure Cosmos DB service as a flexible NoSQL database that supports a large variety of APIs and models.
Lessons
Azure Storage Overview
Azure Storage Tables
Azure Redis Cache
Azure Search
Azure Cosmos DB
Lab : Storing Event Registration Data in Azure Storage Tables
Populating the Sign-In Form with Registrant Names
Updating the Events Website to use Azure Cosmos DB
Verify that the Events Web Site is using Azure Cosmos DB for Registrations

Learning Objectives:

When you want to scale to different cloud instances, storing files to a local disk becomes a difficult process to maintain and eventually an unreliable method of storage. Azure provides a Blob storage mechanism that not only offers high performance but also supports integration to Microsoft Azure Content Delivery Network (CDN) for low latency downloads. Lesson 1, “Storage Blobs,” describes the Blob service and the types of blobs supported. Lesson 2, “Controlling Access to Storage Blobs,” provides details on the ways that you can secure and grant temporary access to blobs or containers. Lesson 3, “Configuring Azure Storage Accounts,” looks at some of the unique configuration options available for Storage blobs. Lesson 4, “Azure Files,” briefly introduces the Azure Files service.
Lessons
Azure Storage Blobs
Controlling Access to Storage Blobs and Containers
Configuring Azure Storage Accounts
Azure Files
Lab : Storing Generated Documents in Azure Storage Blobs
Implement Azure Storage Blob
Populating the Container with Files and Media
Retrieving Files and Media from the Container
Specifying Permissions for the Container

Learning Objectives:

With web applications presenting content and worker roles processing the logic, there needs to be a mechanism that facilitates the communication between these different entities. Microsoft Azure provides two queuing mechanisms that you can use for this purpose. Lesson 1, “Azure Storage Queues,” introduces the queue mechanism that is available in Azure storage accounts. Lesson 2, “Azure Service Bus,” introduces the Service Bus offering in Azure. Lesson 3, “Azure Service Bus Queues,” describes the queuing mechanism that is available in Service Bus and how it differs from Azure Storage queues. Lesson 4, “Azure Service Bus Relay,” describes the relay mechanism available to connect client devices to WCF services. Lesson 5, “Azure Service Bus Notification Hubs,” introduces the Notification Hubs service and infrastructure useful for pushing notifications to mobile devices.
Lessons
Azure Storage Queues
Azure Service Bus
Azure Service Bus Queues
Azure Service Bus Relay
Azure Service Bus Notification Hubs
Lab : Using Queues and Service Bus to Manage Communication Between Web Applications in Azure
Creating an Azure Service Bus Namespace
Using Azure Storage Queues for Document Generation
Using Service Bus Queues for Document Generation

Learning Objectives:

Although you can manage most of the Azure services by using both of the Azure portals or Microsoft Visual Studio, you can use scripting to completely automate the management of the same resources. This module will look at automating the lifecycle of the services by using client libraries, Windows PowerShell, REST, and the Resource Manager. Lesson 1, “Resource Manager,” discusses the Resource Manager architecture in Azure and the concepts associated with this method of managing resources and groups. Lesson 2, “Creating Azure Scripts using Azure PowerShell,” describes the modules that are available for managing Azure resources using Azure PowerShell. Lesson 3, “Creating Azure Scripts using Azure CLI,” describes the cross-platform command-line interface used to manage Azure resources. Lesson 4, “Azure REST Interface,” introduces and describes the REST API used to manage all resources in Azure. Lesson 5, “Azure Cloud Shell,” describes the Cloud Shell and how it is used to execute scripts within the Azure Portal and context of an Azure subscription.
Lessons
Creating Azure Scripts using Azure PowerShell
Creating Azure Scripts using Azure CLI
Azure Resource Manager
Azure REST Interface
Azure Cloud Shell
Lab : Automating the Creation of Azure Assets using PowerShell and Azure CLI
Use Azure CLI to Create and Manage an Azure Web App
Use PowerShell to Create and Manage an Azure Storage Account

Learning Objectives:

Although you can deploy your cloud applications manually, it is in your best interest to begin automating cloud-based deployments. Automation creates many benefits including the ability to trace past actions, easier repetition of deployment tasks and reduced possibility of human error. Lesson 1, “Continuous Integration,” discusses strategies for integrating source control repositories with running cloud service instances for automatic deployment scenarios. Lesson 2, “DevTest Labs,” introduces the DevTest service which is useful for automating the creation of machine-specific environments and lab scenarios. Lesson 3, “Azure Resource Manager Templates,” discusses the capability to deploy entire workloads in Azure from a JSON template. Lesson 4, “Managed Solution Hosting,” introduces Service Fabric, Azure Container Service and Azure Container Instances as methods used to host solutions using a fully-managed service.
Lessons
Continuous Integration
Azure DevTest Labs
Azure Resource Manager Templates
Managed Solution Hosting
Lab : Deploying Templated Environments Using the Cloud Shell
Start the Cloud Shell
Use the Cloud Shell to Deploy an ARTM Template

Learning Objectives:

Just like on-premises applications, applications in the cloud need streamlined security mechanisms that are flexible. Azure Active Directory is an identity provider that can provide identity and access functionality for your custom applications or SaaS applications. Lesson 1, “Azure Active Directory,” introduces the Azure AD service. Lesson 2, “Azure AD Directories,” details how to create a directory in Azure AD. Lesson 3, “Azure AD Offerings,” describes the various offerings available in Azure AD such as B2B, B2C, and multi-factor authentication. Lesson 4, “Azure Key Vault,” introduces the Azure Key Vault service designed to manage secrets for workloads and applications.
Lessons
Azure Active Directory
Azure AD Directories
Azure AD Offerings
Azure Key Vault
Lab : Integrating Azure Active Directory with the Events Administration Portal
Describe the Azure AD service.
Explain the features that are available for the directories in Azure AD.
Describe the Microsoft Azure Multi-Factor Authentication service.

FAQs

You can enroll for this classroom training online. Payments can be made using any of the following options and receipt of the same will be issued to the candidate automatically via email.
1. Online ,By deposit the mildain bank account
2. Pay by cash team training center location

Highly qualified and certified instructors with 20+ years of experience deliver more than 200+ classroom training.

Contact us using the form on the right of any page on the mildaintrainings website, or select the Live Chat link. Our customer service representatives will be able to give you more details.

You will never miss a lecture at Mildaintrainigs! You can choose either of the two options: View the recorded session of the class available in your LMS. You can attend the missed session, in any other live batch.

We have a limited number of participants in a live session to maintain the Quality Standards. So, unfortunately, participation in a live class without enrollment is not possible. However, you can go through the sample class recording and it would give you a clear insight about how are the classes conducted, quality of instructors and the level of interaction in a class.

Yes, you can cancel your enrollment if necessary prior to 3rd session i.e first two sessions will be for your evaluation. We will refund the full amount without deducting any fee for more details check our Refund Policy

Yes, the access to the course material will be available for lifetime once you have enrolled into the course.

Just give us a CALL at +91 8447121833 OR email at info@mildaintrainings.com

Call us At

+91 8447121833

Available 24x7 for your queries
call
Request More Information

Training Features

experiential.png
Experiential Workshops

Top-rated instructors imparting in-depth training, hands-on exercises with high energy workshop

icon
Certificate Exam Application Assistance

The training program includes several lab assignments, developed as per real industry scenarios.

icon
Certificate Exam Success Formula

Training begins taking a fresh approach from basic, unique modules, flexible, and enjoyable.

icon
Certificate Journey Support

Basic to intermediate and eventually advanced practicing full hands-on lab exercises till you master.

icon
Free Refresh Course

Refresh training for experts for mastering and enhancing the skills on the subjects with fresh course modules.

icon
Exclusive Post-Training Sessions

Includes evaluation, feedback, and tips to handle critical issues in live setup after you are placed in a job.

Mildain's Master Certificate

Earn your certificate

This certificate proves that you have taken a big leap in mastering the domain comprehensively.

Differentiate yourself with a Masters Certificate

Now you are equipped with real-industry knowledge, required skills, and hands-on experience to stay ahead of the competition.

Share your achievement

Post the certificate on LinkedIn and job sites to boost your profile. Notify your friends and colleagues by sharing it on Twitter and Facebook.

certificate.jpg
whatsapp arrow
Loading...
Corporate // load third party scripts onload