Merge pull request #24 from jesseloudon/main

Content updates for day30
This commit is contained in:
Michael Cade 2022-01-31 22:00:58 +00:00 committed by GitHub
commit 0441992ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,18 +87,32 @@ We can also use the check access tab if we want to check an account against this
![](Images/Day30_Cloud7.png) ![](Images/Day30_Cloud7.png)
### Azure Security Centre ### Microsoft Defender for Cloud
- Microsoft Azure Security Centre provides insight into the security of the entire Azure environment. - Microsoft Defender for Cloud (formerly known as Azure Security Center) provides insight into the security of the entire Azure environment.
- A single dashboard for the overall security health of all Azure resources. - A single dashboard for visibility into the overall security health of all Azure and non-Azure resources (via Azure Arc) and security hardening guidance.
- Free and Standard SKU - Free tier includes continuous assessment and security recommendations.
I have switched to another subscription to view the Azure Security centre and you can see here based on very few resources that I have some recommendations in one place. - Paid plans for protected resources types (e.g. Servers, AppService, SQL, Storage, Containers, KeyVault).
I have switched to another subscription to view the Azure Security Center and you can see here based on very few resources that I have some recommendations in one place.
![](Images/Day30_Cloud8.png) ![](Images/Day30_Cloud8.png)
### Azure Policy
- Azure Policy is an Azure native service that helps to enforce organizational standards and assess compliance at-scale.
- Integrated into Microsoft Defender for Cloud. Azure Policy audits non-compliant resources and applies remediation.
- Commonly used for governing resource consistency, regulatory compliance, security, cost, and management standards.
- Uses JSON format to store evaluation logic and determine whether a resource is compliant or not, and any actions to take for non-compliance (e.g. Audit, AuditIfNotExists, Deny, Modify, DeployIfNotExists).
- Free for use. The exception being Azure Arc connected resources charged per server/month for Azure Policy Guest Configuration usage.
### Hands-On ### Hands-On
I have gone out and I have purchased www.90DaysOfDevOps.com and I would like to add this domain to my Azure Active Directory portal, [Add your custom domain name using the Azure Active Directory Portal](https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain) I have gone out and I have purchased www.90DaysOfDevOps.com and I would like to add this domain to my Azure Active Directory portal, [Add your custom domain name using the Azure Active Directory Portal](https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain)
@ -150,4 +164,4 @@ You are able to customise this portal with your own branding and this might be s
- [Google Cloud Digital Leader Certification Course](https://www.youtube.com/watch?v=UGRDM86MBIQ&list=WL&index=131&t=10s) - [Google Cloud Digital Leader Certification Course](https://www.youtube.com/watch?v=UGRDM86MBIQ&list=WL&index=131&t=10s)
- [AWS Basics for Beginners - Full Course](https://www.youtube.com/watch?v=ulprqHHWlng&t=5352s) - [AWS Basics for Beginners - Full Course](https://www.youtube.com/watch?v=ulprqHHWlng&t=5352s)
See you on [Day 31](day31.md) See you on [Day 31](day31.md)