Skip to content

Commit fa06eb4

Browse files
authored
Update quickstart-serverless.md
add spaces to align.
1 parent a36a962 commit fa06eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)