Skip to content

Commit 1ebdf5a

Browse files
authored
Merge pull request #214808 from SteveSaunders1952/v-ssaunders-yilims
Edit of Public document for static files deployment
2 parents b0004f6 + 8e0cb8b commit 1ebdf5a

File tree

5 files changed

+181
-28
lines changed

5 files changed

+181
-28
lines changed

articles/spring-apps/how-to-enterprise-build-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The following list shows the Tanzu Buildpacks available in Azure Spring Apps Ent
5252
- tanzu-buildpacks/java-azure
5353
- tanzu-buildpacks/dotnet-core
5454
- tanzu-buildpacks/go
55+
- tanzu-buildpacks/web-servers
5556
- tanzu-buildpacks/nodejs
5657
- tanzu-buildpacks/python
5758

@@ -145,6 +146,7 @@ Not all Tanzu Buildpacks support all service binding types. The following table
145146
|Go ||||||
146147
|Python||||||
147148
|NodeJS||||||
149+
|[WebServers](how-to-enterprise-deploy-static-file.md)||||||
148150

149151
To edit service bindings for the builder, select **Edit**. After a builder is bound to the service bindings, the service bindings are enabled for an app deployed with the builder.
150152

articles/spring-apps/how-to-enterprise-deploy-non-java-apps.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -52,34 +52,34 @@ Your application must conform to the following restrictions:
5252

5353
The following table indicates the features supported for each language.
5454

55-
| Feature | Java | Python | Node | .NET Core | Go |
56-
|-----------------------------------------------------------------|------|--------|------|-----------|----|
57-
| App lifecycle management | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
58-
| Assign endpoint | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
59-
| Azure Monitor | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
60-
| Out of box APM integration | ✔️ |||||
61-
| Blue/green deployment | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
62-
| Custom domain | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
63-
| Scaling - auto scaling | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
64-
| Scaling - manual scaling (in/out, up/down) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
65-
| Managed Identity | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
66-
| API portal for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
67-
| Spring Cloud Gateway for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
68-
| Application Configuration Service for VMware Tanzu® | ✔️ |||||
69-
| VMware Tanzu® Service Registry | ✔️ |||||
70-
| VNET | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
71-
| Outgoing IP Address | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
72-
| E2E TLS | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
73-
| Advanced troubleshooting - thread/heap/JFR dump | ✔️ |||||
74-
| Bring your own storage | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
75-
| Integrate service binding with Resource Connector | ✔️ |||||
76-
| Availability Zone | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
77-
| App Lifecycle events | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
78-
| Reduced app size - 0.5 vCPU and 512 MB | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
79-
| Automate app deployments with Terraform and Azure Pipeline Task | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
80-
| Soft Deletion | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
81-
| Interactive diagnostic experience (AppLens-based) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
82-
| SLA | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
55+
| Feature | Java | Python | Node | .NET Core | Go |[Static Files](how-to-enterprise-deploy-static-file.md)|
56+
|-----------------------------------------------------------------|------|--------|------|-----------|----|-----------|
57+
| App lifecycle management | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
58+
| Assign endpoint | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
59+
| Azure Monitor | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
60+
| Out of box APM integration | ✔️ ||||||
61+
| Blue/green deployment | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
62+
| Custom domain | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
63+
| Scaling - auto scaling | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
64+
| Scaling - manual scaling (in/out, up/down) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
65+
| Managed Identity | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
66+
| API portal for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
67+
| Spring Cloud Gateway for VMware Tanzu® | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
68+
| Application Configuration Service for VMware Tanzu® | ✔️ ||||||
69+
| VMware Tanzu® Service Registry | ✔️ ||||||
70+
| VNET | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
71+
| Outgoing IP Address | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
72+
| E2E TLS | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
73+
| Advanced troubleshooting - thread/heap/JFR dump | ✔️ ||||||
74+
| Bring your own storage | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
75+
| Integrate service binding with Resource Connector | ✔️ ||||||
76+
| Availability Zone | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
77+
| App Lifecycle events | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
78+
| Reduced app size - 0.5 vCPU and 512 MB | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
79+
| Automate app deployments with Terraform and Azure Pipeline Task | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
80+
| Soft Deletion | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
81+
| Interactive diagnostic experience (AppLens-based) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
82+
| SLA | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
8383

8484
## Next steps
8585

0 commit comments

Comments
 (0)