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/spring-apps/quickstart.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ Use the following steps to provision a service instance.
200
200
--resource-group ${RESOURCE_GROUP} \
201
201
--location $LOCATION
202
202
```
203
-
1. A **Managed Environment** creates a secure boundary around a group apps. Apps deployed to the same environment are deployed in the same virtual network and write logs to the same [Log Analytics workspace](https://learn.microsoft.com/azure/azure-monitor/logs/log-analytics-workspace-overview). To create the environment, run the following command
203
+
1. An Azure Container App environment creates a secure boundary around a group apps. Apps deployed to the same environment are deployed in the same virtual network and write logs to the same [Log Analytics workspace](https://learn.microsoft.com/azure/azure-monitor/logs/log-analytics-workspace-overview). To create the environment, run the following command
204
204
205
205
```azurecli-interactive
206
206
az containerapp env create \
@@ -217,7 +217,7 @@ Use the following steps to provision a service instance.
217
217
--query id -o tsv)
218
218
```
219
219
220
-
1. Use the following command to create an Azure Spring Apps service instance.The StandardGen2 Azure Spring Apps instance is built on top of the Container Environment: Create your Azure Spring Apps instance by specifying the resource id of the Managed Environment you just created
220
+
1. Use the following command to create an Azure Spring Apps service instance.The StandardGen2 Azure Spring Apps instance is built on top of the Container Environment: Create your Azure Spring Apps instance by specifying the resource id of the ACA Environment you just created:
221
221
222
222
```azurecli-interactive
223
223
az spring create \
@@ -234,7 +234,7 @@ An [**App**](/azure/spring-apps/concept-understand-app-and-deployment) is an abs
234
234
</br>
235
235

236
236
</br>
237
-
Use the following command to specify the app name on Azure Spring Apps and allocate required resources.
237
+
Use the following command to specify the app name on Azure Spring Apps and allocate required resources:
238
238
239
239
```azurecli-interactive
240
240
az spring app create \
@@ -246,6 +246,7 @@ Use the following command to specify the app name on Azure Spring Apps and alloc
246
246
--instance-count 2 \
247
247
--assign-endpoint true
248
248
```
249
+
249
250
Azure Spring Apps will create an empty welcome application, and you can find the appliction url in the field `properties.url`.
250
251
251
252
:::image type="content" source="media/quickstart/bannerapp.png" alt-text="Screenshot of the welcome page." lightbox="media/quickstart/bannerapp.png":::
0 commit comments