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: src/main/webapp/app/home/azure-generator/azure-generator.component.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
<divclass="row" generator-header>
3
3
<divclass="col-md-12">
4
4
<divclass="alert alert-info" role="alert">
5
-
<p>Generated applications can be deployed on <ahref="https://azure.microsoft.com/products/spring-apps/" target="_blank">Azure Spring Apps</a> in a few easy steps, please refer to the readme file in the generated project for the deployment guide.</p>
6
-
<p>Detailed documentation is also available <ahref="https://learn.microsoft.com/azure/spring-apps/quickstart-deploy-web-app?pivots=sc-consumption-plan&tabs=Azure-Developer-CLI" target="_blank">here</a>.</p>
5
+
<p>Generated applications can be deployed on <ahref="https://azure.microsoft.com/products/container-apps/" target="_blank">Azure Container Apps</a> in a few easy steps, please refer to the readme file in the generated project for the deployment guide.</p>
6
+
<p>Detailed documentation is also available <ahref="https://learn.microsoft.com/azure/container-apps" target="_blank">here</a>.</p>
7
7
</div>
8
8
</div>
9
9
<divclass="col-md-12">
@@ -15,7 +15,7 @@
15
15
<p>Please note that the current version of this form only supports the following selections within NubesGen:</p>
<li>Database: <b>Azure Database for PostgreSQL</b></li>
18
+
<li>Database: <b>Azure Database for PostgreSQL</b> and <b>Azure Cosmos DB</b></li>
19
19
</ul>
20
20
<p>
21
21
Services, Databases and selections not listed above are currently not supported and code will not be generated by this form if provisioned within NubesGen.
@@ -32,7 +32,7 @@ <h4>More details</h4>
32
32
<b>Maven</b> will be the build tool used for the project.<br>
33
33
<b>React</b> will be the default front-end framework used for the project.<br>
34
34
<b>PostgreSQL</b> will default to passwordless database connections as it's more secure option.<br>
35
-
The blueprint <ahref="https://github.com/Azure/generator-jhipster-azure-spring-apps"><b>generator-jhipster-azure-spring-apps</b></a> will be added.<br>
35
+
The blueprint <ahref="https://github.com/Azure/generator-jhipster-azure-container-apps"><b>generator-jhipster-azure-container-apps</b></a> will be added.<br>
0 commit comments