azure-spring-apps

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Spring Apps Skill

Azure Spring Apps 技能

This skill provides expert guidance for Azure Spring Apps. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
本技能为Azure Spring Apps提供专家指导,涵盖故障排除、最佳实践、决策制定、架构与设计模式、限制与配额、安全、配置、集成与编码模式以及部署。它结合了本地快速参考内容与远程文档获取能力。

How to Use This Skill

如何使用本技能

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
L35-L120
), use
read_file
with the specified lines. For categories with file links (e.g.,
[security.md](security.md)
), use
read_file
on the linked reference file
IMPORTANT for Agent: If
metadata.generated_at
is more than 3 months old, suggest the user pull the latest version from the repository. If
mcp_microsoftdocs
tools are not available, suggest the user install it: Installation Guide
This skill requires network access to fetch documentation content:
  • Preferred: Use
    mcp_microsoftdocs:microsoft_docs_fetch
    with query string
    from=learn-agent-skill
    . Returns Markdown.
  • Fallback: Use
    fetch_webpage
    with query string
    from=learn-agent-skill&accept=text/markdown
    . Returns Markdown.
Agent 重要提示:使用下方的分类索引查找相关章节。对于带有行范围的分类(例如
L35-L120
),使用
read_file
工具读取指定行内容。对于带有文件链接的分类(例如
[security.md](security.md)
),使用
read_file
工具读取链接的参考文件
Agent 重要提示:如果
metadata.generated_at
的时间超过3个月,建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,建议用户安装该工具:安装指南
本技能需要网络访问权限以获取文档内容:
  • 首选方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    工具,查询字符串为
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备用方式:使用
    fetch_webpage
    工具,查询字符串为
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

分类索引

CategoryLinesDescription
TroubleshootingL37-L54Diagnosing and fixing Azure Spring Apps issues: memory/OOM, dumps/JFR, remote debugging, VNet connectivity, logs/diagnostics, exit codes, build failures, and Spring Cloud Gateway.
Best PracticesL55-L60Guidance on production-ready monitoring and diagnostics in Azure Spring Apps, including observability setup, metrics/logs/traces, and configuring JVM diagnostic and debugging options.
Decision MakingL61-L81Guidance on choosing Azure Spring Apps plans and migrating Spring workloads, configs, gateways, and networking from ASA to Enterprise, AKS, or Container Apps, including logging and Tanzu replacements
Architecture & Design PatternsL82-L89Deployment and resiliency patterns for Azure Spring Apps: zero-downtime and blue-green releases, load balancer integration, zone redundancy, and disaster recovery design.
Limits & QuotasL90-L100Version/Java support, service-specific limits/quotas, storage caps, VNet requirements, and guidance for scaling Azure Spring Apps Enterprise (instances, large CPU/memory apps).
SecurityL101-L127Securing Azure Spring Apps: TLS/SSL, custom domains, App Gateway, Entra ID SSO/RBAC, managed identities (Key Vault, SQL, Functions), and Azure Policy/regulatory controls.
ConfigurationL128-L167Configuring Azure Spring Apps runtime: networking, ingress/egress, DNS, storage, logging/metrics, APM, health probes, scaling, gateways, Tanzu tools, and enterprise job/lifecycle settings.
Integrations & Coding PatternsL168-L192Integrating Azure Spring Apps with databases, Redis, Key Vault, gRPC, Tanzu tools, and APM/monitoring (App Insights, AppDynamics, Dynatrace, Elastic, New Relic) and collecting metrics/logs.
DeploymentL193-L212Deploying Azure Spring Apps: CI/CD with GitHub/Azure Pipelines/Maven/CLI, container & polyglot deployments, VNet/ARM/Bicep/Terraform setup, blue‑green staging, and region moves.
分类行范围描述
故障排除L37-L54诊断并修复Azure Spring Apps问题:内存/内存不足、转储/JFR、远程调试、VNet连接性、日志/诊断、退出代码、构建失败以及Spring Cloud Gateway相关问题。
最佳实践L55-L60关于Azure Spring Apps生产就绪型监控与诊断的指导,包括可观测性设置、指标/日志/追踪以及JVM诊断与调试选项配置。
决策制定L61-L81关于选择Azure Spring Apps计划以及将Spring工作负载、配置、网关和网络从ASA迁移到企业版、AKS或Container Apps的指导,包括日志和Tanzu组件替代方案。
架构与设计模式L82-L89Azure Spring Apps的部署与弹性模式:零停机和蓝绿发布、负载均衡器集成、区域冗余以及灾难恢复设计。
限制与配额L90-L100Java与Spring版本支持、服务特定限制/配额、存储上限、VNet要求,以及Azure Spring Apps企业版的扩展指导(实例、大CPU/内存应用)。
安全L101-L127保护Azure Spring Apps:TLS/SSL、自定义域名、App Gateway、Entra ID SSO/RBAC、托管标识(Key Vault、SQL、Functions)以及Azure Policy/合规性控制。
配置L128-L167配置Azure Spring Apps运行时:网络、入口/出口、DNS、存储、日志/指标、APM、健康探测、扩展、网关、Tanzu工具以及企业版作业/生命周期设置。
集成与编码模式L168-L192将Azure Spring Apps与数据库、Redis、Key Vault、gRPC、Tanzu工具以及APM/监控工具(App Insights、AppDynamics、Dynatrace、Elastic、New Relic)集成,并收集指标/日志。
部署L193-L212部署Azure Spring Apps:使用GitHub/Azure Pipelines/Maven/CLI的CI/CD、容器与多语言部署、VNet/ARM/Bicep/Terraform设置、蓝绿 staging以及跨区域迁移。

