This course teaches developers how to create end-to-end solutions in Microsoft Azure. Students will learn how to implement Azure compute solutions, create Azure Functions, implement and manage web apps, develop solutions utilizing Azure storage, implement authentication and authorization, and secure their solutions by using KeyVault and Managed Identities. Students will also learn how to connect to and consume Azure services and third-party services, and include event- and message-based models in their solutions. The course also covers monitoring, troubleshooting, and optimizing Azure solutions.
Meer informatie
Individueel Begeleid Leren, is een leermethode waarbij je in ons leercentrum onder begeleiding van een zeer ervaren trainer de training doorloopt, in je eigen tempo, met de onderwerpen die aansluiten op jouw behoefte.
Individueel Begeleid Leren Online - OPTIONEEL
We bieden ook een online variant aan van deze leervorm. Zo behaal je toch je leerdoelen, ook als je thuiswerkt of niet wil reizen. Samen met jouw trainingscoach stel je een lesplan op met daarin meerdere contactmomenten per dag waarbij je middels online videoverbinding één op één begeleiding krijgt. Tussen deze momenten door werk je aan praktijkopdrachten ondersteund door theorie. Geef op het inschrijfformulier aan indien je graag gebruik maakt van deze mogelijkheid.
Efficiënt trainen: leer wat je écht nodig hebt
Omdat iedereen een verschillend kennisniveau en achtergrond heeft is het niet effectief om iedereen op hetzelfde niveau en in hetzelfde tempo te laten trainen. Door middel van een intake wordt het kennisniveau bepaald en in samenspraak met de trainer een individueel opleidingsplan samengesteld. Zo leer je alleen wat je echt nodig hebt!
Trainen met de nieuwste online leermiddelen
Tijdens de training maak je gebruik van het online leerportaal. Dit geeft je de mogelijkheid om zelf te bepalen welke leermethode je voorkeur heeft; opdracht gestuurd leren of theoretisch leren. Kies je voor opdracht gestuurd leren, dan kun je praktische kennis opdoen in een volledig ingerichte online practicum omgeving onder begeleiding van onze trainer. De online omgeving blijft tot drie maanden na de training beschikbaar zodat je ná de training nog extra kunt oefenen. Theoretische kennis kun je opdoen door het volgen van online cursusmateriaal gecombineerd met de ondersteuning van de trainer die je ondersteunt bij complexe onderwerpen.
Flexibel trainen: Jij bepaalt de tijdsduur en tijdstip
Je hebt de mogelijkheid om zelf te bepalen wat de duurtijd van je training wordt. Je bepaalt (samen met ons) het aantal dagen. Je kunt deze dagen ook verspreiden over meerdere weken!
Moderne leeromgeving:
Wij vinden de leeromgeving net zo belangrijk. Daarom ben je op al onze locaties verzekerd van een rustige omgeving met de nieuwste apparatuur.
Het is ook mogelijk om de training virtueel te volgen. Dezelfde leerervaring als klassikaal waarbij je de trainer en medecuristen ziet en hoort maar dan vanaf thuis. De planning en kosten blijven gelijk.
Een klassikale cursus van Ictivity Training geeft je de garantie dat je uitstekend wordt opgeleid in een moderne comfortabele leeromgeving door de meest deskundige trainers op hun vakgebied. In aaneengesloten dagen volg je de training op één van onze locaties. Tijdens de klassikale training heb je de beschikking over moderne apparatuur in een rustige leeromgeving. Trainingen bestaan uit een gedeelte theorie maar je krijgt ook veel oefeningen die de dagelijkse praktijk nabootsen.
Ictivity Training heeft in Nederland locaties in Utrecht (Vianen) en Eindhoven, tevens is het mogelijk om een locatie naar wens aan te vragen. Indien je niet wenst te reizen, kun je de training remote volgen via Virtual Classroom
Door gebruik te maken van de nieuwste apparatuur en technologieën kunnen we een oplossing bieden waarbij je een klassikale training vanaf iedere locatie virtueel kunt volgen (distance learning).
De cursisten die de training virtueel bijwonen krijgen precies dezelfde leerervaring als de cursisten die op locatie de klassikale training volgen. De cursisten op afstand krijgen een op browser gebaseerde interface die hen in staat stelt om de
trainer en mede cursisten in de klas te zien en te horen. Hierbij kunnen ze live met elkaar communiceren. Welke type activiteit er in de klas ook plaats vindt, de intuïtieve Virtual Classroom interface past zich volledig aan aan de sessie die bezig is.
Meer informatie over Virtual Classroom
Het Ictivity online Leerportaal is een unieke one-click oplossing voor opleiding en certificering. De certificeringskit biedt je de nieuwste online leermiddelen die noodzakelijk zijn om je optimaal voor te bereiden op je certificering. Hiermee kan iedere deelnemer op zijn eigen tempo studeren waar en wanneer hij wil.
Het online Leerportaal geeft u toegang tot de volgende producten:
Meer informatie over het Online Leerportaal
Deze leervorm begint met een intakegesprek tussen een Learning Consultant van Ictivity Training en de opdrachtgever. Hierbij inventariseren we de beginsituatie, de doelstelling, de praktijksituatie en het verwachtingspatroon van de deelnemer(s). Met de gegevens maken wij het trainingsprogramma op maat.
Voordelen:
Students in this course are interested in Azure development or in passing the Microsoft Azure Developer Associate certification exam.
Students should have 1-2 years experience as a developer. This course assumes students know how to code and have a fundamental knowledge of Azure. It is recommended that students have some experience with PowerShell or Azure CLI, working in the Azure portal, and with at least one Azure-supported programming language. Most of the examples in this course are presented in C# .NET.
Module 1: Creating Azure App Service Web Apps
Students will learn how to build a web application on the Azure App Service platform. They will learn how the platform functions and how to create, configure, scale, secure, and deploy to the App Service platform.
Module 2: Implement Azure functions
This module covers creating Functions apps, and how to integrate triggers and inputs/outputs in to the app.
Module 3: Develop solutions that use blob storage
Students will learn how Azure Blob storage works, how to manage data through the hot/cold/archive blob storage lifecycle, and how to use the Azure Blob storage client library to manage data and metadata.
Module 4: Develop solutions that use Cosmos DB storage
Students will learn how Cosmos DB is structured and how data consistency is managed. Students will also learn how to create Cosmos DB accounts and create databases, containers, and items by using a mix of the Azure Portal and the .NET SDK.
Module 5: Implement IaaS solutions
This module instructs students on how to use create VMs and container images to use in their solutions. It covers creating VMs, using ARM templates to automate resource deployment, create and manage Docker images, publishing an image to the Azure Container Registry, and running a container in Azure Container Instances.
Module 6: Implement user authentication and authorization
Students will learn how to leverage the Microsoft Identity Platform v2.0 to manage authentication and access to resources. Students will also learn how to use the Microsoft Authentication Library and Microsoft Graph to authenticate a user and retrieve information stored in Azure, and how and when to use Shared Access Signatures.
Module 7: Implement secure cloud solutions
This module covers how to secure the information (keys, secrets, certificates) an application uses to access resources. It also covers securing application configuration information.
Module 8: Implement API Management
Students will learn how to publish APIs, create policies to manage information shared through the API, and to manage access to their APIs by using the Azure API Management service.
Module 9: Develop App Service Logic Apps
This module teaches students how to use Azure Logic Apps to schedule, automate, and orchestrate tasks, business processes, workflows, and services across enterprises or organizations.
Module 10: Develop event-based solutions
Students will learn how to build applications with event-based architectures.
Module 11: Develop message-based solutions
Students will learn how to build applications with message-based architectures.
Module 12: Monitor and optimize Azure solutions
This module teaches students how to instrument their code for telemetry and how to analyze and troubleshoot their apps.
Module 13: Integrate caching and content delivery within solutions
Students will learn how to use different caching services to improve the performance of their apps.
Code: | AZ-204 |
Leervorm: | |
Dagen: | |
€
|
Per persoon
excl. BTW |
Naar inschrijfpagina
|
Code: | AZ-204 |
Leervorm: | |
Dagen: | 4 |
€
1895
|
Per persoon
excl. BTW |
Naar inschrijfpagina
|
|
Startdatum: |
02 dec 2024 |
Locatie: |
Eindhoven
Online |
Startdatum: |
13 jan 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
17 feb 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
17 mrt 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
14 apr 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
12 mei 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
16 jun 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
21 jul 2025 |
Locatie: |
Eindhoven
|
Code: | AZ-204 |
Leervorm: | Klassikaal |
Dagen: | 5 |
€
2445
|
Per persoon
excl. BTW |
Naar inschrijfpagina |
|
Deze trainingen kunnen wij ook als maatwerk bij jou / ons op locatie.
Code: | AZ-204 |
Leervorm: | |
Dagen: | 5 |
€
2445
|
Per persoon excl. BTW |
Naar inschrijfpagina |
|