## Overview ##
In this demo, you will create a PHP application which engages the audience by accepting messages from them delivered via Service Bus Queues.
### Goals ### In this demo, you will see how to:- (TODO: Insert goal 2 here)
- (TODO: Insert goal 3 here)
-
Open Windows Explorer and browse to the demo's Source folder.
-
Run the Setup.Local.cmd script as an administrator.
-
Execute the Setup.Azure.cmd file with Administrator privileges to initialize the Azure Service Bus queue required for the demo.
Note 1: Make sure you have checked all the dependencies for this demo before running the setup.
Note 2: The setup script copies the source code for this demo to a working folder that can be configured in the Config.Local.xml file (by default, C:\Projects). From now on, this folder will be referenced in this document as the working folder.
-
(TODO: Insert additional step 1 here)
-
(TODO: Insert additional step 2 here)
- (TODO: Write step 1 here).
**Speaking Point:**
>
(TODO: Write speaking points to help showcase the demo here. For example:) In this exercise, you will use preinstalled software to showcase a demo.
-
(TODO: Write step 2 here).
TODO: Insert caption text here
-
(TODO: Write step 3 here).
Speaking point:
(TODO: Write speaking points to help showcase the demo here. For example:) In this exercise, you will use preinstalled software to showcase a demo.
TODO: Insert caption text here
-
(TODO: Write step 4 here also referring to a highlighted code section).
public ActionResult Index() { ViewBag.Message = "Hello World";
return View();
}
---
<a name="summary" />
## Summary ##
(TODO: Insert a summary text here. For example:)
By completing this demo lab you have learned how to:
* (TODO: Insert outcome 1 here)
* (TODO: Insert outcome 2 here)
* (TODO: Insert outcome 3 here)
---