- Lab
- A Cloud Guru
View Orchestration Status
In this lab you'll learn how to use the Azure Portal to view the status of a Durable Functions orchestration. - First you'll navigate into a pre-provisioned Azure Functions application - Then you'll use the **Get Function URL** link for the **NewOrderOrchestration_HttpStart** function, to copy the link to the clipboard making sure that you have selected the **Default Function Key** for that function. - Then in a new browser tab, you'll trigger the **NewOrderOrchestration_HttpStart** function by calling that URL. - In the response, you'll copy the **statusQueryGetUri** URL to the clipboard, and navigate to a new browser tab and call that URL. - In the response you will observe the **runtimeStatus** which might still be **running**. - Keep refreshing this URL until the **runtimeStatus** becomes **completed** and view the orchestration output data.
Path Info
Table of Contents
-
Challenge
Trigger a new Durable Functions Orchestration
You'll get hold of the URL including the secret key of the
NewOrderOrchestration_HttpStart
function in order to start a new Durable Functions orchestration. -
Challenge
View the Orchestration Status
You'll use the
statusQueryGetUri
URL returned by theNewOrderOrchestration_HttpStart
starter function to query the status of the Durable Functions orchestration. -
Challenge
View the Orchestration Output Data
You'll use the
statusQueryGetUri
URL returned by theNewOrderOrchestration_HttpStart
starter function to view the output data of the Durable Functions orchestration once it has completed.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.