Skip to content

Commit bfe556f

Browse files
committed
edits
1 parent aee4c3e commit bfe556f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

learn-pr/azure/child-extension-bicep-templates/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this module, you learn about Azure resource types and how child and extension
2222

2323
## What's the main goal?
2424

25-
By the end of this module, you'll be able to create Bicep templates that include child and extension resources. You'll also be able to create Bicep templates that refer to pre-existing Azure resources that were created of outside the template file.
25+
By the end of this module, you'll be able to create Bicep templates that include child and extension resources. You'll also be able to create Bicep templates that refer to preexisting Azure resources that were created outside of the template file.
2626

2727
## Prerequisites
2828

learn-pr/azure/child-extension-bicep-templates/includes/7-exercise-deploy-extension-existing-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ New-AzOperationalInsightsWorkspace `
4646

4747
Your R&D team needs to log all requests to the Azure Cosmos DB account. You decide to use [Azure Monitor integration for Azure Cosmos DB](/azure/cosmos-db/cosmosdb-monitor-resource-logs) to collect the *DataPlaneRequests* log, which contains information about requests to Azure Cosmos DB.
4848

49-
Now that you created your simulated pre-existing Log Analytics workspace, you can reference it from within your Bicep template as an existing resource. You can use it as the destination for the Azure Cosmos DB logs.
49+
Now that you created your simulated preexisting Log Analytics workspace, you can reference it from within your Bicep template as an existing resource. You can use it as the destination for the Azure Cosmos DB logs.
5050

5151
To add diagnostics settings, use the following steps:
5252

learn-pr/azure/child-extension-bicep-templates/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract: |
1818
After completing this module, you'll be able to:
1919
- Explain resource types and resource IDs
2020
- Deploy child and extension resources
21-
- Represent and use pre-existing resources in a Bicep template
21+
- Represent and use preexisting resources in a Bicep template
2222
prerequisites: |
2323
You should be familiar with:
2424
- Creating and deploying basic Bicep templates.

0 commit comments

Comments
 (0)