Skip to content
Search

1317 courses available

Microsoft

Implement backup and restore for Azure Cosmos DB for NoSQL

gear-duotone-light-full Software Development
Learn how to use the two backup models Azure Cosmos DB provides.

Units in this learning path:

• Introduction
• Evaluate Periodic Backup
• Configure Continuous Backup Recovery
• Perform Point Time Recovery
• Exercise Recover Database Container from Recovery Point
• Knowledge Check
• Summary

Products: Azure Cosmos Db

Roles: Developer

Level: Intermediate

Subjects: Site Reliability Engineering, Data Engineering, Data Management

Duration: 42 minutes

View full course details Cancel

Microsoft

Implement blue-green deployment and feature toggles

gear-duotone-light-full Software Development
Learn blue-green deployment strategies, Azure deployment slot management, and feature toggle implementation for progressive delivery and risk mitigation.

Units in this learning path:

• Introduction
• What Blue Green Deployment
• Explore Deployment Slots
• Introduction Feature Toggles
• Describe Feature Toggle Maintenance
• Knowledge Check
• Summary

Products: Azure, Azure Artifacts, Azure Boards, Azure Cloud Services, Azure Devops, Azure Pipelines, Azure Repos, Azure Test Plans, Github

Roles: Administrator, AI Engineer, Data Engineer, Developer, Devops Engineer, Platform Engineer, Security Engineer, Security Operations Analyst, Service Adoption Specialist, Solution Architect, Startup Founder, Technology Manager

Level: Advanced

Subjects: Devops, Site Reliability Engineering

Duration: 26 minutes

View full course details Cancel

Microsoft

Implement business continuity, disaster recovery, and backup for SAP HANA on Azure (Large Instances)

gear-duotone-light-full Software Development
This module investigates business continuity, disaster recovery, and backup of SAP HANA on Azure (Large Instances). Prepare for Exam AZ-120: Planning and Administering Microsoft Azure for SAP Workloads.

Units in this learning path:

• Introduction
• Explore Snapshot Strategies
• Back Up Restore Operating System for Type Ii Skus
• Implement Hana Large Instances
• Backup Restore of Sap Hana Azure Large Instances
• Knowledge Check
• Summary

Products: Azure

Roles: Administrator, Solution Architect

Level: Advanced

Subjects: Site Reliability Engineering

Duration: 26 minutes

View full course details Cancel

Microsoft

Implement canary releases and dark launching

gear-duotone-light-full Software Development
Learn canary release strategies, Azure Traffic Manager configuration, and dark launching techniques for progressive delivery and risk-controlled deployments.

Units in this learning path:

• Introduction
• Explore Canary Releases
• Examine Traffic Manager
• Understand Dark Launching
• Knowledge Check
• Summary

Products: Azure, Azure Artifacts, Azure Boards, Azure Cloud Services, Azure Devops, Azure Pipelines, Azure Repos, Azure Test Plans, Github

Roles: Administrator, AI Engineer, Data Engineer, Developer, Devops Engineer, Platform Engineer, Security Engineer, Security Operations Analyst, Service Adoption Specialist, Solution Architect, Startup Founder, Technology Manager

Level: Advanced

Subjects: Devops, Site Reliability Engineering

Duration: 21 minutes

View full course details Cancel

Microsoft

Implement class inheritance

gear-duotone-light-full Software Development
Learn how to create a class hierarchy using base and derived classes and how to hide or override members of a derived class by using `new`, `virtual`, `abstract`, and `override` keywords.

Units in this learning path:

• Introduction
• Examine Principles Inheritance
• Configure Base Derived Classes
• Examine Derived Class New Members
• Override Properties Methods Derived Class
• Access Base Class Members Derived Class
• Exercise Implement Base Derived Classes
• Knowledge Check
• Summary

Products: Dotnet, Vs Code

Roles: Developer, Higher Ed Educator, K 12 Educator, Student

Level: Beginner

Subjects: App Development, Custom App Development

Duration: 88 minutes

View full course details Cancel

Microsoft

Implement class properties and methods

gear-duotone-light-full Software Development
Learn how to implement read-write, read-only, and write-only class properties using property accessors and access modifiers, and how to implement methods and extension methods for a class.

Units in this learning path:

• Introduction
• Examine Class Members
• Create Class Properties
• Examine Automatically Implemented Properties
• Restrict Access Properties
• Create Class Methods
• Examine Extension Methods
• Exercise Create Properties Methods
• Knowledge Check
• Summary

