Skip to content

Commit a36a962

Browse files
authored
Update tutorial-serverless-notification.md
add space to align
1 parent eb24f49 commit a36a962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ Use the following commands to create these item.
376376
```bash
377377
az functionapp create --resource-group WebPubSubFunction --consumption-plan-location <REGION> --runtime dotnet --functions-version 3 --name <FUNCIONAPP_NAME> --storage-account <STORAGE_NAME>
378378
```
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.
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)