Skip to content

Commit 1ea8bf6

Browse files
author
RoseHJM
committed
Small fixes
1 parent 1a189ba commit 1ea8bf6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/deployment-environments/how-to-create-environment-with-azure-developer.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ AZD uses an *azure.yaml* file to define the environment. The azure.yaml file def
134134

135135
1. Finally, enter a name for your local AZD environment.
136136

137-
AZD creates an *azure.yaml* file in the root of your project.
137+
AZD creates an *azure.yaml* file in the root of your project.
138138

139139
# [Azure Developer CLI](#tab/azure-developer-cli)
140140

@@ -151,7 +151,7 @@ AZD creates an *azure.yaml* file in the root of your project.
151151

152152
AZD scans the current directory and gathers more information depending on the type of app you're building. Follow the prompts to configure your AZD environment.
153153

154-
1. `azd init` identifies the services defined in your app code and prompts you to confirm and continue, remove a service, or add a service. Select ***Confirm and continue initializing my app***
154+
1. `azd init` identifies the services defined in your app code and prompts you to confirm and continue, remove a service, or add a service. Select ***Confirm and continue initializing my app***.
155155

156156
:::image type="content" source="media/how-to-create-environment-with-azure-developer/init-services.png" alt-text="Screenshot showing the AZD init prompt to confirm and continue, remove a service, or add a service." lightbox="media/how-to-create-environment-with-azure-developer/init-services.png":::
157157

@@ -161,7 +161,7 @@ AZD creates an *azure.yaml* file in the root of your project.
161161

162162
1. Finally, enter a name for your local AZD environment.
163163

164-
AZD creates an *azure.yaml* file in the root of your project.
164+
AZD creates an *azure.yaml* file in the root of your project.
165165
---
166166

167167
### Provision infrastructure to Azure Deployment Environment
@@ -209,6 +209,7 @@ azd provision
209209
:::image type="content" source="media/how-to-create-environment-with-azure-developer/provision-progress.png" alt-text="Screenshot showing the AZD provisioning progess." lightbox="media/how-to-create-environment-with-azure-developer/provision-progress.png":::
210210

211211
1. You can view the resources created in the Azure portal or in the [developer portal](https://devportal.microsoft.com).
212+
212213
---
213214

214215
### List existing environments (optional)
@@ -290,7 +291,7 @@ Confirm that you want to delete the environment by entering `y` when prompted.
290291

291292
# [Azure Developer CLI](#tab/azure-developer-cli)
292293

293-
Delete the Azure resources by using the following command:
294+
Delete your Azure resources by using the following command:
294295

295296
```bash
296297
azd down --environment <environmentName>

0 commit comments

Comments
 (0)