Вы находитесь на странице: 1из 4

ONE STEP AHEAD.

MOC 20532 DEVELOPING MICROSOFT AZURE


SOLUTIONS
Length: 5 Days
Level: 300
Technology: Microsoft Products
Delivery Method: Instructor-led (classroom)

COURSE OUTLINE
Module 1: OVERVIEW OF THE MICROSOFT AZURE Lab : Creating an Azure Virtual Machine for
PLATFORM Development & Testing
This module reviews the services available in the Azure `` Create a Resource Group using Azure
platform and the Management Portals used to manage the `` Create a Development Virtual Machine in Azure
service instances. `` Configure the Virtual Machine for Development
Lessons After completing this module, students will be able to crea-
`` Azure Services te a Virtual Machine using the Azure Management Portal
`` Management Portals and create an image of the VM.
Lab : Using the Azure Preview Portal Module 3: Hosting Web Applications on the Azure
`` Connect to the Azure Portals Platform
`` Create a Web Site in Azure In this module, students will be able to create and host a
`` Configure the Web Site Template simple website using Azure Web Sites. Students will learn
After completing this module, students will be able to how to monitor and manage the website using the Ma-
create a Web Site using both the Azure Management and nagement Portal.
Preview Portals. Lessons

Module 2: Establishing a Development Environment `` Azure Web Sites


using Azure Virtual Machines `` Hosting Web Applications in Azure
`` Configuring an Azure Web Site
This module describes the Virtual Machine hosting options
`` Publishing an Azure Web Site
available in Azure. Students will be able to deploy custom
`` Monitoring and Analyzing Running
workloads to an Azure Virtual Machine, manage the VM
Azure Web Sites
and images and also monitor VMs.
`` Lab Overview
Lessons Lab : Creating an ASP.NET Web Site Using
`` Constructing Azure Virtual Machines Azure Websites
`` Azure Virtual Machine Workloads `` Create an Azure Web
`` Migrating Azure Virtual Machine Instances Site
`` Using Remote Desktop Protocol (RDP) to
Connect to a Virtual Machine
|1
`` Deploy an ASP.NET Web Application to an In this module, students will learn how to use Cloud
Azure Web Site Service Worker Roles and Web Sites Web Jobs to process
`` Configure an Azure Web Site data in the background. Students will also be able to use
After completing this module, students will be able to Cloud Service Cache Roles to store data in the cache.
create an Azure Web Site and publish an existing ASP.NET Lessons
web application to the site. `` Overview of Cloud Services
Module 4: Storing SQL Data in Azure `` Cloud Service Web Roles
`` Customizing Cloud Service Configurations
In this module, students will learn how to use Azure SQL
`` Updating and Managing Cloud Service Deployments
Databases to store and retrieve data.
`` Cloud Service Worker Role
Lessons `` Cloud Service Worker Role Processing
`` Azure SQL Database Overview `` Analyzing Application Cloud Service Role Instances
`` Managing SQL Databases in Azure Lab : Creating Azure Web Roles Using
`` Using Azure SQL Databases with SQL Server Visual Studio 2013
Data Tools
`` Create an Azure Cloud Service project
`` Migrating Data to Azure SQL Databases
`` Create an Azure Cloud Service Web Role from an
`` Replication and Recovery of Azure SQL Database
existing project
Instances
`` Configure the properties of an Azure Cloud Service
Lab : Storing Event Data in Azure SQL project
`` Create an Azure SQL Databases Instance `` Debug an Azure Cloud Service project
`` Using Entity Framework with Azure SQL Databases Lab : Creating a Background Process Using Azure
After completing this module, students will be able to Worker Roles
create an Azure SQL server and database. They will also `` Create a C# Class Library
be able to use Entity Framework Code First to migrate `` Add the Class Library to a Cloud Service Project
tables to Azure. `` Debug Worker Roles in a Cloud Service Project
Module 5: Designing Cloud Applications For Resiliency After completing this module, students will be able to
In this module, students will understand and identify the create a background process using a Azure Worker Role.
common practices and patterns for building resilient and Module 7: Storing NoSQL Data in Azure
scalable web applications that will be hosted in Azure.
In this module, students will learn how to store data in
Lessons Azure Table Storage.
`` Design Considerations for Scale with Cloud Applications Lessons
`` Application Design Practices for Highly Available `` Azure Storage Overview
Applications `` Azure Storage Tables Overview
`` Building High Performance Applications using ASP.NET `` Table Entity Transactions
`` Common Cloud Application Patterns `` Azure DocumentDB
`` Application Analytics
Lab : Storing Attendee Registration Data
`` Caching Application Data
in Azure Table Storage
Lab : No lab
`` Populating the Sign-In Form with Registrant
After completing this module, students will be able Names
to describe and identify the common practices and `` Updating the Events Website
patterns for building resilient and scalable to use Storage Tables
web applications that will be hosted in Azure.
Module 6: Managing Cloud Services in Azure
| 62
`` Verifying that the Events Web Site is using Azure Lab : Using Storage Queues to Manage Requests
Storage Tables for Registrations Between Web Applications in Azure
After completing this module, students will be able to `` Using Azure Queue Storage for Document Generation
create an Azure Table Storage table and manage the table `` Verify the Requests are Created and Consumed
data using the .NET API for Azure Storage. Lab : Using Service Bus to Manage Communication
Module 8: Storing and Consuming Files from Azure Between Web Applications in Azure
Storage `` Create an Azure Service Bus Namespace
`` Use Service Bus Queues for Document Generation
In this module, students will be able to store and access
`` Verify the Requests are Created and Consumed
multimedia files in Azure using Blob Storage.
`` Use Service Bus Relay to Connect a WCF Service and
Lessons
Client[s]
`` Azure Stoage Blobs
After completing this module, students will be able to
`` Controlling Access to Storage Blobs & Containers
create an Azure Storage Queue instance to store requests.
`` Monitoring Storage Blobs
They will also create an Azure Service Bus queue instance
`` Configuring Azure Storage Accounts
to store requests. Students will then create an Azure Ser-
`` Azure Files
vice Bus namespace and use the namespace to connect a
`` Uploading and Migrating Storage Data
cloud web application to the local WCF service.
Lab : Storing Generated Documents in Azure Blob
Storage Module 10: Managing Infrastructure in Azure
`` Implement Azure Storage Blobs In this module students will explore the Infrastructure
`` Populating the Container with Files and Media components in Azure. Students will be able to describe
`` Retrieving Files and Media from the Container Virtual Networks and understand the relationship between
`` Specifying Permissions for the Container the VNETs and the different services offered in Azure.
Students will also be able to add Cloud Services and Virtual
Lab : Creating File Shares using Azure Files
Machines to VNETs. Finally students will scale multiple
`` Implement Azure Files
instances of services in a VNET.
`` Populating the File Share with Media
Lessons
After completing this module, students will be able to crea-
te Azure Files SMB file share and store documents related `` Azure Virtual Networks
to the event website. `` Highly Available Azure Virtual Machines
`` Customize Azure Virtual Machine
Module 9: Designing a Communication Strategy using Networking
Queues and Service Bus
Lab : Managing Multiple Virtual Machines in a Virtual
In this module, students will use Azure Queue Storage to Network
queue data for asynchronous processing. Students will
`` Create the Database Virtual Machine
also be able to identify the Service Bus offerings and iden-
`` Create the Application Web Site
tify which ones to use in appropriate scenarios. Students
`` Connect the Test Application to the SQL
will be able to use the Azure Service Bus Relay to
Server Virtual Machine
connect on-premise services with client applications.
`` Modify the Database Vir-tual Machine
Lessons
After completing this module, students will be
`` Queue Mechanisms in Azure
able to create a Virtual Machine using
`` Azure Storage Queues
the existing SQL template and connect
`` Handling Storage Queue Messages
this Virtual Machine to the
`` Azure Service Bus
existing application.
`` Azure Service Bus Queues
`` Azure Service Bus Relay
`` Azure Service Bus Notification Hubs
|3
Module 11: Automating Integration with Azure `` Azure Role-Based Access Control
Resources Lab : Integrating Azure Active Directory with the Events
In this module, students will explore the options for Administration Portal
Automating their interactions with Azure Resources using `` Create an Azure AD Directory
PowerShell, Client Libraries or the REST API. Students will `` Secure an Existing ASP.NET Web Application
also explore the two sets of modules available for PowerS- `` Integrate Azure AD with ASP.NET Identity
hell automation.
After completing this module, student will be able to inte-
Lessons grate ASP.NET Identity for the administration portal with
`` Azure SDK Client Libraries Azure Active Directory.
`` Virtual Machine Configuration Management
Module 13: Maintaining and Monitoring Web Solutions
`` Scripting Azure Service Management using PowerShell
in Azure
`` Azure REST Interface
`` Azure Resource Manager In this module, students will learn how to deploy web
applications to Azure by using WebDeploy and Service
Lab : Automating the Creation of a Test Environment
Packages.
using PowerShell
Lessons
`` Prepare Azure PowerShell Environment
`` Use PowerShell to Create and Access a Web Site `` Deployment Strategies for Web Applications
Instance `` Deploying Azure Services
`` Use a Resource Template to Create Multiple Pre- `` Continuous Integration
Configured Resources `` Monitoring Cloud Applications

