This commit is contained in:
Sarah Dutkiewicz 2021-12-27 15:32:39 -05:00
Родитель 2587d2c244
Коммит ffe7b34798
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -32,11 +32,13 @@ Microsoft and the trademarks listed at <https://www.microsoft.com/legal/intellec
- [Solution architecture](#solution-architecture)
- [Requirements](#requirements)
- [Exercise 1: Develop and publish the photo processing and data export functions](#exercise-1-develop-and-publish-the-photo-processing-and-data-export-functions)
- [Help references](#help-references)
- [Task 1: Connect to the Lab VM](#task-1-connect-to-the-lab-vm)
- [Task 2: Open the starter solution in Visual Studio](#task-2-open-the-starter-solution-in-visual-studio)
- [Task 3: Finish the ProcessImage function](#task-3-finish-the-processimage-function)
- [Task 4: Publish the Function App from Visual Studio](#task-4-publish-the-function-app-from-visual-studio)
- [Exercise 2: Create functions in the portal](#exercise-2-create-functions-in-the-portal)
- [Help references](#help-references-1)
- [Task 1: Create a function to save license plate data to Azure Cosmos DB](#task-1-create-a-function-to-save-license-plate-data-to-azure-cosmos-db)
- [Task 2: Add an Event Grid subscription to the SavePlateData function](#task-2-add-an-event-grid-subscription-to-the-saveplatedata-function)
- [Task 3: Add an Azure Cosmos DB output to the SavePlateData function](#task-3-add-an-azure-cosmos-db-output-to-the-saveplatedata-function)
@ -44,13 +46,17 @@ Microsoft and the trademarks listed at <https://www.microsoft.com/legal/intellec
- [Task 5: Add an Event Grid subscription to the QueuePlateForManualCheckup function](#task-5-add-an-event-grid-subscription-to-the-queueplateformanualcheckup-function)
- [Task 6: Add an Azure Cosmos DB output to the QueuePlateForManualCheckup function](#task-6-add-an-azure-cosmos-db-output-to-the-queueplateformanualcheckup-function)
- [Exercise 3: Monitor your functions with Application Insights](#exercise-3-monitor-your-functions-with-application-insights)
- [Help references](#help-references-2)
- [Task 1: Use the Live Metrics Stream to monitor functions in real-time](#task-1-use-the-live-metrics-stream-to-monitor-functions-in-real-time)
- [Task 2: Observe your functions dynamically scaling when resource-constrained](#task-2-observe-your-functions-dynamically-scaling-when-resource-constrained)
- [Exercise 4: Explore your data in Azure Cosmos DB](#exercise-4-explore-your-data-in-azure-cosmos-db)
- [Help references](#help-references-3)
- [Task 1: Use the Azure Cosmos DB Data Explorer](#task-1-use-the-azure-cosmos-db-data-explorer)
- [Exercise 5: Create the data export workflow](#exercise-5-create-the-data-export-workflow)
- [Help references](#help-references-4)
- [Task 1: Create the Logic App](#task-1-create-the-logic-app)
- [Exercise 6: Configure continuous deployment for your Function App](#exercise-6-configure-continuous-deployment-for-your-function-app)
- [Help references](#help-references-5)
- [Task 1: Add git repository to your Visual Studio solution and deploy to GitHub](#task-1-add-git-repository-to-your-visual-studio-solution-and-deploy-to-github)
- [Task 2: Configure your Function App to use your GitHub repository for continuous deployment](#task-2-configure-your-function-app-to-use-your-github-repository-for-continuous-deployment)
- [Task 3: Finish your ExportLicensePlates function code and push changes to GitHub to trigger deployment](#task-3-finish-your-exportlicenseplates-function-code-and-push-changes-to-github-to-trigger-deployment)
@ -876,7 +882,7 @@ In this exercise, configure your Function App that contains the ProcessImage fun
11. On the YML file screen, select the pencil icon to edit the document inline.
![The YML file screen displays with the pencil icon highlighted.](media/edit_yml_file_menu.png "YML file")
![The YML file screen displays with the pencil icon highlighted.](media/edit_yml_file_menu_main.png "YML file")
12. On line 14, change the **DOTNET_VERSION** value to **'3.1.x'**. Be sure not to edit the structure of this file, **ONLY** change the value. Then select **Start commit**.

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 43 KiB

После

Ширина:  |  Высота:  |  Размер: 43 KiB