קורסי מיקרוסופט לארגונים – כרמל הדרכה

Microsoft Partner
Microsoft Azure

קורס Designing and Implementing Microsoft DevOps solutions

AZ-400T00-AC

פלטפורמת שירותי הענן של מיקרוסופט נחשבת לאחת הגדולות והמובילות בתחום. פלטפורמה זו נועדה לתת מענה עבור מפתחי יישומים הזקוקים לסביבת עבודה חזקה. באמצעותה המפתחים יכולים לחסוך בעלויות של תחזוקת שרתים יקרים. במקום זאת הם מקבלים גישה לשירותי הענן של Azure, כאשר מודל התשלום מבוסס על שימוש במשאבים. במסגרת שירותי הענן ניתן לקבל שירותי מכונה וירטואלית, הרצת תהליכי רקע, אחסון מידע, ניהול מידע, ניתוב הודעות ועוד.

פלטפורמת שירותי הענן של מיקרוסופט נחשבת לאחת הגדולות והמובילות בתחום. פלטפורמה זו נועדה לתת מענה עבור מפתחי יישומים הזקוקים לסביבת עבודה חזקה. באמצעותה המפתחים יכולים לחסוך בעלויות של תחזוקת שרתים יקרים. במקום זאת הם מקבלים גישה לשירותי הענן של Azure, כאשר מודל התשלום מבוסס על שימוש במשאבים. במסגרת שירותי הענן ניתן לקבל שירותי מכונה וירטואלית, הרצת תהליכי רקע, אחסון מידע, ניהול מידע, ניתוב הודעות ועוד.

About this course

This course provides the knowledge and skills to design and implement DevOps processes and practices. Students will learn how to plan for DevOps, use source control, scale Git for an enterprise, consolidate artifacts, design a dependency management strategy, manage secrets, implement continuous integration, implement a container build strategy, design a release strategy, set up a release management workflow, implement a deployment pattern, and optimize feedback mechanisms.

Audience Profile

Students in this course are interested in designing and implementing DevOps processes or in passing the Microsoft Azure DevOps Solutions certification exam.

At Course Completion

