Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hack Update] 025-ArcEnabledServers - Update readme.md #789

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 025-ArcEnabledServers/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![](./img/image1.png)
[Azure Arc enabled servers](https://docs.microsoft.com/en-us/azure/azure-arc/servers/overview) allows customers to use Azure management tools on any server running in any public cloud or on-premises environment. In this hack, you will be working on a set of progressive challenges to showcase the core features of Azure Arc.

In the first few challenges, you will set up your lab environment and deploy servers somewhere other than Azure. Then, you will use Azure Arc to project these servers into Azure, and begin to enable Azure management and security tools on these servers. On successive challenges, you will apply [Azure Policy](https://docs.microsoft.com/en-us/azure/governance/policy/overview) and enable other Azure services like [Azure Security Center](https://docs.microsoft.com/en-us/azure/security-center/) on your projected workloads.
In the first few challenges, you will set up your lab environment and deploy servers somewhere other than Azure. Then, you will use Azure Arc to project these servers into Azure, and begin to enable Azure management and security tools on these servers. On successive challenges, you will apply [Azure Policy](https://docs.microsoft.com/en-us/azure/governance/policy/overview) and enable other Azure services like [Microsoft Defender for Cloud](https://learn.microsoft.com/en-us/azure/defender-for-cloud/) on your projected workloads.

## Learning Objectives

Expand All @@ -18,7 +18,7 @@ This hack will help you learn:
- [Challenge 0](./Student/challenge00.md) - Complete Prerequisites (Do before you attend the hack)
- [Challenge 1](./Student/challenge01.md) - Onboarding servers with Azure Arc
- [Challenge 2](./Student/challenge02.md) - Policy for Azure Arc connected servers
- [Challenge 3](./Student/challenge03.md) - Arc Value Add: Integrate Security Center
- [Challenge 3](./Student/challenge03.md) - Arc Value Add: Integrate Microsoft Defender for Cloud
- [Challenge 4](./Student/challenge04.md) - Arc Value Add: Enable Sentinel
- [Challenge 5](./Student/challenge05.md) - Arc Value Add: Azure Lighthouse

Expand Down