Skip to content

Commit c316591

Browse files
authored
Merge pull request #189911 from JialinXin/patch-4
[WebPubSub] Correct notes location.
2 parents 7029f58 + af80f18 commit c316591

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-web-pubsub/quickstart-serverless.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,14 @@ Use the following commands to create these items.
383383
```bash
384384
az functionapp create --resource-group WebPubSubFunction --consumption-plan-location <REGION> --runtime node --runtime-version 14 --functions-version 3 --name <FUNCIONAPP_NAME> --storage-account <STORAGE_NAME>
385385
```
386+
> [!NOTE]
387+
> If you're running the function version other than v3.0, please check [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages) to set `--runtime-version` parameter to supported value.
386388
387389
# [C#](#tab/csharp)
388390
389391
```bash
390392
az functionapp create --resource-group WebPubSubFunction --consumption-plan-location <REGION> --runtime dotnet --functions-version 3 --name <FUNCIONAPP_NAME> --storage-account <STORAGE_NAME>
391393
```
392-
> [!NOTE]
393-
> If you're running the function version other than v3.0, please check [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages) to set `--runtime` parameter to supported value.
394394
395395
1. Deploy the function project to Azure:
396396

articles/azure-web-pubsub/tutorial-serverless-notification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,14 +370,14 @@ Use the following commands to create these item.
370370
```bash
371371
az functionapp create --resource-group WebPubSubFunction --consumption-plan-location <REGION> --runtime node --runtime-version 14 --functions-version 3 --name <FUNCIONAPP_NAME> --storage-account <STORAGE_NAME>
372372
```
373+
> [!NOTE]
374+
> If you're running the function version other than v3.0, please check [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages) to set `--runtime-version` parameter to supported value.
373375
374376
# [C#](#tab/csharp)
375377
376378
```bash
377379
az functionapp create --resource-group WebPubSubFunction --consumption-plan-location <REGION> --runtime dotnet --functions-version 3 --name <FUNCIONAPP_NAME> --storage-account <STORAGE_NAME>
378380
```
379-
> [!NOTE]
380-
> If you're running the function version other than v3.0, please check [Azure Functions runtime versions documentation](../azure-functions/functions-versions.md#languages) to set `--runtime` parameter to supported value.
381381
382382
1. Deploy the function project to Azure:
383383

0 commit comments

Comments
 (0)