Troubleshooting

故障排除

TopicURL
Capture heap and thread dumps and use JFR in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-capture-dumps
Connect to Azure Spring Apps instances for advanced troubleshootinghttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-connect-to-app-instance-for-troubleshooting
Resolve app restarts caused by out-of-memory in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-fix-app-restart-issues-caused-by-out-of-memory
Enable and use remote debugging for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-remote-debugging-app-instance
Self-diagnose Azure Spring Apps issues in virtual networkshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-self-diagnose-running-in-vnet
Use Azure Spring Apps diagnostics to self-diagnose issueshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-self-diagnose-solve
Use tools to troubleshoot Java memory issues in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tools-to-troubleshoot-memory-issues
General troubleshooting guide for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/troubleshoot
Troubleshoot application exit codes in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/troubleshoot-exit-code
Troubleshoot Azure Spring Apps in virtual networkshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/troubleshooting-vnet
Stream Azure Spring Apps job logs for troubleshootinghttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-job-log-streaming
Stream managed component logs in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-managed-component-log-streaming
Troubleshoot VMware Spring Cloud Gateway on Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-troubleshoot-enterprise-spring-cloud-gateway
Troubleshoot Azure Spring Apps build failureshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/troubleshoot-build-exit-code
主题链接
在Azure Spring Apps中捕获堆转储和线程转储并使用JFRhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-capture-dumps
连接到Azure Spring Apps实例进行高级故障排除https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-connect-to-app-instance-for-troubleshooting
解决Azure Spring Apps中由内存不足导致的应用重启问题https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-fix-app-restart-issues-caused-by-out-of-memory
为Azure Spring Apps启用并使用远程调试https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-remote-debugging-app-instance
在虚拟网络中自我诊断Azure Spring Apps问题https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-self-diagnose-running-in-vnet
使用Azure Spring Apps诊断功能自我诊断问题https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-self-diagnose-solve
使用工具排查Azure Spring Apps中的Java内存问题https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tools-to-troubleshoot-memory-issues
Azure Spring Apps通用故障排除指南https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/troubleshoot
排查Azure Spring Apps中的应用退出代码问题https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/troubleshoot-exit-code
排查虚拟网络中的Azure Spring Apps问题https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/troubleshooting-vnet
流式传输Azure Spring Apps作业日志以进行故障排除https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-job-log-streaming
流式传输Azure Spring Apps中的托管组件日志https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-managed-component-log-streaming
排查Azure Spring Apps上的VMware Spring Cloud Gateway问题https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-troubleshoot-enterprise-spring-cloud-gateway
排查Azure Spring Apps的构建失败问题https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/troubleshoot-build-exit-code