After completing this course, students will be able to:

  • Plan for the transformation with shared goals and timelines
  • Select a project and identify project metrics and Key Performance Indicators (KPI's)
  • Create a team and agile organizational structure
  • Design a tool integration strategy
  • Design a license management strategy (e.g., Azure DevOps and GitHub users)
  • Design a strategy for end-to-end traceability from work items to working software
  • Design an authentication and access strategy
  • Design a strategy for integrating on-premises and cloud resources
  • Describe the benefits of using Source Control
  • Describe Azure Repos and GitHub
  • Migrate from TFVC to Git
  • Manage code quality including technical debt SonarCloud, and other tooling solutions
  • Build organizational knowledge on code quality
  • Explain how to structure Git repos
  • Describe Git branching workflows
  • Leverage pull requests for collaboration and code reviews
  • Leverage Git hooks for automation
  • Use Git to foster inner source across the organization
  • Explain the role of Azure Pipelines and its components
  • Configure Agents for use in Azure Pipelines
  • Explain why continuous integration matters
  • Implement continuous integration using Azure Pipelines
  • Define Site Reliability Engineering
  • Design processes to measure end-user satisfaction and analyze user feedback
  • Design processes to automate application analytics
  • Manage alerts and reduce meaningless and non-actionable alerts
  • Carry out blameless retrospectives and create a just culture
  • Define an infrastructure and configuration strategy and appropriate toolset for a release pipeline and application infrastructure
  • Implement compliance and security in your application infrastructure
  • Describe the potential challenges with integrating open-source software
  • Inspect open-source software packages for security and license compliance
  • Manage organizational security and compliance policies
  • Integrate license and vulnerability scans into build and deployment pipelines
  • Configure build pipelines to access package security and license ratings

Course Outline

Module 1: Get started on a DevOps transformation journey

Lesson

  • Introduction to DevOps
  • Choose the right project
  • Describe team structures
  • Choose the DevOps tools
  • Plan Agile with GitHub Projects and Azure Boards
  • Introduction to source control
  • Describe types of source control systems
  • Work with Azure Repos and GitHub

Lab: Agile planning and portfolio management with Azure Boards Lab: Version controlling with Git in Azure Repos

After completing this module, students will be able to:

  • Understand what DevOps is and the steps to accomplish it
  • Identify teams to implement the process
  • Plan for the transformation with shared goals and timelines
  • Plan and define timelines for goals
  • Understand different projects and systems to guide the journey
  • Select a project to start the DevOps transformation
  • Identify groups to minimize initial resistance
  • Identify project metrics and Key Performance Indicators (KPI's)
  • Understand agile practices and principles of agile development
  • Create a team and agile organizational structure

Module 2: Development for enterprise DevOps

Lesson

  • Structure your Git Repo
  • Manage Git branches and workflows
  • Collaborate with pull requests in Azure Repos
  • Explore Git hooks
  • Plan foster inner source
  • Manage Git repositories
  • Identify technical debt

Lab: Version controlling with Git in Azure Repos

After completing this module, students will be able to:

  • Understand Git repositories
  • Implement mono repo or multiple repos
  • Explain how to structure Git Repos
  • Implement a change log
  • Describe Git branching workflows
  • Implement feature branches
  • Implement Git Flow
  • Fork a repo
  • Leverage pull requests for collaboration and code reviews
  • Give feedback using pull requests

Module 3: Implement CI with Azure Pipelines and GitHub Actions

Lesson

  • Explore Azure Pipelines
  • Manage Azure Pipeline agents and pools
  • Describe pipelines and concurrency
  • Explore Continuous integration
  • Implement a pipeline strategy
  • Integrate with Azure Pipelines
  • Introduction to GitHub Actions
  • Learn continuous integration with GitHub Actions
  • Design a container build strategy

Lab: Configuring agent pools and understanding pipeline styles Lab : Enabling continuous integration with Azure Pipelines Lab : Integrating external source control with Azure Pipelines Lab : Implementing GitHub Actions by using DevOps Starter Lab : Deploying Docker Containers to Azure App Service web apps

After completing this module, students will be able to:

  • Describe Azure Pipelines
  • Explain the role of Azure Pipelines and its components
  • Decide Pipeline automation responsibility
  • Understand Azure Pipeline key terms
  • Choose between Microsoft-hosted and self-hosted agents
  • Install and configure Azure pipelines Agents
  • Configure agent pools
  • Make the agents and pools secure
  • Use and estimate parallel jobs

Module 4: Design and implement a release strategy

Lesson

  • Introduction to continuous delivery
  • Explore release strategy recommendations
  • Build a high-quality release pipeline
  • Introduction to deployment patterns
  • Implement blue-green deployment and feature toggles
  • Implement canary releases and dark launching
  • Implement A/B testing and progressive exposure deployment

Lab: Controlling deployments using Release Gates Lab: Creating a release dashboard

After completing this module, students will be able to:

  • Explain continuous delivery (CD)
  • Implement continuous delivery in your development cycle
  • Understand releases and deployment
  • Identify project opportunities to apply CD
  • Explain things to consider when designing your release strategy
  • Define the components of a release pipeline and use artifact sources
  • Create a release approval plan
  • Implement release gates
  • Differentiate between a release and a deployment

Module 5: Implement a secure continuous deployment using Azure Pipelines

Lesson

  • Create a release pipeline
  • Provision and test environments
  • Manage and modularize tasks and templates
  • Automate inspection of health
  • Manage application configuration data
  • Integrate with identity management systems
  • Implement application configuration

Lab: Configuring pipelines as code with YAML Lab: Setting up and running functional tests Lab: Integrating Azure Key Vault with Azure DevOps

After completing this module, students will be able to:

  • Explain the terminology used in Azure DevOps and other Release Management Tooling
  • Describe what a Build and Release task is, what it can do, and some available deployment tasks
  • Implement release jobs
  • Differentiate between multi-agent and multi-configuration release job
  • Provision and configure target environment
  • Deploy to an environment securely using a service connection
  • Configure functional test automation and run availability tests
  • Setup test infrastructure
  • Use and manage task and variable groups

Module 6: Manage infrastructure as code using Azure and DSC

Lesson

  • Explore infrastructure as code and configuration management
  • Create Azure resources using Azure Resource Manager templates
  • Create Azure resources by using Azure CLI
  • Explore Azure Automation with DevOps
  • Implement Desired State Configuration (DSC)
  • Implement Bicep

Lab: Azure deployments using Azure Resource Manager templates

After completing this module, students will be able to:

  • Understand how to deploy your environment
  • Plan your environment configuration
  • Choose between imperative versus declarative configuration
  • Explain idempotent configuration
  • Create Azure resources using ARM templates
  • Understand ARM templates and template components
  • Manage dependencies and secrets in templates
  • Organize and modularize templates
  • Create Azure resources using Azure CLI

Module 7: Implement security and validate code bases for compliance

Lesson

  • Introduction to Secure DevOps
  • Implement open-source software
  • Software Composition Analysis
  • Static analyzers
  • OWASP and Dynamic Analyzers
  • Security Monitoring and Governance

Lab: Implement security and compliance in Azure Pipelines Lab: Managing technical debt with SonarQube and Azure DevOps

After completing this module, students will be able to:

  • Identify SQL injection attack
  • Understand DevSecOps
  • Implement pipeline security
  • Understand threat modeling
  • Implement open-source software
  • Explain corporate concerns for open-source components
  • Describe open-source licenses
  • Understand the license implications and ratings
  • Work with Static and Dynamic Analyzers
  • Configure Microsoft Defender for Cloud

Module 8: Design and implement a dependency management strategy

Lesson

  • Explore package dependencies
  • Understand package management
  • Migrate, consolidate, and secure artifacts
  • Implement a versioning strategy
  • Introduction to GitHub Packages

Lab: Package management with Azure Artifacts

After completing this module, students will be able to:

  • Define dependency management strategy
  • Identify dependencies
  • Describe elements and componentization of a dependency management
  • Scan your codebase for dependencies
  • Implement package management
  • Manage package feed
  • Consume and create packages
  • Publish packages
  • Identify artifact repositories
  • Migrate and integrate artifact repositories

Module 9: Implement continuous feedback 

Lesson

  • Implement tools to track usage and flow
  • Develop monitor and status dashboards
  • Share knowledge within teams
  • Design processes to automate application analytics
  • Manage alerts, Blameless retrospectives and a just culture

Lab: Monitoring application performance with Application Insights Lab: Integration between Azure DevOps and Microsoft Teams Lab : Sharing Team Knowledge using Azure Project Wikis

After completing this module, students will be able to:

  • Implement tools to track feedback
  • Plan for continuous monitoring
  • Implement Application Insights
  • Use Kusto Query Language (KQL)
  • Implement routing for mobile applications
  • Configure App Center Diagnostics
  • Configure alerts
  • Create a bug tracker
  • Configure Azure Dashboards
  • Work with View Designer in Azure Monitor

Prerequisites

Successful learners will have prior knowledge and understanding of:

    • Cloud computing concepts, including an understanding of PaaS, SaaS, and IaaS implementations.
    • Both Azure administration and Azure development with proven expertise in at least one of these areas.
    • Version control, Agile software development, and core software development principles. It would be helpful to have experience in an organization that delivers software.

 

קורסים מקצועיים

חברת כרמל הדרכה מספקת מבחר קורסים מקצועיים בתחום המחשב. במסגרת ההדרכות אנו מעניקים קורסים מקצועיים על Microsoft Azure. ישנן הדרכות לכל רמות המשתמשים, בהתאם לתכנית ההכשרה של מיקרוסופט:

מדריך Azure Fundamental

להורדת המדריך בחינם – לחצו כאן.

בנק שעות לתמיכה והטמעה

חברת כרמל הדרכה מספקת שירותי הטמעה ארגונית, ותמיכה מלאה באמצעות מומחים בעלי ניסיון מעשי ומודל בנק שעות.

שירותי ההטמעה שלנו מסייעים לארגונים לאמץ טכנולוגיות מתקדמות, ולבצע מעבר חלק ויעיל. החברה מלווה את הארגון בכל תהליכי ההטמעה, החל משלב הייעוץ, האפיון והתכנון, ועד תהליך ההטמעה והדרכות עובדים.

שירותי התמיכה והליווי ניתנים במודל של בנק שעות, המתאים לכל הצרכים של הארגון ומבטיח זמינות. בנק השעות יכול לשמש לפתרון בעיות, הדרכות, תהליכי הטמעה ואף פיתוח.

פרויקטים

חברת כרמל הדרכה מלווה ומבצעת פרויקטים בארגונים וחברות. אנו מעניקים שירותי ייעוץ טכני, תכנון וליווי לצורך הטמעת מערכות מידע בארגון, לדוגמת Azure אפיון ותכנון של הפרויקט, הגדרת מטרות ויעדים ובניית תכנית פעולה. הטמעה של מערכות מידע בארגון על פי היעדים שנקבעו, תוך כדי ליווי והדרכה מלאים. פתרונות פיתוח על פי הצרכים הארגוניים. פתרונות תחזוקה ופתרון בעיות IT. רישוי והסמכות למוצרי מיקרוסופט.

השאירו פרטים ונחזור אליכם בהקדם:

למה לבחור בכרמל הדרכה?

אנחנו מציעים פתרונות איכותיים להדרכות מקצועיות שחוסכות לכם זמן ומשאבים, ומספקים לכם את הכלים לקחת את כישורי האקסל שלכם עוד צעד קדימה!

מרצים מובילים

בעלי ניסיון הדרכתי ומעשי עשיר

מגיעים אליכם

אתם קובעים את מיקום הקורס והמועד

תאוריה ותרגול

חומרי לימוד ומעבדות רשמיות של מיקרוסופט הזמינים בענן

תוכנית מותאמת

התאמה מלאה ואישית לדרישות ולצרכי הארגון

חברת כרמל הדרכה מספקת פתרונות הדרכה, הטמעה, ייעוץ וניהול פרוייקטים בתחום ה IT, ניהול מערכות מידע, פיתוח ואבטחת מידע.

בעולמות ההדרכה

הדרכות לארגונים החל מרמת משתמש ועד לרמת למנהל מערכות מידע, CIO, אנשי פיתוח, תשתיות IT, אנשי BI, אבטחת מידע, ניהול עולמות ענן Azure & Office 365.

קורסי יישומי מחשב Office, excel, Visio, Project, Teams, OneDrive ….

קורסים בהתאמה לצרכי הלקוח.

בתחום ההטמעה אנו עוסקים בניהול פרויקטים ארוכי טווח בעולמות ההדרכה, Change Management – הטמעה ואימוץ טכנולוגיות מתקדמות, החדרת טכנולוגיות חדשות לארגונים, בניית מערכי הדרכה והטמעה, Train The Trainer, העברת ידע לצוותי IT, Help Desk ומשאבי אנוש. 

כתיבת ספרות טכנית.

Carmel Training & Deployments
Carmel Training & Deployments

בעולמות הפרויקטים

  • ייעוץ – ייעוץ טכני ומקצועי עבור תהליכי שינוי והטמעת מערכות מידע בארגון כגון
    • מערכות ענן- Azure, 365
    • מערכות מחשוב On-Prem Infrastructure (שרתים ויישומים)
    • אבטחת מידע בענן ובסביבות מקומיות
  • אפיון ותכנון – אפיון פרויקטים הכוללים הטמעת מערכות בארגונים ובכלל זה, תכנון של דרכי ההשגה ומטרות הפרויקטים.
  • הטמעה – הטמעה של תהליכי השינוי עד להשגת היעדים כפי שאופיינו, החל מפתרונות ההדרכה וכלה בהטמעת מערכות בפועל בסביבה הארגונית הנרחבת.
  • פיתוח והטמעת פתרונות ענן ארגוניים
    • פיתוח ל Power BI
    • פיתוח ל Teams, Power Automate, Power Apps
  • שירותי תחזוקת IT – שירותי תמיכה לפתרונות ומערכות IT בארגונים בינוניים וגדולים.
  • רישוי למוצרי מיקרוסופט לרבות פלטפורמות הענן השונות

Microsoft Partner

חברת כרמל הדרכה הינה שותף הדרכה מורשה של מיקרוסופט, בעלת הסמכות להדריך על כל מוצרי מיקרוסופט

אולי יעניין אותך גם...

איך לעבור תהליך מיגרציה ל-365 בצורה נכונה

איך לעבור תהליך מיגרציה ל-365 בצורה נכונה

תהליך מיגרציה (מעבר לענן) מעולם ה- On-Prem לעולם ה- 365 הוא תמיד משמעותי לארגון ודורש המון חשיבה, תהליכי ניסוי והכנות.
כאשר אנו בכרמל הדרכה מבצעים פרויקטים כאלה עבור הלקוחות שלנו, אנחנו תמיד מנסים לכסות את כל העולמות וה"מוקשים" שבדרך. זאת, באמצעות כלים שיש למיקרוסופט להציע להתמודד תוך כדי התהליך ולאחר השלמתו.

קרא עוד »
קורסי מיקרוסופט

Office 365 – איזו חבילה כדאי לארגונים לרכוש?

Microsoft Office 365 היא חבילת פרודוקטיביות של שירותי ענן המקבצת בתוכה מבחר שירותים המתאימים לעסקים בכל הגדלים. השירותים נמכרים בחבילות מגוונות בהתאם לצרכים הארגוניים. אילו שיקולים כדאי לקחת בחשבון בעת בחירת החבילה המתאימה?

קרא עוד »
Microsoft Fabric

מכירים את מיקרוסופט FABRIC?

Microsoft Fabric היא פתרון אנליטי כולל- החל ממעבר נתונים ועד מדע נתונים, אנליטיקות בזמן אמת ואנליזה עסקית. הפלטפורמה מציעה מגוון רחב של שירותים, כולל הנדסת נתונים, ואינטגרציית נתונים, אנליזה והצגת נתונים כולם במקום אחד.

קרא עוד »
Microsoft Fabric

מה זה מיקרוסופט FABRIC?

Microsoft Fabric היא פתרון אנליטי כולל- החל ממעבר נתונים ועד מדע נתונים, אנליטיקות בזמן אמת ואנליזה עסקית. הפלטפורמה מציעה מגוון רחב של שירותים, כולל הנדסת נתונים, ואינטגרציית נתונים, אנליזה והצגת נתונים כולם במקום אחד.

קרא עוד »
Security 365

קורס Security 365 – אבטחת מידע עבור עובדים בארגון

הגורם האנושי מהווה חוליה חלשה משמעותית בהגנה ושמירה על אבטחת המידע של הארגון.
ארגונים רבים חוטאים ומשקיעים בכלים טכנולוגיים בלבד, שלבסוף עלולים להיכשל.
הדרכת מודעות אבטחת מידע לעובדים עוזרת בצמצום משטח התקיפה כנגד הגורם האנושי.

קרא עוד »
Working with Excel?

כמה דברים שחשוב לדעת על Excel

לכל חברה, בכל תחום – באופן גורף – ישנם נתונים, מדויק יותר לומר – בסיסי נתונים.
בסיסי נתונים בהם מתנהל המידע של החברה.
בסיסי הנתונים יכולים להיות רשימת לקוחות, רשימת ספקים, דוחות שעות, חישובי מדדים, השוואות תמחירים, הצלבות של בדיקות; מוצרים; רכיבים; דגימות ועוד ועוד.
גם אם בסיסי הנתונים שלכם מאוגדים בתוכנות כמו CRM, ERP, או תוכנות המתואמות אישית לניהול הפעילות, התפעול השוטף, הסקת מסקנות, ניתוח הפעילות מתבצעים כיום, ברוב הדומיננטי של החברות עם יישום ה-Excel של Microsoft.

קרא עוד »
קורס אקסל

קורס אקסל – מה זה אקסל?

אקסל הוא יישום אחד מכלל היישומים בחבילה הנקראת –  Microsoft Office.
היישום/תוכנה זו, היא הנפוצה ביותר לניהול בסיסי מידע לצורך חישובים מתמטיים, והצגה גרפית של הנתונים.
ייעודה העיקרי הוא הצגה וחישוב של ערכים מתמטיים ונוסחאות לצרכים שונים החל מחישובי שכר, דרך נוסחאות מרובות-ערכים ועד לחישובים מדעיים.

קרא עוד »

מתחיל ב-05.05.2024

2 מפגשים

16:00 - 09:00
Power Apps Public Course2
דילוג לתוכן