Products: Vs Code

Roles: Developer, Higher Ed Educator, K 12 Educator, Student

Level: Beginner

Subjects: App Development, Custom App Development

Duration: 106 minutes

View full course details Cancel

Microsoft

Implement classes, properties, and methods

gear-duotone-light-full Software Development
Learn how to create classes and objects in C# and how to securely access and manage encapsulated data using class properties and methods.

Modules in this learning path:

• Get Started Classes Objects
• Implement Class Properties Methods
• Manage Class Implementations

Products: Dotnet, Vs Code

Roles: Developer, Higher Ed Educator, K 12 Educator, Student

Level: Beginner

Subjects: App Development, Custom App Development

Duration: 283 minutes

View full course details Cancel

Microsoft

Implement code improvements using GitHub Copilot tools

gear-duotone-light-full Software Development
This module explores using GitHub Copilot Chat to develop improvements for an existing codebase. Exercises provide practical experience implementing GitHub Copilot suggestions that improve code quality, reliability, performance, and security.

Units in this learning path:

• Introduction
• Review Github Copilot Code Improvement Features
• Examine Github Copilot Fix Options
• Review Code Refactoring Scenarios
• Refactor Code Github Copilot Inline Chat
• Refactor Code Github Copilot Chat Modes
• Examine Github Copilot Code Review Features
• Exercise Refactor Existing Code Github Copilot
• Knowledge Check
• Summary

Products: Github

Roles: Developer

Level: Intermediate

Subjects: App Development, Productivity

Duration: 80 minutes

View full course details Cancel

Microsoft

Implement common integration features in finance and operations apps

gear-duotone-light-full Software Development
Integrate finance and operations apps with Microsoft Excel for data manipulation and integration with Power BI and Microsoft Dataverse.

Units in this learning path:

• 1 Common Integration Introduction
• 2 Office Integration Fo
• 3 Excel Workbook Designer
• 4 Document Management
• 5 Configure Emails Smtp Exchange
• 6 Create Email Template
• 7 Power Bi Fo
• 8 Set Up Network Printing
• 9 Integrate Data Common Data Service
• 10 Exercise Work Office Integration
• 12 Common Integration Fo Quiz
• 13 Common Integration Fo Summary

Products: Dynamics 365, Dynamics Finance, Dynamics Scm

Roles: Functional Consultant, Administrator

Level: Advanced

Subjects: Cross Development, Data Management

Duration: 132 minutes

View full course details Cancel

Microsoft

Implement compliance in a cloud-native .NET 8 application

gear-duotone-light-full Software Development
Microservice applications, because of their distributed nature, can be difficult to secure. In this module, you'll learn how to classify sensitive data in a cloud-native application, redact sensitive data in log files, and generate compliance reports for a cloud-native application.

Units in this learning path:

• Introduction
• Classify Sensitive Data Cloud Native Application
• Exercise Classify Sensitive Data Cloud Native Application
• Redact Sensitive Data Cloud Native Application
• Exercise Redact Sensitive Data Cloud Native Application
• Generate Compliance Reports Cloud Native Application
• Exercise Generate Compliance Reports Cloud Native Application
• Knowledge Check
• Summary

Products: Dotnet, Aspnet Core

Roles: Developer

Level: Beginner

Subjects: Custom App Development, Compliance

Duration: 32 minutes

View full course details Cancel

Microsoft

Implement containerized solutions

gear-duotone-light-full Software Development
Learn how to create and deploy containerized solutions to Azure by using the Azure Container Registry, Azure Container Instances, and Azure Container Apps.

Modules in this learning path:

• Publish Container Image to Azure Container Registry
• Create Run Container Images Azure Container Instances
• Implement Azure Container Apps

Products: Azure, Azure Container Instances, Azure Container Registry

Roles: Developer

Level: Intermediate

Subjects: Containers

Duration: 122 minutes

View full course details Cancel

Microsoft

Implement delegates and events

gear-duotone-light-full Software Development
Learn how to implement late binding using delegates, how to notify other classes or objects when something of interest occurs using events, and how to manage event publishers and subscribers in a C# application.

Modules in this learning path:

• Get Started Delegates
• Create Manage Events

Products: Dotnet, Vs Code

Roles: Developer, Higher Ed Educator, K 12 Educator, Student

Level: Beginner

Subjects: App Development, Custom App Development

Duration: 130 minutes

View full course details Cancel

Viewing 745-756 of 1317