Video upload date:  · Duration: PT1H46M27S  · Language: EN

You develop an HTTP triggered Azure Function app azure video

az-204-developer-associate video for you develop an HTTP triggered Azure Function app to process Azure Storage blob data. The app is triggered using an output

This is a dedicated watch page for a single video.

Full Certification Question

You develop an HTTP triggered Azure Function app to process Azure Storage blob data. The app is triggered using an output binding on the blob. The app continues to time out after four minutes. The app must process the blob data. You need to ensure the app does not time out and processes the blob data. Solution: Pass the HTTP trigger payload into an Azure Service Bus queue to be processed by a queue trigger function and return an immediate HTTP success response. Does the solution meet the goal?