Peristiwa
17 Mac, 9 PTG - 21 Mac, 10 PG
Sertai siri perjumpaan untuk membina penyelesaian AI berskala berdasarkan kes penggunaan dunia sebenar dengan rakan pembangun dan pakar.
Daftar sekarangPelayar ini tidak lagi disokong.
Naik taraf kepada Microsoft Edge untuk memanfaatkan ciri, kemas kini keselamatan dan sokongan teknikal yang terkini.
Nota
The Basic, Standard, and Enterprise plans will be deprecated starting from mid-March, 2025, with a 3 year retirement period. We recommend transitioning to Azure Container Apps. For more information, see the Azure Spring Apps retirement announcement.
The Standard consumption and dedicated plan will be deprecated starting September 30, 2024, with a complete shutdown after six months. We recommend transitioning to Azure Container Apps. For more information, see Migrate Azure Spring Apps Standard consumption and dedicated plan to Azure Container Apps.
This article applies to: ✅ Java ✅ C#
This article applies to: ✅ Basic/Standard ✅ Enterprise
Azure Spring Apps supports Spring applications on Azure. Increasing business can require multiple data centers with management of multiple instances of Azure Spring Apps.
Azure already provides different load-balance solutions. There are three common options to integrate Azure Spring Apps with Azure load-balance solutions:
In the examples below, we will load balance requests for a custom domain of www.contoso.com
towards two deployments of Azure Spring Apps in two different regions: eastus.azuremicroservices.io
and westus.azuremicroservices.io
.
We recommend that the domain name, as seen by the browser, is the same as the host name which the load balancer uses to direct traffic to the Azure Spring Apps back end. This recommendation provides the best experience when using a load balancer to expose applications hosted in Azure Spring Apps. If the domain exposed by the load balancer is different from the domain accepted by Azure Spring Apps, cookies and generated redirect URLs (for example) can be broken. For more information, see Host name preservation.
To integrate Azure Spring Apps with Traffic Manager, add its public endpoints as traffic manager's endpoints and then configure custom domain for both traffic manager and Azure Spring Apps.
Add endpoints in traffic manager:
Specify Type to be External endpoint.
Input fully qualified domain name (FQDN) of each Azure Spring Apps public endpoint.
Select OK.
To finish the configuration:
To integrate with Azure Spring Apps service, complete the following configurations:
Select Health Probes then Add to open custom Probe dialog.
The key point is to select No for Pick host name from backend HTTP settings option and explicitly specify the host name. For more information, see Application Gateway configuration for host name preservation.
Select Backend settings then Add to add a backend setting.
Override with new host name: select No.
Use custom probe: select Yes and pick the custom probe created above.
To integrate with Azure Spring Apps service and configure an origin group, use the following steps:
Add origin group.
Specify the backend endpoints by adding origins for the different Azure Spring Apps instances.
Specify origin type as Azure Spring Apps.
Select your Azure Spring Apps instance for the host name.
Keep the origin host header empty, so that the incoming host header will be used towards the backend. For more information, see Azure Front Door configuration for host name preservation.
Peristiwa
17 Mac, 9 PTG - 21 Mac, 10 PG
Sertai siri perjumpaan untuk membina penyelesaian AI berskala berdasarkan kes penggunaan dunia sebenar dengan rakan pembangun dan pakar.
Daftar sekarangLatihan
Modul
Load balance your web service traffic with Front Door - Training
Accelerate the delivery and maintain high availability of web applications by distributing web traffic across multiple web servers.
Pensijilan
Microsoft Certified: Azure for SAP Workloads Specialty - Certifications
Demonstrate planning, migration, and operation of an SAP solution on Microsoft Azure while you leverage Azure resources.
Dokumentasi
Quickstart - Build and Deploy Apps to Azure Spring Apps
Describes app deployment to Azure Spring Apps.
App and Deployment in Azure Spring Apps
Explains the distinction between application and deployment in Azure Spring Apps.
Frequently Asked Questions About Azure Spring Apps
This article answers frequently asked questions about Azure Spring Apps.