Best Practices

最佳实践

Decision Making

决策制定

TopicURL
Migrate Azure Spring Apps Basic/Standard to Enterprise planhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-migrate-standard-tier-to-enterprise-tier
Choose the right Azure Spring Apps planhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/plan-comparison
Understand Azure Spring Apps Enterprise marketplace offerhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-marketplace-offer
Migrate Application Live View to Spring Boot Adminhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-application-live-view
Migrate from Application Configuration Service to Spring Cloud Config Serverhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-enterprise-application-configuration-service
Plan migration off deprecated Tanzu componentshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-off-deprecated-tanzu-components
Plan migration from Azure Spring Apps to Azure Kubernetes Servicehttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-aks-overview
Migrate Azure Spring Apps API Portal to Azure API Managementhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-api-portal
Migrate Azure Spring Apps ACS to Config Server for Springhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-application-configuration-service
Migrate Spring Cloud Config Server to Config Server for Springhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-config-server
Migrate Eureka Server to Eureka Server for Spring on Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-eureka
Migrate Spring Cloud Gateway Tanzu to Gateway for Spring on Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-gateway
Migrate Application Live View to Managed Admin for Springhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-live-view
Map logs and metrics from Azure Spring Apps to Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-monitoring
Migrate Azure Spring Apps custom virtual network to Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-network
Decide when to migrate from Azure Spring Apps to Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-overview
Plan Azure Container Apps environment for Spring Apps migrationhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-provision
主题链接
将Azure Spring Apps基础版/标准版迁移到企业版计划https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-migrate-standard-tier-to-enterprise-tier
选择合适的Azure Spring Apps计划https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/plan-comparison
了解Azure Spring Apps企业版市场产品https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-marketplace-offer
将Application Live View迁移到Spring Boot Adminhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-application-live-view
将Application Configuration Service迁移到Spring Cloud Config Serverhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-enterprise-application-configuration-service
规划从已弃用的Tanzu组件迁移https://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-off-deprecated-tanzu-components
规划从Azure Spring Apps迁移到Azure Kubernetes Servicehttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-aks-overview
将Azure Spring Apps API门户迁移到Azure API Managementhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-api-portal
将Azure Spring Apps ACS迁移到Config Server for Springhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-application-configuration-service
将Spring Cloud Config Server迁移到Config Server for Springhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-config-server
将Eureka Server迁移到Container Apps上的Eureka Server for Springhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-eureka
将Spring Cloud Gateway Tanzu迁移到Container Apps上的Gateway for Springhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-gateway
将Application Live View迁移到Managed Admin for Springhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-components-live-view
将Azure Spring Apps的日志和指标映射到Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-monitoring
将Azure Spring Apps自定义虚拟网络迁移到Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-network
决定何时从Azure Spring Apps迁移到Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-overview
为Spring Apps迁移规划Azure Container Apps环境https://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-provision

Architecture & Design Patterns

架构与设计模式

Limits & Quotas

限制与配额

Security

安全

