Skip to content

Commit 73161c5

Browse files
committed
Updated wording
1 parent d9fae3b commit 73161c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/spring-apps/quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Use the following steps to provision a service instance.
200200
--resource-group ${RESOURCE_GROUP} \
201201
--location $LOCATION
202202
```
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
204204

205205
```azurecli-interactive
206206
az containerapp env create \
@@ -217,7 +217,7 @@ Use the following steps to provision a service instance.
217217
--query id -o tsv)
218218
```
219219

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:
221221

222222
```azurecli-interactive
223223
az spring create \
@@ -234,7 +234,7 @@ An [**App**](/azure/spring-apps/concept-understand-app-and-deployment) is an abs
234234
</br>
235235
![Apps and Deployments](./media/spring-cloud-app-and-deployment/app-deployment-rev.png)
236236
</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:
238238

239239
```azurecli-interactive
240240
az spring app create \
@@ -246,6 +246,7 @@ Use the following command to specify the app name on Azure Spring Apps and alloc
246246
--instance-count 2 \
247247
--assign-endpoint true
248248
```
249+
249250
Azure Spring Apps will create an empty welcome application, and you can find the appliction url in the field `properties.url`.
250251

251252
:::image type="content" source="media/quickstart/bannerapp.png" alt-text="Screenshot of the welcome page." lightbox="media/quickstart/bannerapp.png":::

0 commit comments

Comments
 (0)