Skip to content

Commit 6e8883d

Browse files
Merge pull request #217623 from SteveSaunders1952/v-ssaunders-hangwan97-free_grant_notice
Edit of Added the free grant notice
2 parents 7ebcaa7 + 173c894 commit 6e8883d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/spring-apps/quickstart-sample-app-introduction.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ zone_pivot_groups: programming-languages-spring-apps
1212

1313
# Introduction to the sample app
1414

15+
> [!NOTE]
16+
> The first 50 vCPU hours and 100 GB hours of memory are free each month. For more information, see [Price Reduction - Azure Spring Apps does more, costs less!](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/price-reduction-azure-spring-apps-does-more-costs-less/ba-p/3614058) on the [Apps on Azure Blog](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/bg-p/AppsonAzureBlog).
17+
1518
> [!NOTE]
1619
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
1720
@@ -69,7 +72,7 @@ The instructions in the following quickstarts refer to the source code as needed
6972

7073
::: zone pivot="programming-language-java"
7174

72-
In this quickstart, we use the well-known sample app [PetClinic](https://github.com/spring-petclinic/spring-petclinic-microservices) that will show you how to deploy apps to the Azure Spring Apps service. The **Pet Clinic** sample demonstrates the microservice architecture pattern and highlights the services breakdown. You will see how services are deployed to Azure with Azure Spring Apps capabilities, including service discovery, config server, logs, metrics, distributed tracing, and developer-friendly tooling support.
75+
In this quickstart, we use the well-known sample app [PetClinic](https://github.com/spring-petclinic/spring-petclinic-microservices) that will show you how to deploy apps to the Azure Spring Apps service. The **Pet Clinic** sample demonstrates the microservice architecture pattern and highlights the services breakdown. You'll see how to deploy services to Azure with Azure Spring Apps capabilities such as service discovery, config server, logs, metrics, distributed tracing, and developer-friendly tooling support.
7376

7477
To follow the Azure Spring Apps deployment examples, you only need the location of the source code, which is provided as needed.
7578

@@ -87,7 +90,7 @@ PetClinic is decomposed into 4 core Spring apps. All of them are independently d
8790
* **Customers service**: Contains general user input logic and validation including pets and owners information (Name, Address, City, Telephone).
8891
* **Visits service**: Stores and shows visits information for each pets' comments.
8992
* **Vets service**: Stores and shows Veterinarians' information, including names and specialties.
90-
* **API Gateway**: The API Gateway is a single entry point into the system, used to handle requests and route them to an appropriate service or to invoke multiple services, and aggregate the results. The three core services expose an external API to client. In real-world systems, the number of functions can grow very quickly with system complexity. Hundreds of services might be involved in rendering one complex webpage.
93+
* **API Gateway**: The API Gateway is a single entry point into the system, used to handle requests and route them to an appropriate service or to invoke multiple services, and aggregate the results. The three core services expose an external API to client. In real-world systems, the number of functions can grow quickly with system complexity. Hundreds of services might be involved in rendering one complex webpage.
9194

9295
## Infrastructure services hosted by Azure Spring Apps
9396

articles/spring-apps/quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.custom: devx-track-java, devx-track-azurecli, mode-other, event-tier1-build-2
1111

1212
# Quickstart: Deploy your first application to Azure Spring Apps
1313

14+
> [!NOTE]
15+
> The first 50 vCPU hours and 100 GB hours of memory are free each month. For more information, see [Price Reduction - Azure Spring Apps does more, costs less!](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/price-reduction-azure-spring-apps-does-more-costs-less/ba-p/3614058) on the [Apps on Azure Blog](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/bg-p/AppsonAzureBlog).
16+
1417
> [!NOTE]
1518
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
1619

0 commit comments

Comments
 (0)