Skip to content

Commit b23de61

Browse files
committed
edits
1 parent 601359e commit b23de61

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

learn-pr/azure/child-extension-bicep-templates/includes/4-exercise-define-child-resources.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,8 @@ New-AzResourceGroupDeployment -Name main -TemplateFile main.bicep
119119

120120
1. Go to the [Azure portal](https://portal.azure.com?azure-portal=true) and make sure you're in the sandbox subscription:
121121

122-
1. Select your avatar in the upper-right corner of the page.
123-
124-
1. Select **Switch directory**. In the list, choose the **Microsoft Learn Sandbox** directory.
122+
1. Select your avatar in the upper-right corner of the page, and then select **Switch directory**.
123+
1. A list of directories appears. Select the **Switch** button next to Microsoft Learn Sandbox.
125124

126125
1. On the home page, select **Resource groups**. The **Resource groups** pane appears.
127126

@@ -135,7 +134,7 @@ New-AzResourceGroupDeployment -Name main -TemplateFile main.bicep
135134

136135
:::image type="content" source="../media/4-deployment.png" alt-text="Screenshot of the Azure portal interface for the deployments, with the one deployment listed and a succeeded status." border="true":::
137136

138-
1. Select the deployment called **main** to see what resources were deployed, and then select **Deployment details** to expand it. In this case, there's a Cosmos DB account, database, and container listed.
137+
1. Select the deployment called **main** to see what resources were deployed, and then select **Deployment details** to expand the list. In this case, there's a Cosmos DB account, database, and container listed.
139138

140139
:::image type="content" source="../media/4-deployment-details.png" alt-text="Screenshot of the Azure portal interface for the specific deployment, with three Cosmos DB resources listed." border="true":::
141140

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
@@ -131,7 +131,7 @@ After you complete the preceding changes, your _main.bicep_ file should look lik
131131

132132
:::code language="bicep" source="code/7-complete.bicep" :::
133133

134-
If it doesn't, either copy the example or adjust your template to match the example.
134+
If it doesn't look the same, either copy the example or adjust your template to match the example.
135135

136136
## Deploy the template to Azure
137137

0 commit comments

Comments
 (0)