Skip to content

Commit 1ab8397

Browse files
authored
Add Azure to menu (jhipster#698)
* Add Azure to menu * Rephrase titles
1 parent 014ff08 commit 1ab8397

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/Features/azure.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# Deploy in Azure App using Terraform
1+
# Azure
22

3+
## Deploy using Terraform
34
Currently supports only monolithic app with SQL Server as database (support for other databases are WIP). Terraform scripts will create Azure App Service, Azure SQL Server
45

5-
## Prerequisites
6+
### Prerequisites
67
1. [Docker](https://www.docker.com/products/docker-desktop) installed with docker-compose and have push access to any of the docker repository like docker hub or Azure container registry.
78
2. [Azure CLI](https://docs.microsoft.com/fr-fr/cli/azure/install-azure-cli) installed on your system. Terraform will require it to authenticate in Azure subscription.
89
3. [Terraform CLI](https://www.terraform.io/downloads.html) installed on your system.
910

10-
## Steps to follow:
11+
### Steps to follow
1112
1. Execute generate app command and select app as Monolithic with Microsoft SQL server as database. Select **yes** to generate Terraform scripts. (_default:_ is _No_)
1213
![use-azure](../assets/use-azure.png)
1314

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ You can also find lot of information in https://www.jhipster.tech
2323
:hidden:
2424
:caption: Features
2525

26+
Features/azure
2627
Features/fronts
2728
Features/services
2829
Features/dto

0 commit comments

Comments
 (0)