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: articles/azure-functions/functions-create-maven-intellij.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,22 +98,22 @@ To debug the project locally, follow these steps:
98
98
99
99
In this section, you will create a function app and related resources in your Azure subscription.
100
100
101
-
1. Right-click on Function App within Azure Explorer in your IDEA and select **Create**.
101
+
1. Right-click on **Function App** within Azure Explorer in your IDEA and select **Create**.
102
102
103
103
2. Check the box for **More Settings** and provide the following information at the prompts:
104
104
105
105
|Prompt|Selection|
106
106
|--|--|
107
107
|**Subscription**| Choose the subscription to use. |
108
-
|**Resource Group**|Choose the resource group for your Function App.|
109
-
|**Name**| Specify the name for a new Function App. Here you can accept the default value. |
108
+
|**Resource Group**|Choose the resource group for your function app.|
109
+
|**Name**| Specify the name for a new function app. Here you can accept the default value. |
110
110
|**Platform**| Choose the platform with 'Windows-Java 17' or another platform as appropriate. |
111
111
|**Region**| For better performance, choose a [region](https://azure.microsoft.com/regions/) near you. |
112
-
|**Hosting Options**| Choose the Hosting Options for your Function App. |
112
+
|**Hosting Options**| Choose a hosting option for your function app. |
113
113
|**Plan**| Choose the App Service plan pricing tier you want to use. Or click **+** to create a new App Service plan. |
114
114
115
115
> [!IMPORTANT]
116
-
> The Flex Consumption plan is [in preview](../../../includes/functions-flex-preview-note.md). You can select the option to choose **Flex Consumption**when you create a new App Service plan.
116
+
> You can choose the **Flex Consumption**option to create your app in the Flex Consumption plan. The [Flex Consumption plan](flex-consumption-plan.md) is currently in preview.
117
117
118
118
3. Click **OK**. A notification will be displayed after your function app is created.
119
119
@@ -125,7 +125,7 @@ To deploy your project to Azure, follow these steps:
125
125
126
126
:::image type="content" source="media/functions-create-first-java-intellij/deploy-functions-to-azure.png" alt-text="Deploy project to Azure." lightbox="media/functions-create-first-java-intellij/deploy-functions-to-azure.png":::
127
127
128
-
1. You can select the Function App from the previous section. To create a new one, click**+** in the *Function* line. Type in the function app name and choose proper platform. Here you can accept the default value. Click**OK** and the new function app you created will be automatically selected. Click**Run** to deploy your functions.
128
+
1. You can select the function app from the previous section. To create a new one, select**+** in the *Function* line. Type in the function app name and choose proper platform. Here you can accept the default value. Select**OK** and the new function app you created will be automatically selected. Select**Run** to deploy your functions.
129
129
130
130
:::image type="content" source="media/functions-create-first-java-intellij/deploy-functions-create-app.png" alt-text="Create function app in Azure." lightbox="media/functions-create-first-java-intellij/deploy-functions-create-app.png":::
0 commit comments