Get startedGet started for free

Demo - Run and troubleshoot Azure Functions

1. Demo - Run and troubleshoot Azure Functions

In this video, we're going to create and run a simple HTTP-triggered Azure Function. We already have a Function App created, so we'll start by adding a new function inside this app. Inside the Function App, we go to Functions and choose Create. We select the HTTP trigger template, give the function a name, and keep the authorization level set to Function. This generates a simple endpoint we can call from the browser. After the function is created, we open Code + Test. The template already includes basic logic, so we can test it right here in the portal by opening Test/Run, run the function, and see the response immediately. Next, we'll run the function outside the portal. We click Get Function URL, copy it, and open it in a new browser tab. The function is triggered each time we refresh this page. Back in the portal, we can see the execution history. Every time the browser triggered the function, a new entry appears here, along with the log messages. This is a quick way to verify activity and troubleshoot behavior. And that's how to create, test, and monitor an HTTP-triggered Azure Function with real-time execution tracking in the Azure portal.

2. Let's practice!

Create Your Free Account

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.