Update functions tutorial to match current UI.
The Functions tutorial was using screenshots of the older explorer UI and HTTP Function code. This corrects that.
|
@ -10,7 +10,7 @@ DateApproved: 2/9/2018
|
|||
|
||||
First, create a local Azure Functions application. An Azure Functions app can contain many Functions with various triggers - this tutorial focuses on HTTP triggers, which allow you to handle to incoming HTTP traffic.
|
||||
|
||||
In VS Code, expand the **AZURE FUNCTIONS** explorer and click the **Create Project** icon.
|
||||
In the Activity Bar, click on the Azure logo to show the **AZURE Functions** explorer and click the **Create Project** icon.
|
||||
|
||||
![Create Local App](images/functions-extension/create-function-app-project.png)
|
||||
|
||||
|
@ -18,7 +18,7 @@ Choose an empty directory for the app then select JavaScript for the language of
|
|||
|
||||
![Select Language](images/functions-extension/create-function-app-project-language.png)
|
||||
|
||||
VS Code will reload and your new local Functions app will be loaded into your workspace.
|
||||
When prompted, choose **Open in current window** and VS Code will reload with your new Functions app in the workspace.
|
||||
|
||||
Next, add an HTTP trigger Function to your app.
|
||||
|
||||
|
|
До Ширина: | Высота: | Размер: 5.5 KiB После Ширина: | Высота: | Размер: 28 KiB |
До Ширина: | Высота: | Размер: 14 KiB После Ширина: | Высота: | Размер: 26 KiB |
Двоичные данные
tutorials/images/functions-extension/create-function.png
До Ширина: | Высота: | Размер: 4.9 KiB После Ширина: | Высота: | Размер: 24 KiB |
Двоичные данные
tutorials/images/functions-extension/functions-vscode-intro.png
До Ширина: | Высота: | Размер: 54 KiB После Ширина: | Высота: | Размер: 150 KiB |