Skip to content

Commit cf21059

Browse files
Update articles/azure-monitor/app/availability-azure-functions.md
1 parent 6926316 commit cf21059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article will cover how to create an Azure Function with TrackAvailability()
1212

1313
> [!NOTE]
1414
> This example is designed solely to show you the mechanics of how the TrackAvailability() API call works within an Azure Function. Not how to write the underlying HTTP Test code/business logic that would be required to turn this into a fully functional availability test. By default if you walk through this example you will be creating a basic availability HTTP GET test.
15-
> To follow these instructions you must use the [Dedicated Plan](https://docs.microsoft.com/en-us/azure/azure-functions/dedicated-plan) to allow editing code in the App Service Editor
15+
> To follow these instructions, you must use the [dedicated plan](https://docs.microsoft.com/azure/azure-functions/dedicated-plan) to allow editing code in App Service Editor.
1616
1717
## Create a timer trigger function
1818

0 commit comments

Comments
 (0)