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-cloud/spring-cloud-quickstart-launch-app-portal.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: v-vasuke
16
16
17
17
Azure Spring Cloud enables you to easily run Spring Cloud based microservice applications on Azure.
18
18
19
-
This quickstart shows you how to deploy an existing Spring Cloud application to Azure. [Here is a link](https://github.com/xscript/PiggyMetrics) to the sample application code used in this tutorial. When you're finished, the provided sample application will be accessible online and ready to be managed via the Azure portal.
19
+
This quickstart shows you how to deploy an existing Spring Cloud application to Azure. [Here is a link](https://github.com/Azure-Samples/PiggyMetrics) to the sample application code used in this tutorial. When you're finished, the provided sample application will be accessible online and ready to be managed via the Azure portal.
20
20
21
21
Following this quickstart, you will learn how to:
22
22
@@ -30,8 +30,7 @@ Following this quickstart, you will learn how to:
30
30
## Prerequisites
31
31
32
32
>[!Note]
33
-
> Before beginning this quickstart, ensure that your Azure subscription has access to Azure Spring Cloud. As a preview service, we ask customers to reach out to us so that we can add your subscription to our allow-list. If you would like to explore the capabilities of Azure Spring Cloud, please [fill out this form](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR-LA2geqX-ZLhi-Ado1LD3tUNDk2VFpGUzYwVEJNVkhLRlcwNkZFUFZEUS4u
34
-
).
33
+
> Before beginning this quickstart, ensure that your Azure subscription has access to Azure Spring Cloud. As a preview service, we ask customers to reach out to us so that we can add your subscription to our allow-list. If you would like to explore the capabilities of Azure Spring Cloud, please reach out to us by email: [email protected].
35
34
36
35
>[!TIP]
37
36
> The Azure Cloud Shell is a free interactive shell that you can use to run the steps in this article. It has common Azure tools preinstalled, including the latest versions of Git, JDK, Maven, and the Azure CLI. If you are logged in to your Azure subscription, launch your [Azure Cloud Shell](https://shell.azure.com) from shell.azure.com. You can learn more about Azure Cloud Shell by [reading our documentation](../cloud-shell/overview.md)
@@ -54,7 +53,7 @@ az extension add -y --source https://azureclitemp.blob.core.windows.net/spring-c
54
53
55
54
## Provision a service instance on the Azure portal
56
55
57
-
1. In a web browser, open the [Azure portal](https://portal.azure.com), and sign into your account.
56
+
1. In a web browser, open the [Azure portal](https://portal.azure.com/?microsoft_azure_marketplace_ItemHideKey=AppPlatformExtension), and sign into your account.
58
57
59
58
1. Search for the **Azure Spring Cloud** and select it to go to the overview page. Select the **Create** button to get started.
60
59
@@ -104,7 +103,7 @@ It takes about 5 minutes for the service to deploy. Once it is deployed, the **
104
103
105
104
```azurecli
106
105
az configure --defaults group=<resource group name>
107
-
az configure --defaults asc=<service instance name>
106
+
az configure --defaults spring-cloud=<service instance name>
108
107
```
109
108
110
109
1. Create the `gateway` application and deploy the JAR file.
@@ -123,7 +122,7 @@ It takes about 5 minutes for the service to deploy. Once it is deployed, the **
123
122
az spring-cloud app deploy -n auth-service --jar-path ./auth-service/target/auth-service.jar
124
123
```
125
124
126
-
1. It takes a few minutes to finish deploying the applications. To confirm that they have deployed, go to the **Application Dashboard** in the Azure portal. You should see a line each of the three applications.
125
+
1. It takes a few minutes to finish deploying the applications. To confirm that they have deployed, go to the **Apps** blade in the Azure portal. You should see a line each of the three applications.
127
126
128
127
## Assign a public endpoint to gateway
129
128
@@ -142,8 +141,7 @@ In this quickstart, you learned how to:
142
141
> * Set a configuration server for an instance
143
142
> * Build a microservices application locally
144
143
> * Deploy each microservice
145
-
> * Edit environment variables for applications
146
-
> * Assign public IP for your application gateway
144
+
> * Assign public endpoint for your application gateway
147
145
148
146
> [!div class="nextstepaction"]
149
-
> [Prepare your Azure Spring Cloud application for deployment](spring-cloud-tutorial-prepare-app-deployment.md)
147
+
> [Prepare your Azure Spring Cloud application for deployment](spring-cloud-tutorial-prepare-app-deployment.md)
0 commit comments