You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/quickstart-js-vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ To complete this tutorial:
54
54
55
55
In this section, you use Visual Studio Code to create a local Azure Functions project.
56
56
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...`.
@@ -297,9 +297,9 @@ After you've verified that the function runs correctly on your local computer, i
297
297
298
298
To enable your V4 programming model app to run in Azure, you need to add the `EnableWorkerIndexing` flag under the `AzureWebJobsFeatureFlags` app setting.
299
299
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>.
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/quickstart-ts-vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ To complete this tutorial:
55
55
56
56
In this section, you use Visual Studio Code to create a local Azure Functions project.
57
57
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...`.
@@ -299,9 +299,9 @@ After you've verified that the function runs correctly on your local computer, i
299
299
300
300
To enable your V4 programming model app to run in Azure, you need to add the `EnableWorkerIndexing` flag under the `AzureWebJobsFeatureFlags` app setting.
301
301
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>.'
0 commit comments