TopicURL
Understand built-in security controls in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/concept-security-controls
Use managed identity from Azure Spring Apps to access Azure SQLhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/connect-managed-identity-to-azure-sql
Expose Azure Spring Apps via Application Gateway with end-to-end TLShttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/expose-apps-gateway-end-to-end-tls
Authenticate Azure Spring Apps CI/CD with Key Vault in GitHub Actionshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/github-actions-key-vault
Secure Config Server and Service Registry with Entra RBAChttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-access-data-plane-azure-ad-rbac
Map and secure custom domains for Azure Spring Apps with TLShttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-custom-domain
Enable ingress-to-app TLS for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-enable-ingress-to-app-tls
Enable system-assigned managed identity in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-enable-system-assigned-managed-identity
Manage user-assigned managed identities for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-manage-user-assigned-managed-identities
Create custom RBAC roles for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-permissions
Use managed identities with Azure Spring Apps applicationshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-use-managed-identities
Use TLS/SSL certificates in Azure Spring Apps applicationshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-use-tls-certificate
Use built-in Azure Policy definitions for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/policy-reference
Apply Azure Policy regulatory compliance controls to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/security-controls-policy
Invoke Azure Functions from Azure Spring Apps using managed identityhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tutorial-managed-identities-functions
Use managed identities to access Key Vault from Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tutorial-managed-identities-key-vault
Expose Azure Spring Apps via Application Gateway TLS terminationhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/expose-apps-gateway-tls-termination
Expose Azure Spring Apps to internet with TLS optionshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-access-app-from-internet-virtual-network
Configure Entra ID SSO for Spring Cloud Gateway and API Portalhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-set-up-sso-with-azure-ad
Configure single sign-on for Azure Spring Apps Enterprise appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-configure-single-sign-on-enterprise
Deploy Entra ID–protected REST API to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-deploy-restful-api-app
Secure Spring Boot communications end-to-end on Azurehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/secure-communications-end-to-end
Migrate custom domain TLS/SSL from Spring Apps to Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-custom-domain
主题链接
了解Azure Spring Apps中的内置安全控制https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/concept-security-controls
使用Azure Spring Apps的托管标识访问Azure SQLhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/connect-managed-identity-to-azure-sql
通过Application Gateway结合端到端TLS暴露Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/expose-apps-gateway-end-to-end-tls
在GitHub Actions中使用Key Vault对Azure Spring Apps CI/CD进行身份验证https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/github-actions-key-vault
使用Entra RBAC保护Config Server和Service Registryhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-access-data-plane-azure-ad-rbac
为Azure Spring Apps映射并保护自定义域名(含TLS)https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-custom-domain
为Azure Spring Apps启用入口到应用的TLShttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-enable-ingress-to-app-tls
在Azure Spring Apps中启用系统分配的托管标识https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-enable-system-assigned-managed-identity
为Azure Spring Apps管理用户分配的托管标识https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-manage-user-assigned-managed-identities
为Azure Spring Apps创建自定义RBAC角色https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-permissions
在Azure Spring Apps应用中使用托管标识https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-use-managed-identities
在Azure Spring Apps应用中使用TLS/SSL证书https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-use-tls-certificate
使用Azure Spring Apps的内置Azure Policy定义https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/policy-reference
对Azure Spring Apps应用Azure Policy合规性控制https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/security-controls-policy
使用托管标识从Azure Spring Apps调用Azure Functionshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tutorial-managed-identities-functions
使用托管标识从Azure Spring Apps访问Key Vaulthttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tutorial-managed-identities-key-vault
通过Application Gateway TLS终止暴露Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/expose-apps-gateway-tls-termination
通过TLS选项将Azure Spring Apps暴露到互联网https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-access-app-from-internet-virtual-network
为Spring Cloud Gateway和API门户配置Entra ID SSOhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-set-up-sso-with-azure-ad
为Azure Spring Apps企业版应用配置单点登录https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-configure-single-sign-on-enterprise
将受Entra ID保护的REST API部署到Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-deploy-restful-api-app
在Azure上保护Spring Boot通信的端到端安全https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/secure-communications-end-to-end
将自定义域名TLS/SSL从Spring Apps迁移到Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-custom-domain

Configuration

配置

