You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-create-environment-with-azure-developer.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ AZD uses an *azure.yaml* file to define the environment. The azure.yaml file def
134
134
135
135
1. Finally, enter a name for your local AZD environment.
136
136
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.
138
138
139
139
# [Azure Developer CLI](#tab/azure-developer-cli)
140
140
@@ -151,7 +151,7 @@ AZD creates an *azure.yaml* file in the root of your project.
151
151
152
152
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.
153
153
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***.
155
155
156
156
:::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":::
157
157
@@ -161,7 +161,7 @@ AZD creates an *azure.yaml* file in the root of your project.
161
161
162
162
1. Finally, enter a name for your local AZD environment.
163
163
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.
165
165
---
166
166
167
167
### Provision infrastructure to Azure Deployment Environment
@@ -209,6 +209,7 @@ azd provision
209
209
:::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":::
210
210
211
211
1. You can view the resources created in the Azure portal or in the [developer portal](https://devportal.microsoft.com).
212
+
212
213
---
213
214
214
215
### List existing environments (optional)
@@ -290,7 +291,7 @@ Confirm that you want to delete the environment by entering `y` when prompted.
290
291
291
292
# [Azure Developer CLI](#tab/azure-developer-cli)
292
293
293
-
Delete the Azure resources by using the following command:
294
+
Delete your Azure resources by using the following command:
0 commit comments