Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.45 KB

05-Deployment.md

File metadata and controls

33 lines (22 loc) · 1.45 KB

Challenge 5 - Deployment

Prerequisities

  1. Challenge 4 - Configuration should be done successfuly.

Introduction

In this challenge, you will deploy the VS project to Azure.

  1. Deploy the Tollbooth project to the "App" function app you created earlier

Make sure the publish is successful before moving to the next step

  1. In the portal, add the event grid subscription to the "Process Image" function
  • Event Schema: Event Grid Schema.
  • Topic Type : Storage Accounts.
  • Resource : The first storage account you created.
  • Event type : Blob Created only
  • Endpoint type : Leave as is

Success Criteria

  1. The solution successfully deploys to Azure

Tips

Description Links
Deploy Functions to Azure https://www.thebestcsharpprogrammerintheworld.com/2018/08/21/deploy-an-azure-function-created-from-visual-studio-2/
Create Event Grid Subscription in Azure Function https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger?tabs=csharp%2Cbash#azure-portal

Next challenge (Create Functions in the Portal) >