Skip to content

Commit a777a2e

Browse files
committed
use keyboard styling
1 parent d8697e7 commit a777a2e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/azure-functions/durable/quickstart-js-vscode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To complete this tutorial:
5454

5555
In this section, you use Visual Studio Code to create a local Azure Functions project.
5656

57-
1. In Visual Studio Code, press F1 (or Ctrl/Cmd+Shift+P) to open the command palette. In the command palette, search for and select `Azure Functions: Create New Project...`.
57+
1. In Visual Studio Code, press <kbd>F1</kbd> (or <kbd>Ctrl/Cmd+Shift+P</kbd>) to open the command palette. In the command palette, search for and select `Azure Functions: Create New Project...`.
5858

5959
![Create function](media/quickstart-js-vscode/functions-create-project.png)
6060

@@ -297,9 +297,9 @@ After you've verified that the function runs correctly on your local computer, i
297297
298298
To enable your V4 programming model app to run in Azure, you need to add the `EnableWorkerIndexing` flag under the `AzureWebJobsFeatureFlags` app setting.
299299
300-
1. In Visual Studio Code, press **F1** to open the command palette. In the command palette, search for and select `Azure Functions: Add New Setting...`.
301-
2. Choose your new function app, type `AzureWebJobsFeatureFlags` for the new app setting name, and press **Enter**.
302-
3. For the value, type `EnableWorkerIndexing` and press **Enter**.
300+
1. In Visual Studio Code, press <kbd>F1</kbd> to open the command palette. In the command palette, search for and select `Azure Functions: Add New Setting...`.
301+
2. Choose your new function app, type `AzureWebJobsFeatureFlags` for the new app setting name, and press <kbd>Enter</kbd>.
302+
3. For the value, type `EnableWorkerIndexing` and press <kbd>Enter</kbd>.
303303
304304
::: zone-end
305305

articles/azure-functions/durable/quickstart-ts-vscode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To complete this tutorial:
5555

5656
In this section, you use Visual Studio Code to create a local Azure Functions project.
5757

58-
1. In Visual Studio Code, press F1 (or Ctrl/Cmd+Shift+P) to open the command palette. In the command palette, search for and select `Azure Functions: Create New Project...`.
58+
1. In Visual Studio Code, press <kbd>F1</kbd> (or <kbd>Ctrl/Cmd+Shift+P</kbd>) to open the command palette. In the command palette, search for and select `Azure Functions: Create New Project...`.
5959

6060
![Create function](media/quickstart-js-vscode/functions-create-project.png)
6161

@@ -299,9 +299,9 @@ After you've verified that the function runs correctly on your local computer, i
299299
300300
To enable your V4 programming model app to run in Azure, you need to add the `EnableWorkerIndexing` flag under the `AzureWebJobsFeatureFlags` app setting.
301301
302-
1. In Visual Studio Code, press **F1** to open the command palette. In the command palette, search for and select `Azure Functions: Add New Setting...`.
303-
2. Choose your new function app, type `AzureWebJobsFeatureFlags` for the new app setting name, and press **Enter**.
304-
3. For the value, type `EnableWorkerIndexing` and press **Enter**.'
302+
1. In Visual Studio Code, press <kbd>F1</kbd> to open the command palette. In the command palette, search for and select `Azure Functions: Add New Setting...`.
303+
2. Choose your new function app, type `AzureWebJobsFeatureFlags` for the new app setting name, and press <kbd>Enter</kbd>.
304+
3. For the value, type `EnableWorkerIndexing` and press <kbd>Enter</kbd>.'
305305
306306
::: zone-end
307307

0 commit comments

Comments
 (0)