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
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions 025-ArcEnabledServers/.wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Kamrat
Lior
Hussain
4 changes: 2 additions & 2 deletions 025-ArcEnabledServers/Coach/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ It is recommended that the host present a short overview of each challenge befor

- Challenge 1: **[Onboarding servers with Azure Arc](Solutions/Solution-01.md)**
- Challenge 2: **[Policy for Azure Arc connected servers](Solutions/Solution-02.md)**
- Challenge 3: **[Arc Value Add: Integrate Security Center](Solutions/Solution-03.md)**
- Challenge 3: **[Arc Value Add: Integrate Microsoft Defender for Cloud](Solutions/Solution-03.md)**
- Challenge 4: **[Arc Value Add: Enable Sentinel](Solutions/Solution-04.md)**
- Challenge 5: **[Arc Value Add: Azure Lighthouse](Solutions/Solution-04.md)**
- Challenge 5: **[Arc Value Add: Azure Lighthouse](Solutions/Solution-04.md)**
10 changes: 5 additions & 5 deletions 025-ArcEnabledServers/Student/challenge03.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# What the Hack: Azure Arc enabled servers

## Challenge 3 - Arc Value Add: Integrate Security Center
## Challenge 3 - Arc Value Add: Integrate Microsoft Defender for Cloud
[Back](challenge02.md) - [Home](../readme.md) - [Next](challenge04.md)

### Introduction

In this challenge, we will integrate your Azure Arc connected machines with [Azure Security Center (ASC)](https://docs.microsoft.com/en-us/azure/security-center/). After completing the previous challenges, you should now have an Azure subscription with one or more Azure Arc managed servers. You should also have an available Log Analytics workspace and have deployed the Log Analytics agent to your server(s).
In this challenge, we will integrate your Azure Arc connected machines with [Microsoft Defender for Cloud](https://learn.microsoft.com/en-us/azure/defender-for-cloud/). After completing the previous challenges, you should now have an Azure subscription with one or more Azure Arc managed servers. You should also have an available Log Analytics workspace and have deployed the Log Analytics agent to your server(s).

### Challenge

1. Enable Azure Security Center on your Azure Arc connected machines.
1. Enable Microsoft Defender for Cloud on your Azure Arc connected machines.

### Success Criteria

1. Open Azure Security Center and view the [Secure Score](https://docs.microsoft.com/en-us/azure/security-center/secure-score-security-controls) for your Azure arc connected machine.
1. Open Microsoft Defender for Cloud and view the [Secure Score](https://learn.microsoft.com/en-us/azure/defender-for-cloud/secure-score-security-controls) for your Azure arc connected machine.

[Back](challenge02.md) - [Home](../readme.md) - [Next](challenge04.md)
[Back](challenge02.md) - [Home](../readme.md) - [Next](challenge04.md)
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