Looking for Global training? Go to https://firebrand.training/en or stay on the current site (Schweiz)
Erlernen Sie die Entwicklung und Architektur von Microsoft Azure Lösungen in unserem Developing & Architecting Microsoft Azure Solutions Intensivkurs.
Im Modul Developing Microsoft Azure Solutions erlernen Sie, wie Sie die Funktionalität einer bestehenden ASP.NET MVC Anwendung durch Microsoft Azure erweitern können.
Der Fokus liegt auf wichtigen Punkten bei der Gestaltung hochverfügbarer Lösungen in der Cloud.
Sie behandeln unter anderem folgende Themen:
Im Modul Architecting Microsoft Azure Solutions erlangen Sie Fähigkeiten in der Architektur und Gestaltung von Lösungen für die Microsoft Azure Plattform. Sie arbeiten an Real-World Case Studies.
Ihr Microsoft Certified Trainer (MCT) führt Sie durch das Microsoft Official Curriculum (MOC). Sie erlernen folgende Prinzipien und Techniken:
IDC berichtet, dass 56% der IT-Abteilungen keine ausreichend qualifizierten Mitarbeiter für ihre Cloudprojekte finden können. Belegen Sie Ihr Microsoft Azure-Wissen und Sie sind bestens ausgerüstet für die steigende Nachfrage nach Cloudtechnologien.
Microsoft Azure provides a collection of services that you can use as building blocks for your cloud applications.
Lessons
Lab: Exploring the Azure Portal
After completing this module, students will be able to:
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.
Lessons
Lab: Creating an Azure Virtual Machine for Development and Testing
After completing this module, students will be able to:
This module provides an overview of the Azure Web Apps service.
Lessons
Lab: Creating an ASP.NET Web App by Using Azure Web Apps
After completing this module, students will be able to:
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.
Lessons
Lab: Storing Event Data in Azure SQL Databases
After completing this module, students will be able to:
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.
Lessons
After completing this module, students will be able to:
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.
Lessons
Lab: Storing Event Registration Data in Azure Storage Tables
After completing this module, students will be able to:
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.
Lessons
Lab: Storing Generated Documents in Azure Storage Blobs
After completing this module, students will be able to:
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.
Lessons
Lab: Using Queues and Service Bus to Manage Communication Between Web Applications in Azure
After completing this module, students will be able to:
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.
Lessons
Lab: Automating the Creation of Azure Assets using PowerShell and Azure CLI
After completing this module, students will be able to:
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.
Lessons
Lab: Deploying Templated Environments Using the Cloud Shell
After completing this module, students will be able to:
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.
Lessons
Lab: Integrating Azure Active Directory with the Events Administration Portal
After completing this module, students will be able to:
Module 1: Application Architecture Patterns in Azure
This module introduces and reviews common Azure patterns and architectures as prescribed by the Microsoft Patterns & Practices team. Each pattern is grouped into performance, resiliency, and scalability categories and described in the context of similar patterns within the category.
Lessons
After completing this module, you’ll be able to:
Module 2: Deploying Resources with Azure Resource Manager
This module establishes a basic understanding of Azure Resource Manager and the core concepts of deployments, resources, templates, resource groups, and tags. The module will dive deeply into the automated deployment of resources using ARM templates.
Lessons
Lab : Getting Started with Azure Resource Manager
After completing this module, you’ll be able to:
Module 3: Building Azure IaaS-Based Server Applications
This module identifies workloads that are ideally deployed using Infrastructure-as-a-Service services in Azure. The module focuses on the VM Scale Sets and Virtual Machine services in Azure and how to best deploy workloads to these services using best practices and features such as Availability Sets.
Lessons
Lab : Deploying Infrastructure Workloads to Azure
After completing this module, you’ll be able to:
Module 4: Creating Managed Server Applications in Azure
This module describes services that use infrastructure but manage the infrastructure on behalf of the user instead of obfuscating the infrastructure resources. The module focuses on infrastructure-backed PaaS options such as Azure Service Fabric, Container Service, and App Service Environments. The module will explore how to deploy custom workloads to these services such as an HPC batch processing task.
Lessons
Lab : Deploying Managed Server Workloads to Azure
After completing this module, you’ll be able to:
Module 5: Authoring Serverless Applications in Azure
This module describes how solutions can leverage serverless application hosting services in Azure to host web applications, REST APIs, integration workflows and HPC workloads without the requirement to manage specific server resources. The module focuses on App Services-related components such as Web Apps, API Apps, Mobile Apps, Logic Apps, and Functions.
Lessons
Lab : Deploying Serverless Workloads to Azure
After completing this module, you’ll be able to:
Module 6: Backing Azure Solutions with Azure Storage
This module describes how many Azure services use the Azure Storage service as a backing store for other application solution in Azure. The module dives into critical considerations when using Azure Storage as a supplemental service for an all-up Azure solution.
Lessons
Lab : Deploying Azure Storage to Support Other Workloads in Azure
After completing this module, you’ll be able to:
Module 7: Comparing Database Options in Azure
This module compares the various relational and non-relational data storage options available in Azure. Options are explored as groups such as relational databases (Azure SQL Database, MySQL, and PostgreSQL on Azure), non-relational (Azure Cosmos DB, Storage Tables), streaming (Stream Analytics) and storage (Data Factory, Data Warehouse, Data Lake).
Lessons
Lab : Deploying Database Instances in Azure
After completing this module, you’ll be able to:
Module 8: Networking Azure Application Components
This module describes the various networking and connectivity options available for solutions deployed on Azure. The module explores connectivity options ranging from ad-hoc connections to long-term hybrid connectivity scenarios. The module also discusses some of the performance and security concerns related to balancing workloads across multiple compute instances, connecting on-premise infrastructure to the cloud and creating gateways for on-premise data.
Lessons
Lab : Deploying Network Components for Use in Azure Solutions
After completing this module, you’ll be able to:
Module 9: Managing Security and Identity for Azure Solutions
This module discusses both security and identity within the context of Azure. For security, this module reviews the various options for monitoring security, the options available for securing data and the options for securing application secrets. For identity, this module focuses specifically on Azure Active Directory (Azure AD) and the various features available such as Multi-Factor Authentication (MFA), Managed Service Identity, Azure AD Connect, ADFS and Azure AD B2B/B2C.
Lessons
Lab : Deploying Services to Secure Secrets in Azure
After completing this module, you’ll be able to:
Module 10: Integrating SaaS Services Available on the Azure Platform
This module introduces multiple SaaS services available in Azure that are available for integration into existing Azure solutions. These services include Cognitive Services, Bot Service, Machine Learning and Media Services.
Lessons
Lab : Deploying Service Instances as Components of Overall Azure Solutions
After completing this module, you’ll be able to:
Module 11: Integrating Azure Solution Components using Messaging Services
This module describes and compares the integration and messaging services available for solutions hosted on the Azure platform. Messaging services described include Azure Storage Queues, Service Bus Queues, Service Bus Relay, IoT Hubs, Event Hubs, and Notification Hubs. Integration services include Azure Functions and Logic Apps.
Lessons
Lab : Deploying Messaging Components to Facilitate Communication Between Azure Resources
After completing this module, you’ll be able to:
Module 12: Monitoring and Automating Azure Solutions
This module covers the monitoring and automation solutions available after an Azure solution has been architected, designed and possibly deployed. The module reviews services that are used to monitor individual applications, the Azure platform, and networked components. This module also covers automation and backup options to enable business-continuity scenarios for solutions hosted in Azure.
Lessons
Lab : Deploying Configuration Management Solutions to Azure
After completing this module, you’ll be able to:
Sie legen die folgenden Prüfungen im Firebrand Trainingszentrum ab, welche von unserer Leistungsgarantie abgedeckt sind:
70-532: Developing Microsoft Azure Solutions
Es werden unter anderem folgende Fähigkeiten getestet:
70-535: Architecting Microsoft Azure Solutions
Es werden unter anderem folgende Fähigkeiten getestet:
Zusätzlich können Sie Ihre Microsoft MCSE: Cloud Platform and Infrastructure Zertifizierung erlangen, wenn Sie folgende Prüfung ablegen:
70-533: Implementing Microsoft Azure Infrastructure Solutions
Es werden unter anderem folgende Fähigkeiten getestet:
Microsoft Official Courseware (MOC):
Dieser Intensivkurs richtet sich an Professionals, die Erfahrung mit vertikal-skalierten Anwendungen und der Microsoft Azure Plattform sowie ein grundlegendes Verständnis der in Azure bereitgestellten Dienste haben. Sie benötigen grundlegende Kenntnisse von ASP.NET und C# Konzepten, da diese in den Labs Anwendung finden.
Sie sollten außerdem über Kenntnisse in der Implementierung und Überwachung von Microsoft Azure Lösungen verfügen. Darüber hinaus sollten Sie Kompetenzen in der Verwendung von Entwicklungswerkzeugen, -techniken und -methoden mitbringen, welche für die Gestaltung von Anwendungslösungen genutzt werden.
Um an diesem Kurs teilzunehmen, müssen Sie bereits einen Implementing Microsoft Azure Infrastructure Solutions Kurs abgeschlossen haben.
Sind Sie sich unsicher, ob Sie die Voraussetzungen erfüllen? Wir besprechen gerne mit Ihnen Ihren technischen Hintergrund, Erfahrung und Qualifikation, um herauszufinden, ob dieser Intensivkurs der richtige für Sie ist.
Bereits 134561 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 94.76% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!
"Statt Folien wurde sehr viel live in der Azure Umgebung präsentiert und erklärt. Es wurde ingesesamt deutlich mehr angesprochen, als in offizielen Folien von Microsoft angegeben war."
N.N.. (25.3.2024 (Montag) bis 28.3.2024 (Donnerstag))
"Theorie wird so erklärt, dass man sie versteht und absolut nicht trocken ist. Viel input, viel know how, defintiv nicht ohne, aber macht auch Spaß."
P. B. , Pexon. (24.1.2024 (Mittwoch) bis 26.1.2024 (Freitag))
"Sehr intensives Training mit viel Praxis. Unser Trainer war sehr gut und konnte alle Themen interessant und mit Beispielen vermitteln."
F.M.. (11.12.2023 (Montag) bis 14.12.2023 (Donnerstag))
"Sehr Kompetenter, freundlicher und menschlicher Instructor. Viel Wissen in wenig Zeit vermittelt."
n.n.. (30.10.2023 (Montag) bis 2.11.2023 (Donnerstag))
"Meine Erfahrung mit Firebrand war durchweg positiv. Von der Anmeldung bis zur Durchführung des Kurses war alles reibungslos und professionell. Die Kursmaterialien waren gut organisiert und aktuell, was das Lernen erleichtert hat."
n.n.. (30.10.2023 (Montag) bis 2.11.2023 (Donnerstag))
Start |
Ende |
Verfügbarkeit |
Standort |
Anmelden |
---|---|---|---|---|
26.8.2024 (Montag) |
30.8.2024 (Freitag) |
Kurs gelaufen - Hinterlasse Kommentar |
- |
|
|
|
|
|
|
10.2.2025 (Montag) |
14.2.2025 (Freitag) |
Einige Plätze frei |
Überregional |
|
24.3.2025 (Montag) |
28.3.2025 (Freitag) |
Einige Plätze frei |
Überregional |
|
5.5.2025 (Montag) |
9.5.2025 (Freitag) |
Einige Plätze frei |
Überregional |
|
16.6.2025 (Montag) |
20.6.2025 (Freitag) |
Einige Plätze frei |
Überregional |
|