- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

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.

Lab 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.
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.