Skip to content

Commit 4b567eb

Browse files
committed
edit pass: app-articles-batch-10
1 parent 1d30a2f commit 4b567eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/availability-azure-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ This article explains how to create an Azure function with `TrackAvailability()`
3535
- By default, when you're creating your Azure Functions application, it will create an Application Insights resource for you. Follow the instructions on how to [create an Azure Functions resource](../../azure-functions/functions-create-scheduled-function.md#create-a-function-app).
3636

3737
> [!NOTE]
38-
> You can host your functions on a Consumption, Premium, or App Service plan. If you're testing behind a virtual network or testing non-public endpoints, you'll need to use the Premium plan in place of the Consumption plan. Select your plan on the **Hosting** tab. Ensure the latest .NET version is selected when you create the function app.
38+
> You can host your functions on a Consumption, Premium, or App Service plan. If you're testing behind a virtual network or testing nonpublic endpoints, you'll need to use the Premium plan in place of the Consumption plan. Select your plan on the **Hosting** tab. Ensure the latest .NET version is selected when you create the function app.
3939
1. Create a timer trigger function.
4040
1. In your function app, select the **Functions** tab.
41-
1. Select **Add**. On the **Add function** tab, select the following configurations:
41+
1. Select **Add**. On the **Add function** pane, select the following configurations:
4242
1. **Development environment**: **Develop in portal**
4343
1. **Select a template**: **Timer trigger**
4444
1. Select **Add** to create the timer trigger function.
@@ -81,7 +81,7 @@ To create a new file, right-click under your timer trigger function (for example
8181
}
8282
```
8383

84-
1. Copy the following code into the **run.csx** file (replace the preexisting code):
84+
1. Copy the following code into the **run.csx** file (you'll replace the preexisting code):
8585

8686
```csharp
8787
#load "runAvailabilityTest.csx"

0 commit comments

Comments
 (0)