TopicURL
Configure private endpoints to access Azure Spring Apps in a VNethttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/access-app-virtual-network
Understand Azure Spring Apps API breaking changeshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/breaking-changes
Configure Spring Boot Actuator for Azure Spring Apps monitoringhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/concept-manage-monitor-app-spring-boot-actuator
Customize Azure Spring Apps egress with user-defined routeshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/concept-outbound-type
Configure diagnostics logs and metrics for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/diagnostic-services
Configure Application Insights Java agent for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-application-insights
Configure managed Spring Cloud Config Server in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-config-server
Configure health probes and graceful termination for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-configure-health-probes-graceful-termination
Customize ingress controller settings in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-configure-ingress
Configure Palo Alto firewall with Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-configure-palo-alto
Configure planned maintenance windows for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-configure-planned-maintenance
Control Azure Spring Apps egress with user-defined routeshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-create-user-defined-route-instance
Configure custom persistent storage for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-custom-persistent-storage
Enable real-time log streaming for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-log-streaming
Map DNS names for multiple Azure Spring Apps instanceshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-map-dns-virtual-network
Identify and configure outbound public IPs for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-outbound-public-ip
Prepare Steeltoe applications for deployment to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-prepare-app-deployment
Manually scale Azure Spring Apps CPU, memory, and instanceshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-scale-manual
Register and discover Spring Boot apps with Azure Spring Apps Service Registryhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-service-registration
Set up autoscale rules for Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-setup-autoscale
Flush and update DNS settings in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-use-flush-dns-settings
Configure Logback to write logs to custom storage in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-write-log-to-custom-persistent-storage
Monitor Azure Spring Apps lifecycle events with Activity Log and Service Healthhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/monitor-app-lifecycle-events
Configure Spring Cloud Config Server in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-setup-config-server
Generate and collect structured application logs in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/structured-app-log
Configure alerts and action groups for Azure Spring Apps monitoringhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tutorial-alerts-action-groups
Configure VMware Spring Cloud Gateway on Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-configure-enterprise-spring-cloud-gateway
Configure VMware Spring Cloud Gateway route filtershttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-configure-enterprise-spring-cloud-gateway-filters
Configure Application Configuration Service for Tanzuhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-application-configuration-service
Configure APM integration and CA certificateshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-configure-apm-integration-and-ca-certificates
Manage job lifecycle in Azure Spring Apps Enterprisehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-manage-job
Use Tanzu Application Accelerator with Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-accelerator
Use Application Live View with Azure Spring Apps Enterprisehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-application-live-view
Configure Tanzu Dev Tools in Azure Spring Apps Enterprisehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-dev-tool-portal
Monitor Azure Spring Apps with Application Live Viewhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/monitor-apps-by-application-live-view
Configure Spring Cloud Gateway request rate limitshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-set-request-rate-limits-enterprise
主题链接
配置专用端点以访问虚拟网络中的Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/access-app-virtual-network
了解Azure Spring Apps API的重大变更https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/breaking-changes
为Azure Spring Apps监控配置Spring Boot Actuatorhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/concept-manage-monitor-app-spring-boot-actuator
使用用户定义路由自定义Azure Spring Apps的出口流量https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/concept-outbound-type
为Azure Spring Apps配置诊断日志和指标https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/diagnostic-services
为Azure Spring Apps配置Application Insights Java代理https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-application-insights
在Azure Spring Apps中配置托管Spring Cloud Config Serverhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-config-server
为Azure Spring Apps配置健康探测和优雅终止https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-configure-health-probes-graceful-termination
在Azure Spring Apps中自定义入口控制器设置https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-configure-ingress
为Azure Spring Apps配置Palo Alto防火墙https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-configure-palo-alto
为Azure Spring Apps配置计划维护窗口https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-configure-planned-maintenance
使用用户定义路由控制Azure Spring Apps的出口流量https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-create-user-defined-route-instance
为Azure Spring Apps配置自定义持久存储https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-custom-persistent-storage
为Azure Spring Apps启用实时日志流式传输https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-log-streaming
为多个Azure Spring Apps实例映射DNS名称https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-map-dns-virtual-network
识别并配置Azure Spring Apps的出口公网IPhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-outbound-public-ip
准备Steeltoe应用以部署到Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-prepare-app-deployment
手动扩展Azure Spring Apps的CPU、内存和实例https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-scale-manual
使用Azure Spring Apps Service Registry注册和发现Spring Boot应用https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-service-registration
为Azure Spring Apps设置自动扩展规则https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-setup-autoscale
在Azure Spring Apps中刷新和更新DNS设置https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-use-flush-dns-settings
配置Logback以将日志写入Azure Spring Apps的自定义存储https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-write-log-to-custom-persistent-storage
使用活动日志和服务运行状况监控Azure Spring Apps的生命周期事件https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/monitor-app-lifecycle-events
在Azure Spring Apps中配置Spring Cloud Config Serverhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-setup-config-server
在Azure Spring Apps中生成并收集结构化应用日志https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/structured-app-log
为Azure Spring Apps监控配置警报和操作组https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tutorial-alerts-action-groups
在Azure Spring Apps上配置VMware Spring Cloud Gatewayhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-configure-enterprise-spring-cloud-gateway
配置VMware Spring Cloud Gateway路由过滤器https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-configure-enterprise-spring-cloud-gateway-filters
为Tanzu配置Application Configuration Servicehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-application-configuration-service
配置APM集成和CA证书https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-configure-apm-integration-and-ca-certificates
在Azure Spring Apps企业版中管理作业生命周期https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-manage-job
在Azure Spring Apps中使用Tanzu Application Acceleratorhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-accelerator
在Azure Spring Apps企业版中使用Application Live Viewhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-application-live-view
在Azure Spring Apps企业版中配置Tanzu Dev Toolshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-dev-tool-portal
使用Application Live View监控Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/monitor-apps-by-application-live-view
为Spring Cloud Gateway配置请求速率限制https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-set-request-rate-limits-enterprise

