From 9986e9846c4031a1a6b6ec8277300d09f42ea236 Mon Sep 17 00:00:00 2001 From: Tomasz Masternak Date: Thu, 11 Apr 2024 12:02:20 +0200 Subject: [PATCH] Update README.md --- azure-functions-cs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-functions-cs/README.md b/azure-functions-cs/README.md index adc133b..9a2ab5d 100644 --- a/azure-functions-cs/README.md +++ b/azure-functions-cs/README.md @@ -38,7 +38,8 @@ Any code executing in the `Once` method is deduplicated and produces determinist ### Exercise -> **_NOTE:_** Use the [requests.http](./requests.http) to trigger http requests to our functions app. +> [!NOTE] +> Use the [requests.http](./requests.http) to trigger http requests to our functions app. * We would like to extend our sample application by storing the game leader board in Azure blob whenever a game ends. * Let's start by adding new `SaveLeaderBoard` command