Skip to content

Commit 63ccba4

Browse files
committed
Line edits
1 parent 4fa781b commit 63ccba4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

learn-pr/azure/intro-to-azure-policy/5-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quiz:
2323
explanation: "Correct. This statement best describes Azure Policy."
2424
- content: "It's a tool to enforce security controls."
2525
isCorrect: false
26-
explanation: "Incorrect. Azure Policy can help with policies to cover security controls, but isn't limited to that."
26+
explanation: "Incorrect. Azure Policy can help with policies to cover security controls but isn't limited to that."
2727
- content: "Is the following statement accurate? When you're using Azure Policy, you're restricted to Azure resources only."
2828
choices:
2929
- content: "This statement is wrong. You can use Azure Policy outside Azure."
@@ -45,5 +45,5 @@ quiz:
4545
explanation: "Incorrect. Azure Policy doesn't provide recommendations for your Azure resources. You can use Azure Advisor to get recommendations."
4646
- content: "Adding required configuration at scale."
4747
isCorrect: true
48-
explanation: "Correct. As example, you can create a policy to enable Azure Backup for all virtual machines within an Azure subscription."
48+
explanation: "Correct. As an example, you can create a policy to enable Azure Backup for all virtual machines within an Azure subscription."
4949

learn-pr/azure/intro-to-azure-policy/includes/2-what-is-azure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In summary, you use Azure Policy to:
66
- Use built-in policies or build custom policies for all resource types.
77
- Perform real-time policy evaluation and enforcement.
88
- Perform periodic and on-demand compliance evaluation.
9-
- Apply policies at scale
9+
- Apply policies at scale:
1010
- Apply policies to a Management Group with control across your entire organization.
1111
- Apply multiple policies and aggregate policy states with policy initiatives.
1212
- Handle exclusion scopes.

learn-pr/azure/intro-to-azure-policy/includes/3-how-azure-policy-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here, we cover some concepts you need to understand in advance to work with Azur
1818

1919
## Resources covered
2020

21-
Azure policy covers all Azure resources, including Arc-enabled resources. For example, you can extend the coverage of your controls over Windows and Linux physical servers, and virtual machines hosted outside of Azure, on your corporate network, or other cloud providers. Using Azure Policy is free for Azure resources, but there's a fee associated for an Arc resource.
21+
Azure policy covers all Azure resources, including Arc-enabled resources. For example, you can extend the coverage of your controls over Windows and Linux physical servers, and virtual machines hosted outside of Azure, on your corporate network or other cloud providers. Using Azure Policy is free for Azure resources, but there's a fee associated for an Arc resource.
2222

2323
Azure Arc is a service that allows you to manage resource types hosted outside of Azure. The following resource types are supported:
2424

@@ -27,7 +27,7 @@ Azure Arc is a service that allows you to manage resource types hosted outside o
2727
- Azure data services such as Azure SQL Managed Instance.
2828
- SQL Server.
2929

30-
You can also provision, resize, delete and manage virtual machines based on VMware vSphere or Azure Stack HCI and enable VM self-service through role-based access.
30+
You can also provision, resize, delete, and manage virtual machines based on VMware vSphere or Azure Stack HCI. You can enable VM self-service through role-based access.
3131

3232
## Related services
3333

learn-pr/azure/intro-to-azure-policy/includes/6-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ To learn more, review the following articles:
88

99
- [What is Azure Policy?](/azure/governance/policy/overview)
1010
- [Policy version (preview)](/azure/governance/policy/concepts/definition-structure-basics#version-preview)
11-
- [Assign a policy](/azure/governance/policy/assign-policy-portal)
11+
- [Create a policy assignment](/azure/governance/policy/assign-policy-portal)
1212
- [Azure Policy samples](/azure/governance/policy/samples)
1313
- [Azure Resource Graph sample queries for Azure Policy](/azure/governance/policy/samples/resource-graph-samples)
14-
- [Recommended policies for Azure virtual machines](/azure/governance/policy/concepts/recommended-policies)
14+
- [Azure virtual machine recommended policies](/azure/governance/policy/concepts/recommended-policies)
1515
- [Azure security baseline for Azure Policy](/security/benchmark/azure/baselines/policy-security-baseline)

0 commit comments

Comments
 (0)