Skip to content

Commit 25347de

Browse files
committed
Line edits2
1 parent f5d2f66 commit 25347de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

learn-pr/azure/deploy-resources-scopes-bicep/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ quiz:
4242
- content: "`targetScope = 'managementGroup'`"
4343
isCorrect: true
4444
explanation: |
45-
Correct. You should deploy the role definition to the root management group, so that it is inherited by all your Azure resources throughout your organization.
45+
Correct. You should deploy the role definition to the root management group, so that all your Azure resources throughout your organization inherit it.
4646
Role definitions can't be created at the tenant scope.
4747
- content: "`targetScope = 'subscription'`"
4848
isCorrect: false

learn-pr/azure/deploy-resources-scopes-bicep/includes/1-introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Here's a diagram that shows how these components fit within their Azure subscrip
1010

1111
:::image type="content" source="../media/1-architecture-diagram.png" alt-text="Diagram that shows an Azure subscription, a policy, and a resource group containing a virtual network." border="false":::
1212

13-
You know the R&D team has recently been given a lot of new funding, so it's likely to have more secret projects in the future. You decide to create reusable templates for each of its special projects.
13+
You know the R&D team has recently been given new funding, so it's likely to have more secret projects in the future. You decide to create reusable templates for each of its special projects.
1414

1515
## What will we be doing?
1616

17-
In this module, you'll learn about the various scopes to which Azure resources can be deployed and some of the common resources that are deployed outside resource groups. You'll create a Bicep file to deploy to a subscription and a resource group. You'll also create a Bicep file to deploy to a management group. In the process, you'll learn about several features of Bicep, including how to:
17+
In this module, you learn about the various scopes to which Azure resources can be deployed and some of the common resources that are deployed outside resource groups. You create a Bicep file to deploy to a subscription and a resource group. You also create a Bicep file to deploy to a management group. In the process, you learn about several features of Bicep, including how to:
1818

1919
- Set the scope of a Bicep file by using the `targetScope` keyword.
2020
- Use modules and the `scope` keyword to deploy your resources to various scopes within a single deployment.
@@ -33,11 +33,11 @@ You should be familiar with:
3333
- Child and extension resources.
3434

3535
> [!NOTE]
36-
> In this module, you'll build on your knowledge of extension resources. If you need a refresher, see [Deploy child and extension resources by using Bicep](xref:learn.azure.child-extension-bicep-templates).
36+
> In this module, you build on your knowledge of extension resources. If you need a refresher, see [Deploy child and extension resources by using Bicep](xref:learn.azure.child-extension-bicep-templates).
3737
38-
To follow along with the exercises in the module, you'll need:
38+
To follow along with the exercises in the module, you need:
3939

40-
- An Azure account, with the ability to create subscription-level resources. For one exercise, which is optional, you'll need to be able to create management groups and policies.
40+
- An Azure account, with the ability to create subscription-level resources. For one exercise, which is optional, you need to be able to create management groups and policies.
4141
> [!TIP]
4242
> If you can't meet these requirements with your current Azure account, you can get a [free trial](https://azure.microsoft.com/free/?azure-portal=true) and create a new Azure subscription and tenant.
4343
- [Visual Studio Code](https://code.visualstudio.com), installed locally.

0 commit comments

Comments
 (0)