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
The following list describes the command interactions:
35
35
36
-
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
37
-
- **Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
36
+
-**OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
37
+
-**Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
38
38
39
39
The console outputs messages similar to the following example:
40
40
41
41
```output
42
42
Initializing a new project (azd init)
43
-
43
+
44
44
(✓) Done: Initialized git repository
45
45
(✓) Done: Downloading template code to: <your-local-path>
46
46
Enter a new environment name: <your-env-name>
@@ -79,16 +79,16 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
79
79
azd config set alpha.springapp on
80
80
```
81
81
82
-
1. Use the following command to package a deployable copy of your application, provision the template's infrastructure to Azure, and deploy the application code to those newly provisioned resources:
82
+
1. Use the following command to provision the template's infrastructure to Azure:
83
83
84
84
```bash
85
85
azd provision
86
86
```
87
87
88
88
The following list describes the command interactions:
89
89
90
-
- **Select an Azure Subscription to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
91
-
- **Select an Azure location to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
90
+
-**Select an Azure Subscription to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
91
+
-**Select an Azure location to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
92
92
93
93
The console outputs messages similar to the following example:
94
94
@@ -119,22 +119,22 @@ Use the following steps to deploy using the [Maven plugin for Azure Spring Apps]
119
119
120
120
The following list describes the command interactions:
121
121
122
-
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
123
-
- **Select subscription**: Select the subscription list number of the Azure Spring Apps instance you created, which defaults to the first subscription in the list. If you use the default number, press <kbd>Enter</kbd> directly.
124
-
- **Select Azure Spring Apps for deployment**: Select the list number of the Azure Spring Apps instance you created. If you use the default number, press <kbd>Enter</kbd> directly.
125
-
- **Input the app name**: Provide an app name. If you use the default project artifact ID, press <kbd>Enter</kbd> directly.
126
-
- **Expose public access for this app (boot-for-azure)?**: Press <kbd>y</kbd>.
127
-
- **Confirm to save all the above configurations (Y/n)**: Press <kbd>y</kbd>. If you press <kbd>n</kbd>, the configuration isn't saved in the POM files.
122
+
-**OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
123
+
-**Select subscription**: Select the subscription list number of the Azure Spring Apps instance you created, which defaults to the first subscription in the list. If you use the default number, press <kbd>Enter</kbd> directly.
124
+
-**Select Azure Spring Apps for deployment**: Select the list number of the Azure Spring Apps instance you created. If you use the default number, press <kbd>Enter</kbd> directly.
125
+
-**Input the app name**: Provide an app name. If you use the default project artifact ID, press <kbd>Enter</kbd> directly.
126
+
-**Expose public access for this app (boot-for-azure)?**: Press <kbd>y</kbd>.
127
+
-**Confirm to save all the above configurations (Y/n)**: Press <kbd>y</kbd>. If you press <kbd>n</kbd>, the configuration isn't saved in the POM files.
> You can also use `azd up` to combine the previous three commands: `azd package` (packages a deployable copy of your application), `azd provision` (provisions Azure resources), and `azd deploy` (deploys application code). For more information, see [spring-guides/gs-spring-boot-for-azure](https://github.com/spring-guides/gs-spring-boot-for-azure).
184
+
> You can also use `azd up` to combine the previous three commands: `azd provision` (provisions Azure resources), `azd package` (packages a deployable copy of your application), and `azd deploy` (deploys application code). For more information, see [spring-guides/gs-spring-boot-for-azure](https://github.com/spring-guides/gs-spring-boot-for-azure).
0 commit comments