Integrations & Coding Patterns

集成与编码模式

TopicURL
Monitor Azure Spring Apps with AppDynamics Java agenthttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-appdynamics-java-agent-monitor
Bind Azure Cosmos DB to Azure Spring Apps applicationshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-bind-cosmos
Bind Azure Database for MySQL to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-bind-mysql
Bind Azure Database for PostgreSQL to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-bind-postgres
Connect Azure Cache for Redis to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-bind-redis
Collect Resilience4j circuit breaker metrics with Micrometer and Application Insightshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-circuit-breaker-metrics
Monitor Azure Spring Apps with Dynatrace OneAgenthttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-dynatrace-one-agent-monitor
Monitor Azure Spring Apps with Elastic APM Java agenthttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-elastic-apm-java-agent-monitor
Analyze Azure Spring Apps logs with Elastic Cloudhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-elastic-diagnostic-settings
Monitor Azure Spring Apps with New Relic Java agenthttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-new-relic-monitor
Use gRPC services in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-use-grpc
Integrate Azure Spring Apps with Azure Database for MySQLhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-integrate-azure-database-mysql
Use Netflix Turbine and Hystrix circuit breaker with Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tutorial-circuit-breaker
Use Tanzu Build Service with Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-build-service
Integrate Tanzu Service Registry with Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-service-registry
Use API Portal for Tanzu with Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-enterprise-api-portal
Route app traffic using VMware Spring Cloud Gatewayhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-enterprise-spring-cloud-gateway
Integrate Azure OpenAI with Azure Spring Apps Enterprisehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-fitness-store-azure-openai
Integrate PostgreSQL and Redis with Azure Spring Apps Enterprisehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-integrate-azure-database-and-redis-enterprise
Load Azure Spring Apps secrets from Key Vaulthttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-key-vault-enterprise
Integrate Application Insights and APM agents into container imageshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-build-application-performance-monitoring
主题链接
使用AppDynamics Java代理监控Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-appdynamics-java-agent-monitor
将Azure Cosmos DB绑定到Azure Spring Apps应用https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-bind-cosmos
将Azure Database for MySQL绑定到Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-bind-mysql
将Azure Database for PostgreSQL绑定到Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-bind-postgres
将Azure Cache for Redis连接到Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-bind-redis
使用Micrometer和Application Insights收集Resilience4j断路器指标https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-circuit-breaker-metrics
使用Dynatrace OneAgent监控Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-dynatrace-one-agent-monitor
使用Elastic APM Java代理监控Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-elastic-apm-java-agent-monitor
使用Elastic Cloud分析Azure Spring Apps日志https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-elastic-diagnostic-settings
使用New Relic Java代理监控Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-new-relic-monitor
在Azure Spring Apps中使用gRPC服务https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-use-grpc
将Azure Spring Apps与Azure Database for MySQL集成https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-integrate-azure-database-mysql
在Azure Spring Apps中使用Netflix Turbine和Hystrix断路器https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/tutorial-circuit-breaker
在Azure Spring Apps中使用Tanzu Build Servicehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-build-service
将Tanzu Service Registry与Azure Spring Apps集成https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-service-registry
在Azure Spring Apps中使用API Portal for Tanzuhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-enterprise-api-portal
使用VMware Spring Cloud Gateway路由应用流量https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-use-enterprise-spring-cloud-gateway
将Azure OpenAI与Azure Spring Apps企业版集成https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-fitness-store-azure-openai
将PostgreSQL和Redis与Azure Spring Apps企业版集成https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-integrate-azure-database-and-redis-enterprise
从Key Vault加载Azure Spring Apps机密https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-key-vault-enterprise
将Application Insights和APM代理集成到容器镜像中https://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-build-application-performance-monitoring

