- Challenge 4 - Configuration should be done successfuly.
In this challenge, you will deploy the VS project to Azure.
- Deploy the Tollbooth project to the "App" function app you created earlier
Make sure the publish is successful before moving to the next step
- 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
- The solution successfully deploys to Azure
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 |