After completing this module, students will be able to Lab : Deploying the Events Web Application to Azure
create a test environment using PowerShell and the Azure `` Create the Target Azure Services for Deployment
Service Management CmdLets. `` Manage Configuration Settings for a Cloud Web
Application
Module 12: Securing Azure Web Applications
`` Deploy the Web Applications to Azure
In this module, students will be able to use Azure Active
`` Monitor the Web Applications in Azure
Directory to implement security in a Cloud web applica-
tion. After completing this module, students will
be able to deploy the web application
Lessons projects to Azure.
`` Azure Active Directory
`` Introduction to Identity Providers
`` Azure AD Directories
`` Azure AD Multi-Factor Authentication

CLOUD & NETWORKING & STORAGE & MOBILITY &


VIRTUALIZATION SECURITY BIG DATA COMMUNICATIONS

ADN Advanced Digital ADN sterreich BCDSINTRAG AG


Network Distribution GmbH Ein Unternehmen der ADN Gruppe
JosefHaumannStrae 10 | 44866 Bochum Vienna Twin Tower Wienerbergstrae 11/B16 Neue Winterthurerstrasse 99 | 8301 Glattzentrum
+49 2327 99120 | info@adn.de A1100 Wien | +43 1 603 10440 | info@adn.at +41 43 233 6666 | verkauf@bcdsintrag.ch |4

Вам также может понравиться