Skip to content

Commit 43b4d58

Browse files
Apply suggestions from code review
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 3689e13 commit 43b4d58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-functions/functions-create-maven-intellij.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,22 @@ To debug the project locally, follow these steps:
9898

9999
In this section, you will create a function app and related resources in your Azure subscription.
100100

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**.
102102

103103
2. Check the box for **More Settings** and provide the following information at the prompts:
104104

105105
|Prompt|Selection|
106106
|--|--|
107107
|**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. |
110110
|**Platform**| Choose the platform with 'Windows-Java 17' or another platform as appropriate. |
111111
|**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. |
113113
|**Plan**| Choose the App Service plan pricing tier you want to use. Or click **+** to create a new App Service plan. |
114114

115115
> [!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.
117117
118118
3. Click **OK**. A notification will be displayed after your function app is created.
119119

@@ -125,7 +125,7 @@ To deploy your project to Azure, follow these steps:
125125

126126
:::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":::
127127

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.
129129

130130
:::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":::
131131

0 commit comments

Comments
 (0)