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
# Quickstart: Deploy your first application in Azure Spring Cloud
13
+
# Quickstart: Deploy your first application to Azure Spring Cloud
14
14
15
15
::: zone pivot="programming-language-csharp"
16
16
This quickstart explains how to deploy a small application to run on Azure Spring Cloud.
@@ -422,7 +422,7 @@ The following procedure builds and deploys the application using the Azure CLI.
422
422
mvn clean package -DskipTests
423
423
```
424
424
425
-
1.Create the app with public endpoint assigned. If you selected Java version 11 when generating the SpringCloud project, include the `--runtime-version=Java_11` switch.
425
+
1.Create the app with a public endpoint assigned. If you selected Java version 11 when generating the SpringCloud project, include the `--runtime-version=Java_11` switch.
426
426
427
427
```azurecli
428
428
az spring-cloud app create -n hellospring -s <service instance name>-g <resource group name>--assign-endpoint true
@@ -537,14 +537,14 @@ az group delete --name <your resource group name> --yes
537
537
Inthis quickstart, you learned how to:
538
538
539
539
> [!div class="checklist"]
540
-
>*Generate a basic AzureSpringCloud project
540
+
>*Generate a basic SpringCloud project
541
541
>*Provision a service instance
542
542
>*Build and deploy the app with a public endpoint
543
543
>*Stream logs in real time
544
544
545
545
To learn how to use more AzureSpring capabilities, advance to the quickstart series that deploys a sample application to AzureSpringCloud:
546
546
547
547
> [!div class="nextstepaction"]
548
-
> [Build and RunMicroservices](./quickstart-sample-app-introduction.md)
548
+
> [Build and RunApps](./quickstart-sample-app-introduction.md)
549
549
550
550
More samples are available on GitHub: [AzureSpringCloudSamples](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples).
0 commit comments