Skip to content

Commit d9fae3b

Browse files
committed
Added intro on apps
1 parent b583701 commit d9fae3b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/spring-apps/quickstart.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ Use the following steps to provision a service instance.
8787
1. Choose **Y** to install the Azure Spring Apps extension and run it.
8888

8989
## Create an app in your Azure Spring Apps instance
90-
90+
An [**App**](/azure/spring-apps/concept-understand-app-and-deployment) is an abstraction of one business app. Apps run in an Azure Spring Apps Service Instance, or simply service instance, as shown next.
91+
</br>
92+
![Apps and Deployments](./media/spring-cloud-app-and-deployment/app-deployment-rev.png)
93+
</br>
9194
Use the following command to specify the app name on Azure Spring Apps as *hellospring*.
9295

9396
```azurecli-interactive
@@ -227,6 +230,10 @@ Use the following steps to provision a service instance.
227230

228231
## Create an app in your Azure Spring Apps instance
229232

233+
An [**App**](/azure/spring-apps/concept-understand-app-and-deployment) is an abstraction of one business app. Apps run in an Azure Spring Apps Service Instance, or simply service instance, as shown next.
234+
</br>
235+
![Apps and Deployments](./media/spring-cloud-app-and-deployment/app-deployment-rev.png)
236+
</br>
230237
Use the following command to specify the app name on Azure Spring Apps and allocate required resources.
231238

232239
```azurecli-interactive

0 commit comments

Comments
 (0)