Deployment

部署

TopicURL
Use Azure Pipelines task to deploy to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-cicd
Deploy Azure Spring Apps into a virtual network (VNet injection)https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-deploy-in-azure-virtual-network
Deploy custom container images to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-deploy-with-custom-container-image
Build CI/CD for Azure Spring Apps with GitHub Actionshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-github-actions
Deploy Spring Boot applications from source using Azure CLI to Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-launch-from-source
Configure Maven plugin to deploy Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-maven-deploy-apps
Move Azure Spring Apps instances across regionshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-move-across-regions
Set up a staging environment using blue-green deployments in Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-staging-environment
Deploy Azure Spring Apps into a virtual network using ARM templateshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet
Provision Azure Spring Apps in a virtual network using Azure CLIhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-azure-cli
Deploy Azure Spring Apps into a virtual network using Bicephttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-bicep
Provision Azure Spring Apps in a virtual network using Terraformhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-terraform
Deploy polyglot apps on Azure Spring Apps Enterprisehttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-deploy-polyglot-apps
Deploy static web files with Tanzu Web Servers buildpackhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-deploy-static-file
Build and deploy apps to Azure Spring Apps Enterprise planhttps://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-deploy-apps-enterprise
Use automation tools and CI/CD for Azure Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-automation
Implement blue-green deployments with Azure Container Appshttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-blue-green
主题链接
使用Azure Pipelines任务部署到Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-cicd
将Azure Spring Apps部署到虚拟网络(VNet注入)https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-deploy-in-azure-virtual-network
将自定义容器镜像部署到Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-deploy-with-custom-container-image
使用GitHub Actions为Azure Spring Apps构建CI/CDhttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-github-actions
使用Azure CLI从源代码部署Spring Boot应用到Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-launch-from-source
配置Maven插件以部署Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-maven-deploy-apps
跨区域迁移Azure Spring Apps实例https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-move-across-regions
在Azure Spring Apps中使用蓝绿部署设置 staging环境https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/how-to-staging-environment
使用ARM模板将Azure Spring Apps部署到虚拟网络https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet
使用Azure CLI在虚拟网络中部署Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-azure-cli
使用Bicep将Azure Spring Apps部署到虚拟网络https://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-bicep
使用Terraform在虚拟网络中部署Azure Spring Appshttps://learn.microsoft.com/en-us/azure/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-terraform
在Azure Spring Apps企业版上部署多语言应用https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-deploy-polyglot-apps
使用Tanzu Web Servers构建包部署静态Web文件https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/how-to-enterprise-deploy-static-file
构建并部署应用到Azure Spring Apps企业版计划https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/quickstart-deploy-apps-enterprise
为Azure Container Apps使用自动化工具和CI/CDhttps://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-automation
在Azure Container Apps中实现蓝绿部署https://learn.microsoft.com/en-us/azure/spring-apps/migration/migrate-to-azure-container-apps-blue-green